Author Topic: A Question in UIPanel Clip  (Read 2800 times)

ImLee

  • Guest
A Question in UIPanel Clip
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: A Question in UIPanel Clip
« Reply #1 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

ImLee

  • Guest
Re: A Question in UIPanel Clip
« Reply #2 on: July 13, 2012, 10:37:14 PM »
oh yeah!  thanks.
So that explains it.