3D Programming tutorial in LibGDX Part 1

In this tutorial we look at creating our first 3D application in LibGDX. We create a simple cube, a perspective camera, then orbit it using the keyboard. Of course we also cover a number of topics related to 3D development. This is part of an ongoing tutorial series available here: The code for this specific example is available here:
Back to Top