Level of Detail (LOD) support? #2774
-
Hello! Are there any plans for adding LOD support for the model viewer? Or are there already known techniques for effectively achieving this (ie swapping model src based on camera distance)? I haven't seen it referenced in any docs or discussions yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The idea is this is achievable today by swapping the |
Beta Was this translation helpful? Give feedback.
The idea is this is achievable today by swapping the
src
as you suggested. I'd expect something like choosing thesrc
to begin with by checking the element resolution and device type. Or perhaps loading a low-res model first and then pulling in the higher res one after if needed. If users start doing this a lot and there's an API we could provide to make it easier, we'll be happy to.