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

Support Skinned Meshes #102

Open
SludgePhD opened this issue Nov 9, 2023 · 1 comment
Open

Support Skinned Meshes #102

SludgePhD opened this issue Nov 9, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@SludgePhD
Copy link

It looks like the plugin currently always raycasts against the static mesh data, which is typically a T or V pose for rigged meshes. It would be useful if it respected the current bone poses to accurately cast rays against deformed meshes.

@aevyrie aevyrie changed the title Support "boneful" meshes Support Skinned Meshes Jan 18, 2024
@aevyrie
Copy link
Owner

aevyrie commented Jan 18, 2024

This is beyond my knowledge. I understand the basics of bones deforming mesh vertices, but I'm not very familiar with how to apply this to the mesh. Hopefully we could re-use bevy's internal code for skinned meshes. This isn't something I'm planning to implement, but I'd happily support a PR if someone wants to tackle this.

@aevyrie aevyrie added enhancement New feature or request help wanted Extra attention is needed labels Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants