- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
所以我尝试将圆形蒙版应用于小 map ,它可以在桌面应用程序上运行,但是当我在 Android 中运行它时,它就不行了。
这是我目前拥有的代码:
Gdx.gl20.glColorMask(false, false, false, true);
batch.setBlendFunction(GL20.GL_ONE, GL20.GL_ZERO);
batch.draw(style.mask, getX(), getY(),width,height);
batch.flush();
Gdx.gl20.glColorMask(true, true, true, true);
batch.setBlendFunction(GL20.GL_DST_ALPHA, GL20.GL_ONE_MINUS_DST_ALPHA);
batch.draw(region,getX(),getY(),width,height);
batch.flush();
batch.setBlendFunction(GL20.GL_SRC_ALPHA,GL20.GL_ONE_MINUS_SRC_ALPHA);
桌面:
Android:
最佳答案
关于java - LibGDX Masking 在 Android 中表现不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54701839/
我是一名优秀的程序员,十分优秀!