Hello,
When I am using an IMeshSceneNode, how to draw a line3d independently of this node ?
I mean draw a line3d with real coordinate (not in the node referential) and without the node texture.
Thank you for your help.
Charles
IScene node and line3d
Re: IScene node and line3d
IVideoDriver::draw3DLine can be used for that. You have to reset the material and transformation as described by the documentation: http://irrlicht.sourceforge.net/docu/cl ... 3a4eebb5e6
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