Set custom draw distance for some scene nodes?
Set custom draw distance for some scene nodes?
Is it possible in Irrlicht to have say mesh scene nodes only appear when they are <= 50 meters to the active camera? Or is this something I should just do myself externally?
Re: Set custom draw distance for some scene nodes?
Yeah if it's only about some nodes then externally - add a distance check and hide nodes or so. For all nodes it's the far-plane of the camera.
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