PixelLightAPI
.
|
#include <MeshFile.h>
Public Attributes | |
char | szName [64] |
int | nType |
int | nStart |
int | nEnd |
float | fSpeed |
PLCore::uint32 | nFlags |
int | nEvents |
char PLMesh::MeshFile::Animation::szName[64] |
Unique animation name
Animation type (0=vertex 1=skeleton)
Start frame of the animation (inclusive)
End frame of the animation (inclusive)
Playback speed (1.0 = normal)
PLCore::uint32 PLMesh::MeshFile::Animation::nFlags |
Animation information flags
Number of animation events
|