提交 43feb669 编写于 作者: M Mr.doob

FBXLoader2: Clean up.

上级 16b2f2cc
......@@ -3131,19 +3131,19 @@
* Position of the vertex.
* @type {THREE.Vector3}
*/
this.position = new THREE.Vector3( );
this.position = new THREE.Vector3();
/**
* Normal of the vertex
* @type {THREE.Vector3}
*/
this.normal = new THREE.Vector3( );
this.normal = new THREE.Vector3();
/**
* UV coordinates of the vertex.
* @type {THREE.Vector2}
*/
this.uv = new THREE.Vector2( );
this.uv = new THREE.Vector2();
/**
* Color of the vertex
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册