Package engine.models

Class RawModel

java.lang.Object
engine.models.RawModel

public class RawModel extends Object
Stores the ID of the VAO of an asset and the number of vertices.
  • 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.