コード例 #1
0
ファイル: Renderer.cs プロジェクト: etienne-p/UnityVolumetric
 void UpdateIntersection()
 {
     intersectionVertices = BoxIntersection.UpdateIntersectionVertices(volumeTransform, Camera.main, volumeCameraIntersectionOffset);
     BoxIntersection.UpdateMesh(intersectionMesh, intersectionVertices);
 }