scripts/machine.js
changeset 38 ce3efaacb700
parent 37 97af0c060479
     1.1 --- a/scripts/machine.js	Sat Apr 30 04:16:57 2011 +0200
     1.2 +++ b/scripts/machine.js	Sat Apr 30 04:32:22 2011 +0200
     1.3 @@ -67,7 +67,7 @@
     1.4  function createScene(context)
     1.5  {
     1.6      var size = 1;
     1.7 -    var texture = new Texture("textures/nehe.gif");
     1.8 +    var texture = new Texture("textures/test.png");
     1.9      var vbo = new CubeVbo(size, context, texture);
    1.10      var scene = new Node([0, 0, 0], [0, 0, 0], new Cube(vbo));
    1.11      var dim = 10;