Skip to content

Commit 500cfdd

Browse files
Fixing path of mesh
1 parent 9d41b0e commit 500cfdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/mesh_loader.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var material: ShaderMaterial
77
var camera: Camera3D
88

99
func _ready() -> void:
10-
var test_path := "res://assets/Archicrop.obj"
10+
var test_path := "./Archicrop.obj"
1111
var imported_mesh = load_obj_at_runtime(test_path)
1212
if imported_mesh:
1313
self.mesh = imported_mesh

0 commit comments

Comments
 (0)