Hi everyone,
Is that possible (physics collisions with thin instances)? I have been trying here: https://playground.babylonjs.com/#LLY21U#2
But the moment I want to get the observable (body.getCollisionObservable()) it crashes:
It works if I skip the observable part.
Best wishes
Joe
Awww bummer If I do the same with (non-thin) instances , there is a noticable fps drop.
Cedric
March 23, 2026, 9:11am
5
It looks like a regression. Let me take a look.
Cedric
March 23, 2026, 10:56am
6
It was missing instance index. It can be counter productive to add as many observers as instance. instead, hook the main observer and filter the body and instance you want event infos for.
master ← CedricGuillemet:FixRegThinPhys
opened 10:55AM - 23 Mar 26 UTC
https://forum.babylonjs.com/t/collision-observable-on-thin-instances/62880/5
… user PG fixed : http://localhost:1338/#LLY21U#4
3 Likes