Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions
com.linxonline.mallet.resources.model.GeometryInterface Interface Reference

List of all members.

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)

Member Function Documentation

void com.linxonline.mallet.resources.model.GeometryInterface.addVertex ( final Vector3  _position,
final Vector3  _normal,
final Vector2  _texCoord 
)

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables