Changing Models
const sampleModel1 = {
id: "duplex",
src: "./models/duplex/scene.gltf"
}<GLTFViewer
canvasID="canvas-1"
models={this.state.modelsToLoad}
/>Last updated
Was this helpful?
const sampleModel1 = {
id: "duplex",
src: "./models/duplex/scene.gltf"
}<GLTFViewer
canvasID="canvas-1"
models={this.state.modelsToLoad}
/>Last updated
Was this helpful?
Was this helpful?