-
-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heightmap display has a fencepost error in coordinate calculations #1520
Labels
⚡ Type: Bug
Something isn't working
Comments
I've never used vue before, but something like
|
Thx for reporting this bug and your solution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mainsail Version:
2.7.0
Browser:
Chrome
Device:
Desktop PC
Operating System:
Windows
What happened?
In looking at the heightmap mesh, it displays the coordinate points of the x/y points. my bed is configured with a min of 10, max of 270 in the Y direction, 9x9. The highest point is at the left rear, at 10,270. In the right hand panel the max point is instead showed as "Max [10, 241.1]". 241.1 = 10+(270-10)*8/9 instead of the correct divisor of 8.
What did you expect to happen instead?
coordinate should be calculated correctly.
How to reproduce this bug?
display a heightmap and look at the max/min coordinates on the right panel, assuming they are not at the first point probed.
Additional information:
No response
The text was updated successfully, but these errors were encountered: