Start working on python package

This commit is contained in:
Yeicor
2024-02-01 21:03:20 +01:00
parent 24d9af17ee
commit 8fd3a2247a
15 changed files with 240 additions and 13 deletions

View File

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