How can I detect as quickly as possible if a three-dimensional object is visible to the cameraโs eyes? The obj.visible attribute is a setter, so it is not useful. Also frustumCullum is not enough, because it indicates only if the object is outside the camera viewing window. I need to know if an object is hidden behind another much larger object.
Anyone have an idea?
Greetings
Marcus
Markus siebeneicher
source share