Fixing paths.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user