update to three.js r69.

This commit is contained in:
satoru kimura
2014-11-02 21:13:02 +09:00
parent 0202fa0112
commit 0cca9182b9
10 changed files with 421 additions and 370 deletions
@@ -50,7 +50,7 @@
var material1 = new THREE.LineBasicMaterial({ color: 0x000000, opacity: 0.2 });
var line = new THREE.Line(geometry, material1);
line.type = THREE.LinePieces;
line.mode = THREE.LinePieces;
scene.add(line);
// Cubes
+1 -1
View File
@@ -45,7 +45,7 @@
var material = new THREE.LineBasicMaterial({ color: 0xffffff, opacity: 0.2 });
var line = new THREE.Line(geometry, material);
line.type = THREE.LinePieces;
line.mode = THREE.LinePieces;
scene.add(line);
// Spheres
+2
View File
@@ -4,7 +4,9 @@
/// <reference path="../../stats/stats.d.ts" />
/// <reference path="../detector.d.ts" />
/// <reference path="../three-canvasrenderer.d.ts" />
/// <reference path="../three-css3drenderer.d.ts" />
/// <reference path="../three-projector.d.ts" />
/// <reference path="../three-orbitcontrols.d.ts" />
/// <reference path="../three-trackballcontrols.d.ts" />
/// <reference path="../three-effectcomposer.d.ts" />