AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
HeightMapShape3D
To Subscribe, use this Key
friend-maryland-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description A 3D heightmap shape, intended for use in physics. Usually used to provide a shape for a CollisionShape3D . This is useful for…
Published
06/07/2024
Properties PackedFloat32Array map_data PackedFloat32Array(0, 0, 0, 0) int map_depth 2 …
Published
06/07/2024
Property Descriptions PackedFloat32Array map_data = PackedFloat32Array(0, 0, 0, 0) void set_map_data (value: …
Published
06/07/2024
Method Descriptions float get_max_height () const Returns the largest height value found in map_data . Recalculates only when …
Status
Last Update
Fields