Skip to content
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

--Set default fallback material handling #2265

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. --initial commit; Make fallback material noticeable

    --make material color magenta
    --add flag that this material is a fallback for an object lacking any other materials
    --remove default phong material function; specifying phong shader to use should be sufficient for depth sensor.
    jturner65 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2a9bc8f View commit details
    Browse the repository at this point in the history
  2. --set flag when a drawable is built using fallback material

    --this could indicate that the source asset lacks a material, or else that no materials were loaded by design (i.e. for depth sensor).
    jturner65 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    72e4b81 View commit details
    Browse the repository at this point in the history
  3. --fallback should be flat

    jturner65 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dcdd356 View commit details
    Browse the repository at this point in the history