提交 4d3ff609 编写于 作者: L linbingquan

GLTFEXporter: Clean up

上级 26991948
......@@ -1078,7 +1078,7 @@ THREE.GLTFExporter.prototype = {
} else {
if ( ! geometry.isBufferGeometry ) {
console.warn( 'GLTFExporter: Exporting THREE.Geometry will increase file size. Use THREE.BufferGeometry instead.' );
var geometryTemp = new THREE.BufferGeometry();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册