3D Dynamic Bumper Colors#465
Open
blaze-developer wants to merge 8 commits intoMechanical-Advantage:mainfrom
Open
3D Dynamic Bumper Colors#465blaze-developer wants to merge 8 commits intoMechanical-Advantage:mainfrom
blaze-developer wants to merge 8 commits intoMechanical-Advantage:mainfrom
Conversation
…implification process.
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.
The 2D field tab is able to show custom colors, along with the current alliance's colors on it, so why not have the same functionality in 3D?
This is accomplished by separating the bumper from the robot mesh, and applying a different colored material to the bumper. Currently, the user is given all of the neon color options that the ghosts get (with slightly decreased saturation), along with the default automatic option which displays the robot's alliance color on the bumpers.
The models are configured for this by simply adding "BUMPERCOLOR" (or whatever annotation you deem to be appropriate) to the parts that the user wishes to dynamically be colored. This feature could also be renamed something like "Dynamic Part Color" if we wanted to generalize further, but bumper colors are the most obvious application of this.
This feature is opt-in for models, and can be enabled or disabled by setting the robot config boolean, "dynamicColoring" .