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

Handle instancing when building the initial shape #36

Open
jonathan-meier opened this issue Oct 3, 2019 · 0 comments
Open

Handle instancing when building the initial shape #36

jonathan-meier opened this issue Oct 3, 2019 · 0 comments

Comments

@jonathan-meier
Copy link
Contributor

Instancing of a shape in Maya is lightweight shape duplication. Instead of copying the shape geometry for each duplicate, the geometry is simply appended as a child to multiple different transform nodes that position each duplicate (i.e. the shape has multiple parent transform nodes).

Once we use world space vertex coordinates to build the initial shape (Issue #35), we need to think about how we handle instanced Serlio nodes, since the initial shape geometry has multiple world space vertex coordinates (one for each parent transform).

Task:

  • Define and implement a strategy for determining the world space vertex coordinates of instanced Serlio nodes.
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

No branches or pull requests

1 participant