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

Add tangent input to glTF PBR #1157

Conversation

pablode
Copy link
Contributor

@pablode pablode commented Nov 27, 2022

This PR adds a tangent input to the glTF PBR, similar to how it's done in the standard surface.

@pablode
Copy link
Contributor Author

pablode commented Dec 13, 2022

Some background info: this allows the use of tangents that are not provided by the runtime via the 'Tworld' geomprop or <tangent> node. For example, tangents could be read direcly from a mesh stream (or USD primvar) using a <geompropvalue> node, and connected to the proposed input for correct shading.

@jstone-lucasfilm
Copy link
Member

@pablode This looks like a good proposal to me, and I'd have no reservations about integrating it to main. Is there a representative on the glTF side who might want to weigh in here, making sure that this approach for connecting tangent streams is aligned with their vision as well?

@proog128
Copy link
Contributor

Looks good to me. As there is no anisotropy yet in glTF PBR, this change probably does not have an effect yet. However, as far as I can tell it is in line with the coming KHR_materials_anisotropy extension.

@jstone-lucasfilm jstone-lucasfilm merged commit 6a91401 into AcademySoftwareFoundation:main Dec 21, 2022
Michaelredaa pushed a commit to Michaelredaa/MaterialX that referenced this pull request Oct 21, 2023
This PR adds a tangent input to the glTF PBR, similar to how it's done in the standard surface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants