Initial commit

This commit is contained in:
Yeicor
2024-01-29 21:48:33 +01:00
parent ff629bc006
commit 24d9af17ee
9 changed files with 202 additions and 118 deletions

View File

@@ -1,5 +1,7 @@
import {App} from "./app";
const app = new App()
app.install();
app.addModel(`https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Duck/glTF-Binary/Duck.glb`)
app.replaceModel(`https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Duck/glTF-Binary/Duck.glb`)