Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Wasabi on December 04, 2012, 08:42:24 AM
-
Hi I wanted to ask if it's possible to develop the Quest Example without using scale Tween.
Because the scaling solution makes Pictures and Buttons very "ugly" during the scaling.
My first solution was a Clipping-Plane with Bounds-Tweening. But then I realized that the table-repositioning ignores the Clipping of the Panel.
My second Thought was a CamViewport. But there is the Problem, that i would have to create a Cam for each TableItem which could be a huge Performance Problem.
Now i am out of Ideas.
Maybe there is some one with a similar Problem, or better a solution.
Sincerely Wasabi
-
I personaly, never found a solution to this "problem"...
It's kind of heavy to always do a clipping on each item of the row, and causing problem if what you want to hide is higher than the row itself. We need a sort of mask for this.
-
Sad thing, that could make some fancy effects Possible.
-
Do you want same tween effect for expand elements or just expand elements ?