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

Get Mappings between reduced and original vertices #62

Open
qlee01 opened this issue Jul 22, 2022 · 1 comment
Open

Get Mappings between reduced and original vertices #62

qlee01 opened this issue Jul 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@qlee01
Copy link

qlee01 commented Jul 22, 2022

Is there currently a way to get the reduced vertex index based on the original vertex index? E.g. let's say the algorithm reduced vertex index 2 and 3 to 2, would there be a way to get the array of [2,3] based on the new index "2"?

This would be very helpful to e.g. use a simplified mesh for heavy calculation, but use full mesh for rendering, e.g. on cloth / softbody components.

@qlee01 qlee01 added the enhancement New feature or request label Jul 22, 2022
@Whinarn
Copy link
Owner

Whinarn commented Jul 27, 2022

There is no way to get this currently. I'll keep it under consideration. But I also accept PRs if you decide to do it yourself.

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

2 participants