Esempio n. 1
0
 void OnDrawGizmos()
 {
     if (bvh != null)
     {
         bvh.DrawBVH();
     }
 }