We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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)
Also, it could be a composable like useLevelOfDetail
No response
The text was updated successfully, but these errors were encountered:
JaimeTorrealba
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: