Removed unnecessary description of the test code. And, correct errors detected in WebStorm.

This commit is contained in:
satoru kimura
2014-05-13 12:42:39 +09:00
parent 68fd50f64b
commit d900e75c0b
5 changed files with 6 additions and 63 deletions
@@ -35,7 +35,7 @@
amplitude: { type: "f", value: 1.0 },
color: { type: "c", value: new THREE.Color(0xff2200) },
texture: { type: "t", value: THREE.ImageUtils.loadTexture("textures/water.jpg") },
texture: { type: "t", value: THREE.ImageUtils.loadTexture("textures/water.jpg") }
};
+1 -1
View File
@@ -5,7 +5,7 @@
() => {
// ------- variable definitions that does not exist in the original code. These are for typescript.
var material: any;
var material: THREE.SpriteMaterial;
// -------
var camera, scene, renderer;