Fixed reflection probe placement

This commit is contained in:
2022-12-20 04:41:15 +01:00
parent 3d30b206f7
commit a7db7735e7
2 changed files with 4 additions and 2 deletions

View File

@ -88,6 +88,8 @@ namespace Utils
}
}
}
Undo.RegisterFullObjectHierarchyUndo(reflectionProbeVolume.gameObject, "Place Reflection Probes");
}
private void CheckSquare(Vector3[,] data, int size, int voxelSize, float threshold, float blendDistance, Transform transform)