cocos2dx3.2 某些UI白屏或使用ClippingNode造成部分手机白屏

前端之家收集整理的这篇文章主要介绍了cocos2dx3.2 某些UI白屏或使用ClippingNode造成部分手机白屏前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. packageorg.cocos2dx.cpp;
  2. importorg.cocos2dx.lib.Cocos2dxActivity;
  3. importorg.cocos2dx.lib.Cocos2dxGLSurfaceView;
  4. publicclassAppActivityextendsCocos2dxActivity{
  5. publicCocos2dxGLSurfaceViewonCreateView(){
  6. Cocos2dxGLSurfaceViewglSurfaceView=newCocos2dxGLSurfaceView(this);
  7. glSurfaceView.setEGLConfigChooser(5,6,5,16,8);//thislineisrequiredforclipping
  8. returnglSurfaceView;
  9. }
  10. }
原文链接:https://www.f2er.com/cocos2dx/344727.html

猜你在找的Cocos2d-x相关文章