LOD feature using mouse wheel events

can anyone share one simple example for LOD feature? Where different objects would be displayed at different zoom levels. Zoom in/out will be done using mouse wheel events. I have just started with three js.

See https://threejs.org/examples/webgl_lod.html

You just have to replace FlyControls with e.g. OrbitControls.

1 Like

Thanks. I will try it and update you