world
world copied to clipboard
Simple 3d entity system
Hi, I'm looking at RadialSprite: https://github.com/xoppa/world/blob/master/src/com/xoppa/android/misc/RadialSprite.java And I wonder if using libGDX builtin triangulation would help simplify the code: https://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/math/EarClippingTriangulator.html If those two are unrelated and I completely missed the...
Hi, The ChaseCamera is very useful, and I tested it with the knight model and works great. While I found the character will be skewed after rotating, is it a...
Hello xoppa, Thank you very much for this code, I been able to succesfully apply this in my libgdx game and it looks much better now :) Let me ask...