How to do 3D view plus 2D user interface? Any tutorials?

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
Barts_706
Posts: 26
Joined: Tue Nov 01, 2005 1:20 am

How to do 3D view plus 2D user interface? Any tutorials?

Post by Barts_706 »

I know, this is extremely newbie, but read on...


I need to make a 3d visualisation and already have a draft working under Irrlicht. But I need to add menus and user interface and I do not now how to combine it (for example how to switch between using mouse for navigation in 3d space and navigating the manus?).

So to cut it short, do you know any tutorials or sample programs that cover this problem?

The main Irrlicht tutorials do not cover this combination, but maybe you know others or have done this before and could share some advice?

Thanks in advance.
GueZt

Re: How to do 3D view plus 2D user interface? Any tutorials

Post by GueZt »

Barts_706 wrote:So to cut it short, do you know any tutorials or sample programs that cover this problem? The main Irrlicht tutorials do not cover this combination,

Take a look at MESHVIEWER sample. :D
kushagra
Posts: 40
Joined: Sun Dec 04, 2005 10:18 am

Post by kushagra »

try searching wiki or in ur examples folder , there r some of them
krama757
Posts: 451
Joined: Sun Nov 06, 2005 12:07 am

Post by krama757 »

Check the API, there are several IirrGUI classes.
PsycoDad
Posts: 36
Joined: Mon Jan 09, 2006 8:30 am
Location: Munich/Germany

Post by PsycoDad »

Change the camera mode by pressing a button,from FPS to Maya!
Then you can work on your user interface!
Barts_706
Posts: 26
Joined: Tue Nov 01, 2005 1:20 am

Re: How to do 3D view plus 2D user interface? Any tutorials

Post by Barts_706 »

GueZt wrote:
Barts_706 wrote:So to cut it short, do you know any tutorials or sample programs that cover this problem? The main Irrlicht tutorials do not cover this combination,

Take a look at MESHVIEWER sample. :D
You're right, I feel so lame...

But still, I have gone through tutorials (in a sense of looking what's inside and running them) before posting, so it just goes to show that I am retarded.

Thanks for the answers.
Post Reply