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