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 TypeClassDescriptionclassImplementation of Shader: Phong.classImplementation of RGBAShader.classImplementation 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 TypeMethodDescriptionvoidDrawableContainer.add(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix4d worldTransform, Matrix4d cachedWorldTransform) voidDrawable.init(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer) voidDrawable.init(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix34d worldTransform, Matrix34d cachedWorldTransform) voidDrawable.init(GLSLRenderable shape, Shader s, GLSLMaterial sh, boolean asNode, int layer, Matrix4d worldTransform, Matrix4d cachedWorldTransform) voidDrawable.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)