| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.loader | |
| com.badlogic.gdx.utils |
| Modifier and Type | Field and Description |
|---|---|
protected BaseJsonReader |
G3dModelLoader.reader |
| Constructor and Description |
|---|
G3dModelLoader(BaseJsonReader reader) |
G3dModelLoader(BaseJsonReader reader,
FileHandleResolver resolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonReader
Lightweight JSON parser.
The default behavior is to parse the JSON into a DOM containing JsonValue objects. |
class |
UBJsonReader
Lightweight UBJSON parser.
The default behavior is to parse the JSON into a DOM containing JsonValue objects. |