Class ImmediateRenderSystem.MeshData

java.lang.Object
gaiasky.render.system.ImmediateRenderSystem.MeshData
Enclosing class:
ImmediateRenderSystem

protected static 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

    Modifier and Type Method Description
    void clear()  
    void dispose()  

    Methods inherited from class java.lang.Object

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

    • 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
  • Constructor Details

    • MeshData

      protected MeshData()
  • Method Details

    • clear

      public void clear()
    • dispose

      public void dispose()