Initial commit

This commit is contained in:
Yeicor
2024-01-28 21:13:03 +01:00
commit ff629bc006
8 changed files with 1879 additions and 0 deletions

5
src/index.ts Normal file
View File

@@ -0,0 +1,5 @@
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`)