Im looking for a “non game-engine” LOD Python script. One that can set the “renderability” of objects to on or of based on the camera’s position and direction.
I’m working on large outdoor scenes with lots of trees and vegetation and a highway full of cars. I need to use these scenes over and over again for traffic training puposes so a dynamic setup is preferred.
Ill settle for a script that wil handle basic LOD functionality. Meaning it can detect objects entering and leaving the camera’s field of view at a set distance. Ik know a little python so setting the renderability of an object I can handle. But figuring out a script that can detect objects within a set distance based on the camera’s position and direction is beyond my skill.