namespace VolumetricFogAndMist { public enum FOG_AREA_TOPOLOGY { Sphere = 1, Box = 2 } }