Code: Select all
//add wolf physics node
IPhysicsNode* main_wolf_physics = pmgr->addControllablePhysicsNode(main_render_wolf, EBT_SPHERE, 10, vector3df(10,10,10));
Thanks .
Code: Select all
//add wolf physics node
IPhysicsNode* main_wolf_physics = pmgr->addControllablePhysicsNode(main_render_wolf, EBT_SPHERE, 10, vector3df(10,10,10));
I know you don't. If you did, you'd have fixed your problem by now.3DModelerMan wrote:and I don't know about the debuger.
There, fixed that for you. Since you don't know what you're doing wrong, you're likely to do the same wrong things with the next wrapper that you try, and you still won't know how to find where the errors are.3DModelerMan wrote:I think I'll quit with tumle, it continually crashes because of what I do