Noob Question : 3D view

Larles

26-05-2009 15:57:16

Hi,

here is my noob question : when i look to MyGUI's screen shots everything is 'flat'... so my question: is it possible to rotate the camera around the UI? or UI rendering is made in an 'overlay', so, makes it untouchable and forever flat ?

Let's say I have a login menu, and I want it to rotate on itself...

possible ? dumb ?
thank you.

Five_stars

26-05-2009 16:10:56

Good news. You can render to texture (MyGUI::Canvas) gui and then set texture to any mesh as you want.
Bad news. But I don't sure, that you can manage windows (at least select something).
Good news, that we plan to do this.
Bad news, I don't know when it will be done.

Larles

26-05-2009 16:48:49

Good news. You can render to texture (MyGUI::Canvas) gui and then set texture to any mesh as you want.

This good news is the one I needed.
I'm on my way to MyGUI exploration.

thank you for the fast reply.

tdev

29-05-2009 07:26:05

Good news. You can render to texture (MyGUI::Canvas) gui and then set texture to any mesh as you want.
Bad news. But I don't sure, that you can manage windows (at least select something).
Good news, that we plan to do this.
Bad news, I don't know when it will be done.

is that still possible?
i searched for a canvas class, but found none.
Thanks!

Larles

29-05-2009 08:30:01

http://my-gui.sourceforge.net/docs/index.html

??