Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut14/data/";
new BasicTexture().start();
break;
case "Perspective Interpolation":
Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut14/data/";
new PerspectiveInterpolation().start();
break;
case "Material Texture":
Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut14/data/";
new MaterialTexture().start();
break;