Exemplo n.º 1
0
 public static void UnregisterObject(RayTracingMeshObject obj)
 {
     _RayTracingObjects.Remove(obj);
     _MeshObjectsNeedRebuilding = true;
 }
Exemplo n.º 2
0
 public static void RegisterObject(RayTracingMeshObject obj)
 {
     _RayTracingObjects.Add(obj);
     _MeshObjectsNeedRebuilding = true;
 }