|
@@ -805,6 +805,8 @@ THREE.Vector3.prototype = {
|
|
array[ offset ] = this.x;
|
|
array[ offset ] = this.x;
|
|
array[ offset + 1 ] = this.y;
|
|
array[ offset + 1 ] = this.y;
|
|
array[ offset + 2 ] = this.z;
|
|
array[ offset + 2 ] = this.z;
|
|
|
|
+
|
|
|
|
+ return array;
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|