<LOD />
JaimeTorrealba opened this issue · 0 comments
JaimeTorrealba commented
Description
As a developer using Tres I would like to have different level of detailed mesh depending on the distance of the camera.
ThreeJs provide us with LOD. Which we can easily adapt it
Suggested solution
Could be based on: https://github.com/pmndrs/drei#detailed
Other alternatives are considered (I believe we can be a little more intuitive attaching the mesh directly and no by position)
Alternative
Also, it could be a composable like useLevelOfDetail
Additional context
No response
Validations
- I agree to follow this project's Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.