I saw a description of how to use scene.js and set up several levels of detail (and there was a youtube video on this), but this demo was for version 0.7. Is there any documentation on how to use LOD in scene.js 2.0.0? I couldn't find anything on the web which is why I ask. Maybe someone can share some code snippets. What I'm trying to do is to render many quads. Those far away can be aggregated into bigger quads while quads in near the camera would show individually.
Thanks.