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
This commit is contained in:
10
doc/files/createanimatedactor.txt
Normal file
10
doc/files/createanimatedactor.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
#title CreateAnimatedActor [RCBasic Doc]
|
||||
#header function CreateAnimatedActor( mesh )
|
||||
|
||||
Returns a new animated actor composed of a mesh
|
||||
|
||||
The mesh can either be created using CreateMesh() or Loaded using LoadMesh()
|
||||
|
||||
#ref CreateMesh LoadMesh LoadMeshFromAN8
|
||||
<br>
|
||||
#ref CreateOctreeActor CreateCubeActor CreateSphereActor CreateWaterActor CreateLightActor CreateBillboardActor CreateTerrainActor
|
||||
Reference in New Issue
Block a user