Is there a way of using Animation nodes to get the visibility from the camera of objects? Not the fustrum, that works great, but what in landscapes is called the viewshed. Wich objects are visible from the camera and which ones are ocluded by other objects or by themselves. I cant find how to meke this. I have several add ons that can calculate this for weigths, but is there a way to make this with animation nodes? thanks
Asked
Active
Viewed 148 times
0
However, calculating vertex/edge/face/object occlusion in a complex mesh is a non-trivial problem. Some folks (self included) have done work in this area using Animation Nodes. See https://blender.stackexchange.com/questions/100606/animation-nodes-for-geometry-line-art/113985 and https://blender.stackexchange.com/questions/87754/ray-cast-function-not-able-to-select-all-the-vertices-in-camera-view/111680 for more info.
– zippy Jan 14 '21 at 22:15