-
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 ignores subd normals #2981
Comments
The default method of displaying subdivision surface meshes in Storm is limited as you point out, especially with respect to meshes with sharpened creases and other features. You can get a higher fidelity representation by enabling adaptive subdivision with GPU tessellation, e.g.
It would be good if this was exposed in a way that was more discoverable. |
Thank you for that env var, adaptive subdivision looks promising with better normals, but it does create some artefacts and not enough subdivision compared to the fixed subdivision. Attached is an example of a simple square tube with rounded edges, top and bottom crease weight of 5, that shows black faces near creases when moving further away and even further it will not subdivide much at all showing faceted edges instead of smooth subd shapes. complexity mid close enough so everything looks good complexity very high with normal issues at the creases complexity mid with the same normal issues, but only starting further away complexity mid not subdividing enough far away edit: added tube.usda zipped example |
Filed as internal issue #USD-9383 |
@ben-arx Agree those tessellation artifacts are undesirable. There should be a fairly straightforward fix for that bug, we'll take a look. We haven't yet exposed any additional controls for adaptive tessellation. |
Storm ignores normals with higher subd levels, increasing complexity adds more geometry, but the normals stay the same, resulting in smooth shading and softer edges on the very high complexity mesh compared to the same mesh with subdivisions baked into the geometry.
Attached is a simple example of a cube mesh with a crease weight of 10, showing the same smooth normals and shading with complexity low and very high and then compared with subd baked into the mesh instead.
Renderman and Karma render subd with the proper normals.
cube.zip
low
very high
baked
The text was updated successfully, but these errors were encountered: