Iv'e started a project to visualize a simulationproject and i'm using IrrLicht (of course). Now i have a problem and i would like some input....
I need a GUI that is a cross between 2D and 3D ... what i mean is i will have mostly 2D Elements but in one corner of the screen i want a 3D "view"
something like this....
Code: Select all
-------------------------
| |
| |
| -------- |
| | | |
| | | |
| -------- |
-------------------------
How could i achieve tihs in a good way?
/POi