hey all, just a quick question, im making a game on the irrlicht engine that will make your brain fall off when you play it, and id like to create another strange effect for it.
say for instance you are in a plain room, and there is a small door about half the size of the cameras bounding ellipsoid. id like to create a point on the level that as you approach it the ellipsoid shrinks so you can fit through the door, and of course as you look back the original room looks bigger becaseu the camera is lower down.
coding the camera to react to a 'dynamic scale' node should be no problem. my question is (please forgive me if i havent looked hard enough ) is there any way to alter the original bounding volume you pass to the collision responce animator at runtime?
thanks!
dynamically changing camera radius
dynamically changing camera radius
METOOOOOOOOOOOOOOOOAAAAAAAAAHL!
answer his question instead of just saying read the documentation!
You can add/remove the animators from camera, or change cameras, etc has nothing to do with his question, which is..
is there any way to alter the original bounding volume you pass to the collision responce animator at runtime?
he already knows that he can kill the animator and then add another one, what he wants to know is if he can edit the existing animator instead. why even answer the post if all you are going to say is read the documentation?
You can add/remove the animators from camera, or change cameras, etc has nothing to do with his question, which is..
is there any way to alter the original bounding volume you pass to the collision responce animator at runtime?
he already knows that he can kill the animator and then add another one, what he wants to know is if he can edit the existing animator instead. why even answer the post if all you are going to say is read the documentation?
http://irrlicht.sourceforge.net/docu/cl ... 9467690d3f
You can use animator->setRadius(core::vector3df)
You can use animator->setRadius(core::vector3df)