Beispiel #1
0
 void UpdateIntersection()
 {
     intersectionVertices = BoxIntersection.UpdateIntersectionVertices(volumeTransform, Camera.main, volumeCameraIntersectionOffset);
     BoxIntersection.UpdateMesh(intersectionMesh, intersectionVertices);
 }