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