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

Fix uniform name for scaling clearcoat normals #12054

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

jjhembd
Copy link
Contributor

@jjhembd jjhembd commented Jun 28, 2024

Description

Fixes a bug introduced in #12018, which added support for scaling of normal textures. The uniform name for scaling a clearcoat normal texture was incorrect.

Issue number and link

Fixes #12051.

Testing plan

Run ModelSpec locally.

Author checklist

  • I have submitted a Contributor License Agreement
  • I have added my name to CONTRIBUTORS.md
  • [ ] I have updated CHANGES.md with a short summary of my change This is fixing something that was introduced AFTER the last release.
  • [ ] I have added or updated unit tests to ensure consistent code coverage
  • [ ] I have updated the inline documentation, and included code examples where relevant
  • I have performed a self-review of my code

@jjhembd jjhembd requested a review from ggetz June 28, 2024 16:31
Copy link

Thank you for the pull request, @jjhembd!

✅ We can confirm we have a CLA on file for you.

@ggetz
Copy link
Contributor

ggetz commented Jun 28, 2024

Fantastic, thanks @jjhembd!

@ggetz ggetz merged commit c1ecff2 into main Jun 28, 2024
10 checks passed
@ggetz ggetz deleted the clearcoat-scaling branch June 28, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test Failure: 'u_normalTextureScale' : undeclared identifier
2 participants