3d Hud

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
VinZ
Posts: 21
Joined: Sat Jul 29, 2006 11:16 am
Location: India

3d Hud

Post by VinZ »

Hi,
How do i place 3d (rotating) objects in hud..

Thanks in advance..
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

I guess you'd just place them very close to the camera at a sufficiently small scale so that they appear the desired size but don't disappear behind a wall if you walk into one.
Image Image Image
Halan
Posts: 447
Joined: Tue Oct 04, 2005 8:17 pm
Location: Germany, Freak City
Contact:

Post by Halan »

you could also use the mesh viewer i think or the magic 2d libary or how its called
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Or render to texture!
Dirtbiker
Posts: 29
Joined: Wed Aug 31, 2005 7:02 am
Location: U.S.
Contact:

Post by Dirtbiker »

You could use a second scene manager to render the models later in the scene. That way the game scene can't collide with the HUD scene. Also lighting from the first scene manager applies through later managers, as I recall. I never noticed any effect to performance.
RapchikProgrammer
Posts: 279
Joined: Fri Dec 24, 2004 6:37 pm

Post by RapchikProgrammer »

I would strongly recommend using render to texture! But there are a few other methods like making the 3d objects child of the camera node!
Post Reply