{
switch (shape)
case ProxyShape.Box:
return EnvShapeType.Box;
case ProxyShape.Sphere:
return EnvShapeType.Sphere;
}