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.