Hi everyone,
I have been playing with Babylon and Ammo and I can’t seem to get it right…
The desk (with elliptic hole in it) is flickering when the dice drops on it (and if i leave it on the screen for like half an hour, it actually moves away from the center), dice is properly colliding with the desk when it falls in the hole, but other colliders does not work (it does not bounce of the walls of the elliptic shape - i have colliders there to simulate the shape according to manual from Babylon docs and playground https://playground.babylonjs.com/#66PS52).
You can see what i did on (press left mouse button roll the dice):
https://korelacija.com/babylon/
(as I am not able to post more then 2 links, to above url just add the below filenames)
The desk is loaded from:
table-ammo.glb
blender file:
table-ammo.blend
The dice is:
dice.glb
or blender file:
table-ammo.blend
(the files I provided above are just relocated and renamed from the ones used in the code itself for easier sharing - don’t let it confuse you )
What am I doing wrong?
Thank You, Ivan