Browse Source

Removed UV.js. Fixes #4570 in a way...

Mr.doob 11 years ago
parent
commit
1103e50e03

+ 0 - 10
src/math/UV.js

@@ -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 );
-
-};

+ 0 - 1
utils/build/includes/canvas.json

@@ -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",

+ 0 - 1
utils/build/includes/common.json

@@ -19,7 +19,6 @@
 	"src/math/Spline.js",
 	"src/math/Triangle.js",
 	"src/math/Vertex.js",
-	"src/math/UV.js",
 	"src/core/Clock.js",
 	"src/core/EventDispatcher.js",
 	"src/core/Raycaster.js",

+ 0 - 1
utils/build/includes/webgl.json

@@ -11,7 +11,6 @@
 	"src/math/Frustum.js",
 	"src/math/Math.js",
 	"src/math/Vertex.js",
-	"src/math/UV.js",
 	"src/math/Spline.js",
 	"src/math/Box2.js",
 	"src/math/Box3.js",