Fixing paths.

This commit is contained in:
2025-12-29 20:04:06 +01:00
parent 52d518fea2
commit 655db800b7

View File

@@ -29,7 +29,7 @@ class assimp
constructor() { constructor() {
this.baseUrl = ""; this.baseUrl = "";
this.modelPath = '/media/models/'; this.modelPath = 'media/models/';
this.meshes = []; this.meshes = [];
this.scene = new scene(); this.scene = new scene();