This code compiled fine with 0.7 and give me an error now..
Did collision change?
main.cpp(215) : error C2660: 'createCollisionResponseAnimator' : function does not take 7 parameters
This code hasnt changed at all ... worked fine with 07..
Can someone tell what the diff would be now with 10 and why its diff..
Code is below..
ISceneNodeAnimatorCollisionResponse* bump = 0;
bump = smgr->createCollisionResponseAnimator ( Selector, camera ,
core::vector3df(300,1500,300),
core::vector3df(0,gravity,0), 100.0f,
this is where the compiler is pointing ----> core::vector3df(0,0,0),0.0111f);
camera->addAnimator(bump);
bump->drop();
Any help would be great.. thanks