HeightMapShape¶
Inherits: Shape < Resource < Reference < Object
Height map shape for 3D physics.
Description¶
Height map shape resource, which can be added to a PhysicsBody or Area.
Properties¶
|
||
|
||
|
Property Descriptions¶
PoolRealArray map_data = PoolRealArray( 0, 0, 0, 0 )
void set_map_data ( PoolRealArray value )
PoolRealArray get_map_data ( )
Height map data, pool array must be of map_width * map_depth size.
int map_depth = 2
Number of vertices in the depth of the height map. Changing this will resize the map_data.
int map_width = 2
Number of vertices in the width of the height map. Changing this will resize the map_data.