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

Round out Controller trait functions #230

Open
cleak opened this issue Mar 16, 2024 · 1 comment
Open

Round out Controller trait functions #230

cleak opened this issue Mar 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cleak
Copy link

cleak commented Mar 16, 2024

The Controller trait is missing some key functions from PxController and isn't very useful in its current state.

The functions appear to be exposed in physx-sys, so it's just a matter of properly piping them through. I'm happy to do this if there are no objections.

@cleak cleak added the enhancement New feature or request label Mar 16, 2024
@cleak
Copy link
Author

cleak commented Mar 17, 2024

This has turned out to be considerably more complicated than I expected. The move function in particular references multiple data types which have nested pointers and inheritance based callbacks.

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