|
@@ -84,10 +84,10 @@
|
|
|
container.appendChild( renderer.domElement );
|
|
|
|
|
|
var geometry = new THREE.Geometry(),
|
|
|
- geometry2 = new THREE.Geometry(),
|
|
|
- geometry3 = new THREE.Geometry(),
|
|
|
- points = hilbert3D( new THREE.Vector3( 0,0,0 ), 200.0, 1, 0, 1, 2, 3, 4, 5, 6, 7 ),
|
|
|
- colors = [], colors2 = [], colors3 = [];
|
|
|
+ geometry2 = new THREE.Geometry(),
|
|
|
+ geometry3 = new THREE.Geometry(),
|
|
|
+ points = hilbert3D( new THREE.Vector3( 0,0,0 ), 200.0, 1, 0, 1, 2, 3, 4, 5, 6, 7 ),
|
|
|
+ colors = [], colors2 = [], colors3 = [];
|
|
|
|
|
|
n_sub = 6;
|
|
|
|