| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.resource.loader | |
| org.achtern.AchternEngine.core.resource.loader.json |
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiFileLoader<T>
A
AsciiFileLoader can be used
to convert a basic text file into any Object. |
class |
BinaryLoader<T,C>
A
BinaryLoader is
able to read an Object from an InputStream. |
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). |
class |
TextureLoader
This
TextureLoader uses
ImageIO to load the image and then converts it into
a usable ByteBuffer for the Texture. |
| 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.