Snap Field Placement [SYNTH-94] - #1368
Merged
Merged
Conversation
Contributor
|
I wonder why this was offset in the past. I imagine it was on purpose. |
RoushilS
approved these changes
Jun 30, 2026
RoushilS
left a comment
Contributor
There was a problem hiding this comment.
Good fix! This also solves the issue of not being able to spawn field after spawning robot without glitching. I will say that fun field v19 does not snap to bottom, but that field definetely has other issues, lol.
Member
Author
Thanks. However, |
PepperLola
approved these changes
Jul 1, 2026
PepperLola
enabled auto-merge (squash)
July 1, 2026 16:54
BrandonPacewic
added a commit
that referenced
this pull request
Jul 1, 2026
* 'dev' of github.com:Autodesk/synthesis: (64 commits) Improve styling of joint sequencing panel `[SYNTH-188]` (#1366) Snap Field Placement `[SYNTH-94]` (#1368) fix: inverted joystick control scheme add aria label to analytics decline button (#1367) Remove Electron Icons `[SYNTH-203]` (#1369) Fix Gamepad custom selection `[SYNTH-152]` (#1361) Increase Minimum Sphericity to 0.99 Sphere Game Piece Unit Tests Update ConfigureShotTrajectoryInterface.tsx Style Fixes style: fix fix: provide backup values to prevent crashing fix: remove move handle from modal headers feat: support transaltion + rotation; needed feedforward logic Style Fixes Disable Focus Selection on "None" and Field Style Fix Prevent Changing Mode while Focus is on a Field Biome Style Fixes Minor tootlip text improvement ...
BrandonPacewic
added a commit
that referenced
this pull request
Jul 1, 2026
* 'dev' of github.com:Autodesk/synthesis: (86 commits) Improve styling of joint sequencing panel `[SYNTH-188]` (#1366) Snap Field Placement `[SYNTH-94]` (#1368) fix: inverted joystick control scheme add aria label to analytics decline button (#1367) Remove Electron Icons `[SYNTH-203]` (#1369) Fix Gamepad custom selection `[SYNTH-152]` (#1361) Increase Minimum Sphericity to 0.99 Sphere Game Piece Unit Tests Update ConfigureShotTrajectoryInterface.tsx Style Fixes style: fix fix: provide backup values to prevent crashing fix: remove move handle from modal headers feat: support transaltion + rotation; needed feedforward logic Style Fixes Disable Focus Selection on "None" and Field Style Fix Prevent Changing Mode while Focus is on a Field Biome Style Fixes Minor tootlip text improvement ...
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task
SYNTH-94
Symptom
Currently fields spawn slightly above the ground which is undesirable. I think this is most obvious on the 2025 field, but this can be seen on all fields.

Right now the ground plane is located from -0.19 to 0.01 (y-axis), and fields spawn at 0.1.
Solution
Have the ground plane go from -0.2 to 0, and fields spawn at 0.
Verification
Before merging, ensure the following criteria are met: