Browse Source

Removed THREE.Vertex.

Mr.doob 11 years ago
parent
commit
3c49906e4d
3 changed files with 0 additions and 12 deletions
  1. 0 10
      src/math/Vertex.js
  2. 0 1
      utils/build/includes/canvas.json
  3. 0 1
      utils/build/includes/common.json

+ 0 - 10
src/math/Vertex.js

@@ -1,10 +0,0 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
-THREE.Vertex = function ( v ) {
-
-	console.warn( 'THREE.Vertex has been DEPRECATED. Use THREE.Vector3 instead.')
-	return v;
-
-};

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

@@ -16,7 +16,6 @@
 	"src/math/Frustum.js",
 	"src/math/Math.js",
 	"src/math/Triangle.js",
-	"src/math/Vertex.js",
 	"src/core/EventDispatcher.js",
 	"src/core/Raycaster.js",
 	"src/core/Object3D.js",

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

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