Uses of Class
de.grogra.glsl.material.GLSLMaterial
Packages that use GLSLMaterial
-
Uses of GLSLMaterial in de.grogra.glsl.material
Subclasses of GLSLMaterial in de.grogra.glsl.materialModifier and TypeClassDescriptionclass
Implementation of Shader: Phong.class
Implementation of RGBAShader.class
Implementation of Shader: SideSwitch.class
-
Uses of GLSLMaterial in de.grogra.glsl.utility
Fields in de.grogra.glsl.utility declared as GLSLMaterialMethods in de.grogra.glsl.utility that return GLSLMaterialMethods in de.grogra.glsl.utility with parameters of type GLSLMaterialModifier 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) void
Drawable.setGLSLShader
(GLSLMaterial sh) Constructors in de.grogra.glsl.utility with parameters of type GLSLMaterialModifierConstructorDescriptionDrawable
(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)