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

VariationReader should support MeshType #20

Open
andrewkaufman opened this issue Mar 25, 2019 · 1 comment
Open

VariationReader should support MeshType #20

andrewkaufman opened this issue Mar 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@andrewkaufman
Copy link
Collaborator

We should be able to store in the variation file a mesh interpolation (linear vs catmulClark) and the variation reader should respect that. We can either add the Cortex convention (ieMeshInterpolation) or re-use the arnold subdiv settings if they exist in the cache. Note that meshes set as subd should not bother loading normals into Gaffer.

@andrewkaufman
Copy link
Collaborator Author

Even for meshes set as linear (polys) we should optionally load normals. We've seen performance data with other crowd software where it was better to avoid loading normals and instead just let the renderer interpret them via winding order.

@andrewkaufman andrewkaufman added the enhancement New feature or request label Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant