private void OnDestroy() { RayMarchingMaster.RemoveRayMarchingShape(this); }
private void Start() { RayMarchingMaster.AddRayMarchingShape(this); }