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

Investigate ncollide_procedural #44

Open
kvark opened this issue May 29, 2017 · 1 comment
Open

Investigate ncollide_procedural #44

kvark opened this issue May 29, 2017 · 1 comment

Comments

@kvark
Copy link
Member

kvark commented May 29, 2017

The crate name is off, but essentially this is the direct alternative to genmesh:
http://ncollide.org/rustdoc/ncollide_procedural/

It's used in kiss3d. Would be interesting to look inside and see what we can learn.

@virtualritz
Copy link

Biggest caveat on ncollide::procedural is: triangles only. For offline rendering applications, from algorithmic art that gets rendered for large scale print over motion graphics: support for quads or, better, n-gons, is a must.

Catmull-Clark subdivision surfaces (with creases and corners) are the gold standard in offline rendering and this algorithm doesn't work well with triangle meshes as input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants