Class IntModelMesh

java.lang.Object
gaiasky.util.gdx.model.data.IntModelMesh

public class IntModelMesh
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    com.badlogic.gdx.graphics.VertexAttribute[] attributes  
    java.lang.String id  
    IntModelMeshPart[] parts  
    float[] vertices  
  • Constructor Summary

    Constructors
    Constructor Description
    IntModelMesh()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      public java.lang.String id
    • attributes

      public com.badlogic.gdx.graphics.VertexAttribute[] attributes
    • vertices

      public float[] vertices
    • parts

      public IntModelMeshPart[] parts
  • Constructor Details

    • IntModelMesh

      public IntModelMesh()