Change magic scale factor

This commit is contained in:
Adam Chalmers
2025-06-16 13:21:05 -05:00
parent 21dffcd2de
commit 4267abc22f

View File

@ -651,7 +651,7 @@ export async function engineViewIsometricWithoutGeometryPresent({
// will be at some fixed distance. This means the grid could be way too zoomed in or out. // will be at some fixed distance. This means the grid could be way too zoomed in or out.
// So, adjust the zoom depending on the chosen unit. // So, adjust the zoom depending on the chosen unit.
const scaleFactor = (() => { const scaleFactor = (() => {
const mmScale = 100 const mmScale = 300
const cmScale = mmScale / 10 const cmScale = mmScale / 10
const mScale = cmScale / 100 const mScale = cmScale / 100
const inScale = mmScale / 25.4 const inScale = mmScale / 25.4