提交 ba5f094e 编写于 作者: F Fernando Serrano

Remove renderer from GLTFExporter example

上级 95114947
......@@ -39,7 +39,7 @@
function exportGLTF( input ) {
var gltfExporter = new THREE.GLTFExporter( renderer );
var gltfExporter = new THREE.GLTFExporter();
gltfExporter.parse( input, function( result ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册