How can I detect, as fast as possible, if a threejs object is visible for the eyes of the camera? The obj.visible attribute is a setter, so not useful. Also frustumCullum is not enough, as it only indicates if an object is out of the camera viewport. I need to know if an object is hidden behind another much larger object.
Anybody has an idea?
Cheers
Markus