Java

LibGDX Video Tutorial: 3D Part 2–Loading Models and Playing Animations

  In this video tutorial we continue to look at 3D programming in LibGDX.  First we look at how to convert a 3D model to work with LibGDX using fbx-conv.  We then write the code to display that model and look at displaying animations.  The fbx-conv application can be downloaded here.   The data file […]

LibGDX Video Tutorial: 3D Part 2–Loading Models and Playing Animations Read More

Preventing IntelliJ code auto formatting from ruining your day

  Today I ran into something extremely annoying while typing some JSON for a LibGDX tutorial.  LibGDX uses a naming convention that IntelliJ doesn’t like…  here, I’ll show you what I mean.     Suffice to say… it’s pretty annoying.  What’s even more annoying is there is simply no way to turn this behavior off.  […]

Preventing IntelliJ code auto formatting from ruining your day Read More

Scroll to Top