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

Ignore usdGeom doubleSided parameter #2099 #2100

Closed
wants to merge 2 commits into from

Conversation

sebastienblor
Copy link
Collaborator

Changes proposed in this pull request
WIP changes to ignore UsdGeom doubleSided. I'm keeping the old code for now, in case we wan't a global parameter to control this behaviour. I found out that the render delegate wasn't supporting the parameter arnold:sidedness as it does for visibility, so I added this feature.
19 tests had to be updated, for often small changes where the new render is more correct than the previous, where some rays would go through parts of the geometry to directly hit the background

test_0026 had 2 single-sided planes where only one was visible and the other was turned in the opposite direction. I added an explicit sidedness to 0 in order to keep the same render and exercise this parameter.

Issues fixed in this pull request
Fixes #2099

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.

Ignore doubleSided parameter as it defaults to false
1 participant