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

Replace overlap-based mechanisms with trigger mechanisms instead (e.g. for Toggle) #882

Open
cgokmen opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cgokmen
Copy link
Contributor

cgokmen commented Sep 14, 2024

Our Toggle etc. states do NOT work when flatcache is on. This is because we do an overlap mesh query, but PhysX can't tell the position of the mesh (I think it tries to get it from the raw USD). We are debugging this further but I don't think there's a good way of salvaging this. My proposed approach is replacing the toggle etc. meshes with trigger meshes that PhysX manages and makes callbacks for. This way we get fast updates of these states, do not need to worry about when to check, and should be able to run with USD or Fabric.

@cgokmen cgokmen added the bug Something isn't working label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants