Uses of Class
de.grogra.glsl.renderable.GLSLRenderable
-
Uses of GLSLRenderable in de.grogra.glsl.renderable
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
Translation of all renderables implementing the interface Polygonizable.class
class
class
Modifier and TypeMethodDescriptionGLSLBox.getInstance()
GLSLCone.getInstance()
GLSLCylinder.getInstance()
GLSLFrustum.getInstance()
GLSLNullRenderable.getInstance()
GLSLNumericLabel.getInstance()
GLSLNURBSCurve.getInstance()
GLSLPlane.getInstance()
Since planes do not have internal values just share the whole planeabstract GLSLRenderable
GLSLRenderable.getInstance()
GLSLSphere.getInstance()
GLSLTextLabel.getInstance()
RenderableCollection.getInstance
(Object shape, Object state, boolean asNode, GraphState gs) -
Uses of GLSLRenderable in de.grogra.glsl.utility
Modifier and TypeMethodDescriptionvoid
DrawableContainer.add
(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix4d worldTransform, Matrix4d cachedWorldTransform) void
Drawable.init
(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer) void
Drawable.init
(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix34d worldTransform, Matrix34d cachedWorldTransform) void
Drawable.init
(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix4d worldTransform, Matrix4d cachedWorldTransform) ModifierConstructorDescriptionDrawable
(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix34d worldTransform, Matrix34d cachedWorldTransform) Drawable
(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix4d worldTransform, Matrix4d cachedWorldTransform)