diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-12-06 19:46:01 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-12-06 19:46:01 +0000 |
commit | a6f7445079ee5b8b24e48c456dff31ff70e1b5b1 (patch) | |
tree | 3f88c2f94c24fa5e1a6ab9a2d75bfe9778c92422 /src/GLSLShaderTest/SphereGLSL.java | |
parent | c6805f980728cf8ebe1a329dc0e584c741accc8d (diff) |
Issue 198 : Need more shader example programs
1) Added Phong shading example
2) Minor mod to SphereGLSL
3) Added toon shader
Diffstat (limited to 'src/GLSLShaderTest/SphereGLSL.java')
-rw-r--r-- | src/GLSLShaderTest/SphereGLSL.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GLSLShaderTest/SphereGLSL.java b/src/GLSLShaderTest/SphereGLSL.java index a96dca6..8b7f5c6 100644 --- a/src/GLSLShaderTest/SphereGLSL.java +++ b/src/GLSLShaderTest/SphereGLSL.java @@ -156,7 +156,6 @@ public class SphereGLSL extends Applet { TransformGroup l2Trans = new TransformGroup(t); l2RotTrans.addChild(l2Trans); - /* // Create Geometry for point lights ColoringAttributes caL1 = new ColoringAttributes(); ColoringAttributes caL2 = new ColoringAttributes(); @@ -168,7 +167,6 @@ public class SphereGLSL extends Applet { appL2.setColoringAttributes(caL2); l1Trans.addChild(new Sphere(0.05f, appL1)); l2Trans.addChild(new Sphere(0.05f, appL2)); - */ // Create lights AmbientLight aLgt = new AmbientLight(alColor); |