Function VisualServerSingleton.lightmapCaptureSetOctree

Sets the octree to be used by this lightmap capture. This function is normally used by the BakedLightmap node. Equivalent to BakedLightmapData.octree.

void lightmapCaptureSetOctree (
  const(RID) capture,
  const(PoolArray!(ubyte)) octree
) nothrow @nogc;