Package gaiasky.render.system
Class ImmediateRenderSystem.MeshData
- java.lang.Object
-
- gaiasky.render.system.ImmediateRenderSystem.MeshData
-
- Enclosing class:
- ImmediateRenderSystem
protected class ImmediateRenderSystem.MeshData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intcapacityprotected intcolorOffsetprotected intindexIdxprotected intindexVertprotected int[]indicesprotected IntMeshmeshprotected intnumVerticesprotected intvertexIdxprotected intvertexSizeprotected float[]vertices
-
Constructor Summary
Constructors Modifier Constructor Description protectedMeshData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voiddispose()
-
-
-
Field Detail
-
mesh
protected IntMesh mesh
-
colorOffset
protected int colorOffset
-
vertexIdx
protected int vertexIdx
-
vertexSize
protected int vertexSize
-
vertices
protected float[] vertices
-
indexIdx
protected int indexIdx
-
indexVert
protected int indexVert
-
indices
protected int[] indices
-
numVertices
protected int numVertices
-
capacity
protected int capacity
-
-