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

Vertex: Legacy support approach suggested by @voidburn. Fixes #2257.

上级 9cc7b75a
......@@ -2,8 +2,9 @@
* @author mr.doob / http://mrdoob.com/
*/
THREE.Vertex = function () {
THREE.Vertex = function ( v ) {
console.warn( 'THREE.Vertex has been DEPRECATED. Use THREE.Vector3 instead.')
return v;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册