<InstancedGeomRenderer /> is an opt-in renderer for particle, granular, or repeated-geom scenes. It groups compatible MuJoCo geoms by type, size, mesh, and material, then updates instance matrices from data.geom_xpos and data.geom_xmat.
Props
Use the default
<SceneRenderer /> for ordinary robot models. Use <InstancedGeomRenderer /> when many repeated geoms dominate rendering cost.