HeightMapShape3D

Inherits: Shape3D < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

PackedFloat32Array

map_data

PackedFloat32Array(0, 0, 0, 0)

int

map_depth

2

int

map_width

2

Methods

float

get_max_height ( ) const

float

get_min_height ( ) const

void

update_map_data_from_image ( Image image, float height_min, float height_max )


Property Descriptions

PackedFloat32Array map_data = PackedFloat32Array(0, 0, 0, 0)

There is currently no description for this property. Please help us by contributing one!


int map_depth = 2

  • void set_map_depth ( int value )

  • int get_map_depth ( )

There is currently no description for this property. Please help us by contributing one!


int map_width = 2

  • void set_map_width ( int value )

  • int get_map_width ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

float get_max_height ( ) const

There is currently no description for this method. Please help us by contributing one!


float get_min_height ( ) const

There is currently no description for this method. Please help us by contributing one!


void update_map_data_from_image ( Image image, float height_min, float height_max )

There is currently no description for this method. Please help us by contributing one!