Class ImmediateRenderSystem.MeshData
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.render.system.ImmediateRenderSystem.MeshData
-
- Enclosing class:
- ImmediateRenderSystem
protected class ImmediateRenderSystem.MeshData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
capacity
protected int
colorOffset
protected int
indexIdx
protected int
indexVert
protected int[]
indices
protected IntMesh
mesh
protected int
numVertices
protected int
vertexIdx
protected int
vertexSize
protected float[]
vertices
-
Constructor Summary
Constructors Modifier Constructor Description protected
MeshData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
dispose()
-
-
-
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
-
-