Skip to content

Commit 40cb8ea

Browse files
authored
Merge pull request #111 from pattern-x/feature/fix-camera
Fix incorrect camera position
2 parents a141d48 + 05b4939 commit 40cb8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/demo/bim_2_overlay_with_dxf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
console.error("[Demo] Failed to load " + modelCfg.src + ". " + event.message);
8181
}).then(() => {
8282
console.log(`[Demo] Loaded model ${modelCfg.src}`);
83-
viewer.setToOrthographicCamera(false);
83+
// viewer.setToOrthographicCamera(false);
8484
});
8585
});
8686
</script>

0 commit comments

Comments
 (0)