Quick Start - garsue/libgdx GitHub Wiki
This is a series of articles, originally written by Xoppa. You can find the original versions here:
- Basic 3D using libgdx
- Loading models using libgdx
- Loading a scene with libgdx
- Behind the 3D scenes - part1
- Behind the 3D scenes - part2
- Creating a shader with libgdx
- Using materials with libgdx
- 3D frustum culling with libgdx
- Interacting with 3D objects
- Using collision shapes
These articles give you a good quick overview on how to achieve basic tasks with the new 3D API. For more information, take a look at the Javadocs of the classes in the com.badlogic.gdx.graphics.g3d package or check out the tests and demos.