Hello,
i just want to ask if i can use CameraSceneNodeFPS in game and somehow release the cursor when i want to make some changes on screen in options/GUI with mouse? If so, then how?
Or do I have to make my own custom Camera for this simple thing?
FPS Camera with free cursor movement
From the irrlicht api:
Set the rotation speed in degrees.
Set it to 0.0f.
Code: Select all
virtual void irr::scene::ISceneNodeAnimatorCameraFPS::setRotateSpeed (f32 rotateSpeed)
Set it to 0.0f.
#include <Iyad.h>
cam->setInputReceiverEnabled(false/true);
also the search function is pretty usefull: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=39248
also the search function is pretty usefull: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=39248
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:

http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java