@@ -1,10 +0,0 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
-THREE.UV = function ( u, v ) {
- console.warn( 'THREE.UV has been DEPRECATED. Use THREE.Vector2 instead.')
- return new THREE.Vector2( u, v );
-};
@@ -17,7 +17,6 @@
"src/math/Math.js",
"src/math/Triangle.js",
"src/math/Vertex.js",
- "src/math/UV.js",
"src/core/EventDispatcher.js",
"src/core/Raycaster.js",
"src/core/Object3D.js",
@@ -19,7 +19,6 @@
"src/math/Spline.js",
"src/core/Clock.js",
@@ -11,7 +11,6 @@
"src/math/Frustum.js",
"src/math/Box2.js",
"src/math/Box3.js",