Example #1
0
 public static void UnregisterSphere(RayTSphere obj)
 {
     _rayTracingSpheres.Remove(obj);
 }
Example #2
0
 public static void RegisterSphere(RayTSphere obj)
 {
     _rayTracingSpheres.Add(obj);
 }