Package engine.models
Class RawModel
java.lang.Object
engine.models.RawModel
Stores the ID of the VAO of an asset and the number of vertices.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RawModel
public RawModel(int vaoID, int vertexCount)
-
-
Method Details
-
getVaoID
public int getVaoID()- Returns:
- the ID of the VAO which contains the data about all the geometry of the model
-
getVertexCount
public int getVertexCount()- Returns:
- The number of vertices in the model.
-