summaryrefslogtreecommitdiffstats
path: root/src/GLSLShaderTest
diff options
context:
space:
mode:
Diffstat (limited to 'src/GLSLShaderTest')
-rw-r--r--src/GLSLShaderTest/ObjLoadGLSL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GLSLShaderTest/ObjLoadGLSL.java b/src/GLSLShaderTest/ObjLoadGLSL.java
index 97fc60b..12369cd 100644
--- a/src/GLSLShaderTest/ObjLoadGLSL.java
+++ b/src/GLSLShaderTest/ObjLoadGLSL.java
@@ -62,7 +62,7 @@ import java.net.MalformedURLException;
public class ObjLoadGLSL extends Applet {
- private String shaderName = "simple";
+ private String shaderName = "polkadot3d";
private boolean spin = false;
private boolean noTriangulate = false;
private boolean noStripify = false;