Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ImLee on July 13, 2012, 06:15:45 AM

Title: A Question in UIPanel Clip
Post by: ImLee on July 13, 2012, 06:15:45 AM
There are some questions in UIpanel at android.
The children in UIPanel can not be see.
If the options of Cliping selected None, then you can see the children.
I think the shader can not be used at android , but I don't know how to amend.
Title: Re: A Question in UIPanel Clip
Post by: ArenMook on July 13, 2012, 09:15:51 AM
GLES 1.1 emulation = no shaders, clipping won't work. You need GLES 2.0. Also make sure that the clipping rectangle is set up correctly
Title: Re: A Question in UIPanel Clip
Post by: ImLee on July 13, 2012, 10:37:14 PM
oh yeah!  thanks.
So that explains it.