com.badlogic.gdx.graphics.g3d.model.data
Class ModelMesh

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.data.ModelMesh

public class ModelMesh
extends Object


Field Summary
 VertexAttribute[] attributes
           
 String id
           
 ModelMeshPart[] parts
           
 float[] vertices
           
 
Constructor Summary
ModelMesh()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

attributes

public VertexAttribute[] attributes

vertices

public float[] vertices

parts

public ModelMeshPart[] parts
Constructor Detail

ModelMesh

public ModelMesh()


Copyright © 2013. All Rights Reserved.