Mallet Engine
2
Entity-Component based game engine, written in Java.
|
Public Member Functions | |
void | initIndexBufferSize (final int _size) |
void | initVertexBufferSize (final int _size) |
void | addIndices (final int _index) |
void | addVertex (final Vector3 _position, final Vector3 _normal, final Vector2 _texCoord) |
void com.linxonline.mallet.resources.model.GeometryInterface.addIndices | ( | final int | _index | ) |
void com.linxonline.mallet.resources.model.GeometryInterface.addVertex | ( | final Vector3 | _position, |
final Vector3 | _normal, | ||
final Vector2 | _texCoord | ||
) |
void com.linxonline.mallet.resources.model.GeometryInterface.initIndexBufferSize | ( | final int | _size | ) |
void com.linxonline.mallet.resources.model.GeometryInterface.initVertexBufferSize | ( | final int | _size | ) |