can anyone can give an example of onover
can anyone can give an example of onover
for example i got a cube in a 3d space and i want , when i put the mouse pointer over the cube something happend like showing some text or an image can anyone can help me with a sample code or something and if its possible?
For example:
You might also checkout the other functions of ISceneCollisionManager
Code: Select all
core::position2d<s32> cursorpos = device->getCursorControl()->getPosition();
scene::ISceneNode* pickedNode = sceneManager->getSceneCollisionManager()->getSceneNodeFromScreenCoordinatesBB(cursorpos);
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm