Function VisualServerSingleton.lightmapCaptureSetOctreeCellSubdiv

Sets the subdivision level of this lightmap capture's octree. Equivalent to BakedLightmapData.cellSubdiv.

void lightmapCaptureSetOctreeCellSubdiv (
  const(RID) capture,
  const(long) subdiv
) nothrow @nogc;