Hello, I have a little problem.
A is a box model that has polygon detection in the egg file.
B is also a box but I setup a sphere collision in panda code.
When A and B have scale of 1.0 then everything is fine.
But when I set A.setSx(2.0) then the collision does not work right.
I also tried to setSx(2.0) on the collision node path for A but it gives the same affect, object B moves too far into A before detection.
