2D image in front of view

I want to put a 2D image in front of the 3D view - like the gun in a first-person shooter. What's the best way of doing this?

Check out the HUD tutorials for some ideas. You'll find it in the wiki.

Blarg said:

I want to put a 2D image in front of the 3D view - like the gun in a first-person shooter. What's the best way of doing this?


the best GUI library i found is FengGUI. its the fastest and easy to customize.

render ur GUI elements in a separate render pass should be the best solution.