未验证 提交 7a21630d 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #17421 from Carnaux/patch-2

Update OBJLoader2.html
......@@ -25,8 +25,8 @@
var loader = new THREE.OBJLoader2();
// function called on successful load
var callbackOnLoad = function ( event ) {
scene.add( event.detail.loaderRootNode );
var callbackOnLoad = function ( object3d ) {
scene.add( object3d );
};
// load a resource from provided URL synchronously
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册