Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在android的Libgdx中绘制中心渐变
以下效果
我没有熟练使用 Libgdx 的 OpenGL ......谢谢!
可能最好的方法是使用透明的 PNG 并从代码上的 Texture 或 TextureAtlas 加载纹理。之后,调整位置(setPosition)和比例(setScale),您将在屏幕上获得类似的效果。
您可以创建圆形、矩形......但渐变。我不这么认为。检查 libGDX 维基。