mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-21 15:04:25 +01:00
Start working on python package
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user