Uses of Class
de.grogra.glsl.renderable.GLSLRenderable
Packages that use GLSLRenderable
-
Uses of GLSLRenderable in de.grogra.glsl.renderable
Subclasses of GLSLRenderable in de.grogra.glsl.renderableModifier 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
Methods in de.grogra.glsl.renderable that return GLSLRenderableModifier 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
Fields in de.grogra.glsl.utility declared as GLSLRenderableMethods in de.grogra.glsl.utility that return GLSLRenderableMethods in de.grogra.glsl.utility with parameters of type GLSLRenderableModifier 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) Constructors in de.grogra.glsl.utility with parameters of type GLSLRenderableModifierConstructorDescriptionDrawable
(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)