| Modifier and Type | Method and Description |
|---|---|
protected OBJIndex |
OBJParser.parseOBJIndex(String token)
An OBJIndex contains indicies to various types of data
|
| Modifier and Type | Method and Description |
|---|---|
void |
Loader.load(String name,
I input)
This performs any type of loading and parsing.
|
void |
AudioSourceLoader.load(String name,
InputStream input)
This performs any type of loading and parsing.
|
void |
TextureLoader.load(String name,
InputStream input)
This performs any type of loading and parsing.
|
void |
GLSLProgramLoader.load(String name,
String file)
This performs any type of loading and parsing.
|
void |
MeshLoader.load(String name,
String file)
If the
OBJParser
has not been called as LineBasedParser
during loading (because of caching). |
void |
PassThroughLoader.load(String name,
String input)
This performs any type of loading and parsing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonLoader.load(String name,
String input)
Constructs the
JSONObject and parses it. |
Copyright © 2015. All rights reserved.