Author Topic: Best way for 3D objects scroll view?  (Read 1553 times)

iwishash

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 15
    • View Profile
Best way for 3D objects scroll view?
« on: May 12, 2013, 11:21:40 PM »
Hi,
I need to make 3d objects scroll view.
There's 2 kind of way for scroll view right? (Draggable panel, Draggable Camera)
With draggable panel, clipping within draggable area won't works because 3D object is none UI elements.
So I made it with "draggable camera" way.
With this, clipping works but when I click 3d object, 3d camera goes down position so I can't see any 3d objects.
I just followed example 7, 8.
Please show me the right move for 3D objects scroll view.