Hello,
I am currently in the process replacing our current collision system, which uses intersectsMesh() to check for collisions between meshes, to Havok physics bodies and collision observables. Is it possible to get colliding physics bodies without using an observable? It would be much easier for me as I can simply replace my intersectsMesh calls and don’t have to deal with any synchronization issues with observables.