react-planner
react-planner copied to clipboard
glb support from threejs
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); }, );