Author Topic: 2D/3D mix  (Read 9145 times)

devomage

  • Sr. Member
  • ****
  • Thank You
  • -Given: 7
  • -Receive: 67
  • Posts: 250
    • View Profile
2D/3D mix
« on: November 29, 2016, 09:05:47 PM »
I have zero experience working with 3D GUI's in NGUI.

How would I accomplish adding a 3D object in front of a 2D GUI.

The Diablo 3 Escape Menu is a perfect example.  There is a 2D GUI behind the 2D Escape overlay.  The 3D character model is on a 3D platform that rotates with the mouse and these 3D objects are in front (depth-wise) of the 2D GUI.

I've thought of trying to make the 3D objects 2D somehow -- but seems like they should stay 3D... 



Any suggestions would be helpful.  Thanks in advance!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: 2D/3D mix
« Reply #1 on: November 30, 2016, 03:27:33 PM »
Just use multiple cameras and have them draw objects on different layers.