FBFogMode Class Reference

FBFogMode Class Reference

#include <mobu-python-api.h>

Class Description

Fog falloff modes.

+ Inheritance diagram for FBFogMode:

Public Attributes

object kFBFogModeLinear
 Linear falloff. More...
 
object kFBFogModeExponential
 Exponential falloff. More...
 
object kFBFogModeSquareExponential
 Squared exponential falloff. More...
 

Member Data Documentation

object kFBFogModeExponential

Exponential falloff.

object kFBFogModeLinear

Linear falloff.

object kFBFogModeSquareExponential

Squared exponential falloff.