HeightMapShape

Inherits: Shape < Resource < Reference < Object

Height map shape for 3D physics (Bullet only).

Description

Height map shape resource, which can be added to a PhysicsBody or Area.

Properties

PoolRealArray map_data PoolRealArray( 0, 0, 0, 0 )
int map_depth 2
int map_width 2

Property Descriptions

Default PoolRealArray( 0, 0, 0, 0 )
Setter set_map_data(value)
Getter get_map_data()

Height map data, pool array must be of map_width * map_depth size.


  • int map_depth
Default 2
Setter set_map_depth(value)
Getter get_map_depth()

Depth of the height map data. Changing this will resize the map_data.


  • int map_width
Default 2
Setter set_map_width(value)
Getter get_map_width()

Width of the height map data. Changing this will resize the map_data.