Module gl1

Class GLSLInstanceableRenderable

java.lang.Object
de.grogra.glsl.renderable.GLSLRenderable
de.grogra.glsl.renderable.GLSLInstanceableRenderable
Direct Known Subclasses:
GLSLBitCache, GLSLSphere

public abstract class GLSLInstanceableRenderable extends GLSLRenderable
  • Field Details

  • Constructor Details

    • GLSLInstanceableRenderable

      public GLSLInstanceableRenderable()
  • Method Details

    • updateInstance

      public void updateInstance(Object reference, Object state, boolean asNode, GraphState gs)
      Specified by:
      updateInstance in class GLSLRenderable
    • updateInstanceDirect

      protected abstract void updateInstanceDirect(Renderable reference)
    • updateInstanceByInstancing

      protected abstract void updateInstanceByInstancing(Renderable reference, GraphState gs)
    • updateInstanceIndirect

      protected abstract void updateInstanceIndirect(Object state, boolean asNode, GraphState gs)