Files
RCBASIC4/doc/files/createterrainactor.txt
n00b 1033701d1d Finished rewrite of actor animation system
* Rewrote the actor animation system to work like sprites
* Renamed a few functions
* Added DeleteSpriteAnimation() and the delete queue to sprites
* Removed transitions for the time being (they don't seem to work in irrlicht right now
* Added PreUpdate() function
* Added documentation for name changes and new functions
2024-10-20 20:06:20 -04:00

9 lines
321 B
Plaintext

#title CreateTerrainActor [RCBasic Doc]
#header function CreateTerrainActor( hmap_file$ )
Returns terrain generated from a height map
Note: Height Maps can be any supported image format
#ref CreateAnimatedActor CreateOctreeActor CreateSphereActor CreateWaterActor CreateLightActor CreateCubeActor CreateBillboardActor