I want to do LOD rendering except rather than showing different meshes I want to show more / less meshes. EG:
Far from camera
- mesh1 is shown.
Close to camera
- mesh1 is shown.
- mesh2 is shown.
Very close to camera
- mesh1 is shown.
- mesh2 is shown.
- mesh3 is shown.
Would this need to be a fully custom approach or is there a component for this?
I’m using React Fiber and Drei. There is a Detailed
component but I can’t see how to make it work the way I need.