This version of Unity is unsupported.

LightProbes.Tetrahedralize

Declaration

public static void Tetrahedralize();

Returns

void Returns true if the tetrahedralization finished successfully.

Description

Synchronously tetrahedralize the currently loaded LightProbe positions.

Call this function to tetrahedralize the currently loaded LightProbe positions.

You should generally only call this function upon receiving a LightProbes.needsRetetrahedralization event.