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
Physics compound body not touching the ground.
Bug repro on playground: https://www.babylonjs-playground.com/#492ZK0#27
Expected result: Physics compound body touching the ground.
Current result: Physics compound body not touching the ground.
The text was updated successfully, but these errors were encountered:
(Documentation only) - Seems like a fundamental issue with compounds:
https://www.babylonjs-playground.com/#492ZK0#28
The transformation calculations of the child-impostors seems to be off. Either that or that the rendering of the object is incorrect.
Sorry, something went wrong.
Reopening - Ammo and Oimo and still acting up:
https://playground.babylonjs.com/#1XWKCR#7
The issue was a missing impostor on the parent:
(cannon) https://playground.babylonjs.com/#1XWKCR#9 (ammo) https://playground.babylonjs.com/#1XWKCR#10 (oimo) https://playground.babylonjs.com/#1XWKCR#11
Closing
RaananW
No branches or pull requests
Physics compound body not touching the ground.
Bug repro on playground:
https://www.babylonjs-playground.com/#492ZK0#27
Expected result:
Physics compound body touching the ground.
Current result:
Physics compound body not touching the ground.
The text was updated successfully, but these errors were encountered: