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