Hey for my Pathing maps i need to know the Min/Max z Values to add to the Grid.
Aka
X = Grid of 500
Y = Grid of 500
Z = Grid of #### (Range from Min and Max)
Thanks
Hey for my Pathing maps i need to know the Min/Max z Values to add to the Grid.
Aka
X = Grid of 500
Y = Grid of 500
Z = Grid of #### (Range from Min and Max)
Thanks
I dont know how you store your data, but an idea could be to have a grid for each ADT file. Before you begin adding data to your grid, you scan the map to determin what the minimum and maxium z value is and simply set your range based on that info. You will have to have an offset for each map that stores the minimum z value.