Instead try this: var loader = new THREE.ObjectLoader(); loader.load('somemodel.json', function (object) { scene.add(object); });.
確定! 回上一頁