Page 1 of 1
3d GUI ?
Posted: Thu Feb 19, 2009 21:51
by orlay
Can I use Crazy Eddie's GUI System as 3D GUI ?
Posted: Fri Feb 20, 2009 09:24
by CrazyEddie
Hi, and welcome
What's a 3D GUI?
CE.
Posted: Mon Feb 23, 2009 14:04
by orlay
That has real 3d representation.
My idea is use it in a cave of virtual reality, and I need menus with depth.
Posted: Tue Feb 24, 2009 09:31
by CrazyEddie
Hi,
Although I'm still not certain what you're after, I believe that what you want is not easily achieved with the current releases. I think the possibilities that will exist to perform additional manipulations in the upcoming 0.7.x series will make this more easily achievable.
Currently the windows are all flat rectangles rendered via an orthographic projection, and there is also no real support for rendering to texture.
The 0.7.x series changes the way things are rendered. Here we will be using perspective projections - so manipulating windows in 3D space becomes a real possibility. Additionally with the core rendering to texture support that makes that possible, it also gives you the opportunity to take that 'flat' GUI rendering and apply it elsewhere in your scene.
So, I think what you want is probably not yet possible, but may become possible once 0.7 is released later this year.
HTH
CE.
Posted: Tue Feb 24, 2009 19:50
by orlay
ok, thank you very much. For now I'll use my own GUI, and wait for the 0.7 series of CEGUI.
Re: 3d GUI ?
Posted: Wed Oct 06, 2010 15:32
by Garibalde
Hi
I am new at using 3D GUIs, I have previously implemented 2D GUI with QT and other applications.
However now i am looking into creating actual 3D based GUIs. Is this possible yet and if so can
someone provide me some information to read or learn how such a thing can be achieved with
the use of CEGUI such as RTT techniques etc.
Thanks
Re: 3d GUI ?
Posted: Wed Oct 06, 2010 17:55
by Kulik
It depends what you mean by 3D GUI. Do you mean a 2D gui overlayed onto 3D objects like in Doom3? Please elaborate on what you want to do...
Re: 3d GUI ?
Posted: Fri Oct 08, 2010 17:24
by Garibalde
Hi Kulik,
I am looking at creating a gui overlaying it on an objects and being able to use the gui in a virtual environment. Something exactly like in doom3
on a computer console where the user can interact with it.
Thanks
Re: 3d GUI ?
Posted: Fri Oct 08, 2010 18:05
by Kulik
You can do it with CEGUI 0.7 by activating auto rendering surface and then using it to overlay onto objects. Rendering is a breeze, input injecting will have to be a bit more elaborate.
In 0.8 multi root windowing is planned so Doom3-like UI will be officially supported.