Defines the types of fog layering available for viewport fog.
Values ¶
            hou.viewportFogHeightMode.Off
        
No layering; fog is the same density regardless of height.
            hou.viewportFogHeightMode.Above
        
Fog exists only above a given height.
            hou.viewportFogHeightMode.Below
        
Fog exists only below a given height.