Function VisualServerSingleton.lightmapCaptureSetOctreeCellTransform

Sets the octree cell transform for this lightmap capture's octree. Equivalent to BakedLightmapData.cellSpaceTransform.

void lightmapCaptureSetOctreeCellTransform (
  const(RID) capture,
  const(Transform) xform
) nothrow @nogc;