Search found 2 matches

by indygoof
Tue Apr 03, 2007 1:45 pm
Forum: Beginners Help
Topic: A simple change in Hello World project - crash the programm
Replies: 5
Views: 612

Hi,

try that one:

Code: Select all

//IAnimatedMesh* mesh = smgr->getMesh("../../media/sydney.md2");
   IAnimatedMesh* mesh = smgr->getMesh("d:/apl/blender/hp.x");
   //mesh.setCurrentAnimation (0);
   IAnimatedMeshSceneNode* node = smgr->addAnimatedMeshSceneNode( mesh ); 
by indygoof
Tue Apr 19, 2005 8:39 am
Forum: Beginners Help
Topic: MD2 Model Rotation
Replies: 0
Views: 174

MD2 Model Rotation

Hi all,

well, maybe this is a stupid question, but i just cant manage this to work.

i got a terrain, i loaded the sydney.md2 model and set the camera as child of it. my problem now is that sydney is facing to the right and i cant get her to just look forward. when i try to rotate her, she's ...