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

bullet and physx collision meshes are broke #2346

Open
theblooopz opened this issue Apr 1, 2019 · 2 comments
Open

bullet and physx collision meshes are broke #2346

theblooopz opened this issue Apr 1, 2019 · 2 comments

Comments

@theblooopz
Copy link
Contributor

relevant -> https://github.com/GarageGames/Torque3D/blob/development/Engine/source/ts/tsCollision.cpp#L1154

@theblooopz
Copy link
Contributor Author

There's also physx and bullet problems with player collision when running the AAK (Action Adventure Kit). I don't know if these issues are specific to AAK (since it adds extra player functionality) or if it's a general problem for player collisions.

@theblooopz
Copy link
Contributor Author

theblooopz commented Apr 6, 2019

It's been discovered that there's not much we can do about this and the problem was improper naming convention for the collision meshes which caused it to take concave meshes and run them as convex hulls optimized for the physics engine.

It should be more plain to users the convention for naming collision meshes.

Additionally, there's still a specific issue with the AAK player using physx or bullet but now we know this is AAK specific.

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

No branches or pull requests

1 participant