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, 6 insertions, 8 deletions
diff --git a/src/GLSLShaderTest/ObjLoadGLSL.java b/src/GLSLShaderTest/ObjLoadGLSL.java index 993aebf..3c67b98 100644 --- a/src/GLSLShaderTest/ObjLoadGLSL.java +++ b/src/GLSLShaderTest/ObjLoadGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2006 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 b55650d..b96ea42 100644 --- a/src/GLSLShaderTest/ShaderTestGLSL.java +++ b/src/GLSLShaderTest/ShaderTestGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2006 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 a96dca6..a9f6447 100644 --- a/src/GLSLShaderTest/SphereGLSL.java +++ b/src/GLSLShaderTest/SphereGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2006 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,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); diff --git a/src/GLSLShaderTest/build.xml b/src/GLSLShaderTest/build.xml index 47e5a36..4e57328 100644 --- a/src/GLSLShaderTest/build.xml +++ b/src/GLSLShaderTest/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2006 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 61c83ec..6542b34 100644 --- a/src/GLSLShaderTest/simple.frag +++ b/src/GLSLShaderTest/simple.frag @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2006 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 c593816..7d3e152 100644 --- a/src/GLSLShaderTest/simple.vert +++ b/src/GLSLShaderTest/simple.vert @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2006 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 |