HeightMapShape

Inherits: Shape < Resource < Reference < Object

Category: Core

Brief Description

Height map shape for 3D physics (bullet only)

Description

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

Property Descriptions

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
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
Setter set_map_width(value)
Getter get_map_width()

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