I have a problem using the raycaster:
When I create an object at the center (0, 0, 0) the raycaster can hit it. But whatever reason for if I move the object to (0, 300, 0) or somewhere else the raycaster will stop hitting the object.
All Directions were 100% setup correct. I tested raycasting the moved object by my self step by step using the Three.js functions and it worked.
It seems that the raycaster.IntersectsObject(objects) is not applying the matrixWorld correctly to the Bounding Sphere.
Any idea why?
I know there is a similar Post on this topic, but the solution did not work out for me:
Three JS - Strange raycast behaviour when objects are moved
The boundingsphere has the correct values.