Skip to content

Commit

Permalink
fix three path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdejong committed Mar 21, 2024
1 parent 639fb1b commit 3e74bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class ThreeView {
async function render3d() {

if (!THREE) {
THREE = await import("/three.module.min.js")
THREE = await import("./three.module.min.js")
}
if (!view) {
view = new ThreeView();
Expand Down

0 comments on commit 3e74bce

Please sign in to comment.