summaryrefslogtreecommitdiffstats
path: root/src/GLSLShaderTest/SphereGLSL.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/GLSLShaderTest/SphereGLSL.java')
-rw-r--r--src/GLSLShaderTest/SphereGLSL.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/GLSLShaderTest/SphereGLSL.java b/src/GLSLShaderTest/SphereGLSL.java
index ca9717c..87d589e 100644
--- a/src/GLSLShaderTest/SphereGLSL.java
+++ b/src/GLSLShaderTest/SphereGLSL.java
@@ -107,10 +107,6 @@ public class SphereGLSL extends Applet {
ShaderAppearance a = new ShaderAppearance();
Material m = new Material(objColor, eColor, objColor, sColor, 100.0f);
m.setLightingEnable(true);
- Texture t2d = new Texture2D();
- a.setTexture(t2d);
- a.setCapability(Appearance.ALLOW_TEXTURE_WRITE);
-
String vertexProgram = null;
String fragmentProgram = null;
try {