Game Development Reference
In-Depth Information
Model formats and the FBX converter
LibGDX supports three model formats, namely Wavefront OBJ, G3DJ, and G3DB.
Wavefront OBJ models are intended for testing purposes only because this format
does not include enough information for complex models. You can export your 3D
model as .obj from any 3D animation or modeling software, however LibGDX does
not fully support .obj , hence, if you use your own .obj model, then it might not
render correctly. The G3DJ is a JSON textual format supported by LibGDX and can
be used for debugging, whereas the G3DB is a binary format and is faster to load.
One of the most popular model formats supported by any modeling software is FBX.
LibGDX provides a tool called FBX converter to convert formats such as .obj and
.fbx into the LibGDX supported formats .g3dj and .g3db .
 
Search WWH ::




Custom Search