浏览代码

FBXLoader2: Clean up.

Mr.doob 8 年之前
父节点
当前提交
43feb66971
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      examples/js/loaders/FBXLoader2.js

+ 3 - 3
examples/js/loaders/FBXLoader2.js

@@ -3131,19 +3131,19 @@
 		 * Position of the vertex.
 		 * Position of the vertex.
 		 * @type {THREE.Vector3}
 		 * @type {THREE.Vector3}
 		 */
 		 */
-		this.position = new THREE.Vector3( );
+		this.position = new THREE.Vector3();
 
 
 		/**
 		/**
 		 * Normal of the vertex
 		 * Normal of the vertex
 		 * @type {THREE.Vector3}
 		 * @type {THREE.Vector3}
 		 */
 		 */
-		this.normal = new THREE.Vector3( );
+		this.normal = new THREE.Vector3();
 
 
 		/**
 		/**
 		 * UV coordinates of the vertex.
 		 * UV coordinates of the vertex.
 		 * @type {THREE.Vector2}
 		 * @type {THREE.Vector2}
 		 */
 		 */
-		this.uv = new THREE.Vector2( );
+		this.uv = new THREE.Vector2();
 
 
 		/**
 		/**
 		 * Color of the vertex
 		 * Color of the vertex