Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: jingato on May 13, 2014, 04:17:29 PM
-
Hi, I was wondering if you had any plans to add support to skew sprites and textures in future versions. This is one feature I'd really like to see. It would be create for creating a faux 3D UI without using a perspective camera and all the goodness that comes with an ortho camera. It could also just be used to easily reshape sprites.
Thanks
-
Skew? No plans. You can achieve this by deriving from either UISprite or UITexture and overriding the OnFill function. You'll have full control over what vertices will be used.
-
Cool, Ill give it a try!