- Home /
Question by
Tracy-Ma · Apr 10, 2013 at 10:53 AM ·
guimatrixrotatearoundpivot
How Can I Turn Over the GUI from front to back using GUI.matrix?
You know, i want to rotate the GUI in 3D space not just in 2D screen space.
Can I turn the GUI over with GUI.matrix ?
Comment
Best Answer
Answer by Bunny83 · Apr 10, 2013 at 11:06 AM
No, you can't because the GUI is drawn in an orthographic view. So you never get a perspective look. You can rotate it, but it would just stretch and clip.
If you want 3D menues the menues have to be 3D. NGUI for example is capable of doing this.
Your answer