How to secure downcast from IAnimatedMesh

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Thulsa Doom
Posts: 63
Joined: Thu Aug 05, 2004 9:40 am
Location: Germany

How to secure downcast from IAnimatedMesh

Post by Thulsa Doom »

Hello folks,

can anybody attribute the following identifier from
enum E_ANIMATED_MESH_TYPE
to the corresponding IAnimatedMesh derived class ???

EAMT_UNKNOWN
EAMT_MD2
EAMT_MS3D
EAMT_OBJ
EAMT_BSP
EAMT_3DS
EAMT_X
EAMT_MY3D
EAMT_LMTS
EAMT_CSM
EAMTS_OCT

IAnimatedMesh
IAnimatedMeshMD2
IAnimatedMeshMS3D
IAnimatedMeshX
Post Reply