Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkellogg committed Jul 15, 2024
2 parents 8936fd3 + 19e01ad commit bbb3b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/garden.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
});
let path = 'assets/data/garden/garden' + (mode ? '_high' : '') + '.ksplat';
viewer.addSplatScene(path, {
'progressiveLoad': true
'progressiveLoad': false
})
.then(() => {
viewer.start();
Expand Down

0 comments on commit bbb3b86

Please sign in to comment.