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

Added warning message in Face4 as suggested by @icannotfly in #3663.

上级 06404691
......@@ -4,6 +4,8 @@
THREE.Face4 = function ( a, b, c, d, normal, color, materialIndex ) {
console.warn( 'THREE.Face4 has been removed. A THREE.Face3 will be created instead.')
return new THREE.Face3( a, b, c, normal, color, materialIndex );
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册