Clean up imports.
@@ -1,5 +1,4 @@
import { Matrix4 } from './Matrix4';
-import { BufferAttribute } from './../core/BufferAttribute';
import { Vector3 } from './Vector3';
/**
@@ -1,5 +1,3 @@
-import { Vector3 } from './Vector3.js';
-
* @author alteredq / http://alteredqualia.com/
* @author WestLangley / http://github.com/WestLangley
@@ -7,8 +5,6 @@ import { Vector3 } from './Vector3.js';
* @author tschw
*/
-var _vector = new Vector3();
function Matrix3() {
this.elements = [
@@ -1,7 +1,6 @@
import { Euler } from './Euler';
import { Quaternion } from './Quaternion';
import { Matrix } from './Matrix3';
* A 4x4 Matrix.
@@ -1,4 +1,4 @@
-import { Vector2, Vector } from './../math/Vector2';
+import { Vector2 } from './../math/Vector2';
import { EventDispatcher } from './../core/EventDispatcher';
import {
Mapping,