2d graphics in the background

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
FumarMata
Posts: 13
Joined: Fri Mar 02, 2007 12:26 pm

2d graphics in the background

Post by FumarMata »

Hello everybody

Is there a way to draw draw2DLine's, rectangles, etc. behind the 3D elements, in the background?

I'm trying but I cannot find the way :/

Thanks

marc
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

simply draw them after driver->beginScene but before smgr->drawAll
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
FumarMata
Posts: 13
Joined: Fri Mar 02, 2007 12:26 pm

Post by FumarMata »

:shock:


Thanks!
Post Reply