diff options
Diffstat (limited to 'src/GLSLShaderTest')
-rw-r--r-- | src/GLSLShaderTest/ObjLoadGLSL.java | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/ShaderTestGLSL.java | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/SphereGLSL.java | 4 | ||||
-rw-r--r-- | src/GLSLShaderTest/build.xml | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/simple.frag | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/simple.vert | 2 |
6 files changed, 8 insertions, 6 deletions
diff --git a/src/GLSLShaderTest/ObjLoadGLSL.java b/src/GLSLShaderTest/ObjLoadGLSL.java index 3c67b98..993aebf 100644 --- a/src/GLSLShaderTest/ObjLoadGLSL.java +++ b/src/GLSLShaderTest/ObjLoadGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/GLSLShaderTest/ShaderTestGLSL.java b/src/GLSLShaderTest/ShaderTestGLSL.java index b96ea42..b55650d 100644 --- a/src/GLSLShaderTest/ShaderTestGLSL.java +++ b/src/GLSLShaderTest/ShaderTestGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/GLSLShaderTest/SphereGLSL.java b/src/GLSLShaderTest/SphereGLSL.java index a9f6447..a96dca6 100644 --- a/src/GLSLShaderTest/SphereGLSL.java +++ b/src/GLSLShaderTest/SphereGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -156,6 +156,7 @@ 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(); @@ -167,6 +168,7 @@ 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); diff --git a/src/GLSLShaderTest/build.xml b/src/GLSLShaderTest/build.xml index 4e57328..47e5a36 100644 --- a/src/GLSLShaderTest/build.xml +++ b/src/GLSLShaderTest/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/GLSLShaderTest/simple.frag b/src/GLSLShaderTest/simple.frag index 6542b34..61c83ec 100644 --- a/src/GLSLShaderTest/simple.frag +++ b/src/GLSLShaderTest/simple.frag @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/GLSLShaderTest/simple.vert b/src/GLSLShaderTest/simple.vert index 7d3e152..c593816 100644 --- a/src/GLSLShaderTest/simple.vert +++ b/src/GLSLShaderTest/simple.vert @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |