Hi,
I am facing clipping issue because of OpenGL ES 1.x.
The clipping works fine with OpenGL ES 2.0
So i dig lot into the forum and found one alternative to my problem...using secondary camera i can achieve scrolling without clipping
My doubt is ...
Can i add two different scrolling bars on single NGUI Page, i mean multiple View Camera ?
What would be the best practise?
Below is basic Ngui Structure i am following:
UIRoot 1
|- 2D Camera [NGUI Layer]
|- Anchor
|- Panel A
|- Tile Sprite (with box collider and UIDrag Camera)
|- TopLeft
|- BottomRight
|- Panel B
|- Tile Sprite (with box collider and UIDrag Camera)
|- TopLeft
|- BottomRight
UIRoot 2
|- View Camera (with UIDraggable camera and UIViewPort) [default layer]
|- Anchor
|- Offset Panel (with UITable)
|- item
|- item
|- item