未验证 提交 cecf0b3a 编写于 作者: W WestLangley 提交者: GitHub

Call render() in loader callback

As discussed in https://github.com/mrdoob/three.js/pull/14957#issuecomment-424184966.
上级 c819cb6e
......@@ -159,6 +159,8 @@
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
render();
} );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册