java.lang.Object
de.grogra.glsl.renderable.GLSLRenderable
de.grogra.glsl.renderable.GLSLInstanceableRenderable
de.grogra.glsl.renderable.GLSLBitCache
de.grogra.glsl.renderable.GLSLAxis
de.grogra.glsl.renderable.GLSLFrustumBase
- Direct Known Subclasses:
GLSLCone
,GLSLCylinder
,GLSLFrustum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
Fields inherited from class de.grogra.glsl.renderable.GLSLAxis
endPosition, length, SCALE_V_MASK, startPosition
Fields inherited from class de.grogra.glsl.renderable.GLSLBitCache
BITMASK
Fields inherited from class de.grogra.glsl.renderable.GLSLInstanceableRenderable
DIRECT, INDIRECT, INSTANCIATED
-
Constructor Summary
-
Method Summary
Methods inherited from class de.grogra.glsl.renderable.GLSLAxis
updateInstanceByInstancing, updateInstanceDirect, updateInstanceIndirect
Methods inherited from class de.grogra.glsl.renderable.GLSLBitCache
getBool, setBool
Methods inherited from class de.grogra.glsl.renderable.GLSLInstanceableRenderable
updateInstance
Methods inherited from class de.grogra.glsl.renderable.GLSLRenderable
activateShader, draw, drawAlt, findShader, getInstance, instanceFor, isShaderDependant
-
Field Details
-
BASE_OPEN_MASK
public static final int BASE_OPEN_MASK- See Also:
-
TOP_OPEN_MASK
public static final int TOP_OPEN_MASK- See Also:
-
USED_BITS
public static final int USED_BITS- See Also:
-
-
Constructor Details
-
GLSLFrustumBase
public GLSLFrustumBase()
-