-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Storm BasisCurves interpolate varying primvars incorrectly #1308
Comments
Above image is with complexity=Very High. Setting complexity=Low will also undesirable artifacts. |
RenderMan doesn’t like “linearVarying” and “bezierVarying”:
For linearVarying it complains thusly:
third_party/renderman-23/plugin/hdPrman/context.cpp -- </linearVarying> primvar 'displayColor' size (3) did not match expected (2)
third_party/renderman-23/plugin/hdPrman/context.cpp -- </linearVarying> primvar 'widths' size (3) did not match expected (2)
And for “bezierVarying” it says:
third_party/renderman-23/plugin/hdPrman/context.cpp -- </bezierVarying> primvar 'displayColor' size (3) did not match expected (5)
third_party/renderman-23/plugin/hdPrman/context.cpp -- </bezierVarying> primvar 'widths' size (3) did not match expected (5)
|
Filed as internal issue #USD-6319 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Issue
Varying primvars (displayColor at least) are not interpolated correctly. Widths do seem to be interpolated correctly
Steps to Reproduce
Attached rdla file should render six very similar cone shapes using basisCurves, assuming I understand the interpolation correctly. Instead the colors don't match, even though the widths (using the same interpolation as the colors) do seem to match.
System Information (OS, Hardware)
Linux
Package Versions
20.05
curvesVarying.zip
The text was updated successfully, but these errors were encountered: