react-planner icon indicating copy to clipboard operation
react-planner copied to clipboard

glb support from threejs

Open qanuj opened this issue 6 years ago • 0 comments

Since this project is built on threejs, is it possible to add a support for .glb file.

loader.load('catalog/items/moon.glb', (gltf) => { resolve(gltf)); }, (xhr) => { // called while loading is progressing }, (error) => { // called when loading has errors console.error('An error happened', error); }, );

qanuj avatar Jul 30 '19 13:07 qanuj