| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.resource | |
| org.achtern.AchternEngine.core.resource.loader | |
| org.achtern.AchternEngine.core.resource.loader.json |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ResourceLoader.load(String name,
AsciiFileLoader<T> loader,
boolean forceLoading)
Loads a Object from a text-file using a
AsciiFileLoader. |
| Modifier and Type | Class and Description |
|---|---|
class |
GLSLProgramLoader
Loads a
GLSLProgram. |
class |
MeshLoader
Loads a
Mesh from
OBJ Files. |
class |
PassThroughLoader
Just passes the given input String to the
PassThroughLoader.get() method. |
class |
ShaderSourceLoader
A ShaderSourceLoader is just a
PassThroughLoader,
which specifies the LineBasedParser (
GLSLParser). |
| Modifier and Type | Class and Description |
|---|---|
class |
DrawStrategyLoader
DrawStrategys are easy
to define and if not, no override will be set. |
class |
FigureLoader
A
FigureLoader loads the contents of a JSON
Figure declaration. |
class |
JsonLoader<T>
A
JsonLoader can be used
to load and process json files more easily. |
class |
MaterialLoader |
class |
MeshDeclarationLoader |
Copyright © 2014. All rights reserved.