FBShadowType Class Reference
 
 
 
FBShadowType Class Reference

#include <mobu-python-api.h>


Class Description

Shadow types. The different types of shadow mapping.

Inheritance diagram for FBShadowType:
Enumeration

Public Attributes

object  kFBShadowTypeShadowPlanar
object  kFBShadowTypeShadowProjectiveTexture
object  kFBShadowTypeLightMapProjectiveTexture
object  kFBShadowTypeZShadowProjectiveTexture
object  kFBShadowTypeZLightMapProjectiveTexture

Member Data Documentation

Use this shadow type to create darkened shadow areas only on planar surfaces.

Similar to the Projective Shadow, except that it uses a boolean algorithm to create a self-shadow.

Similar to the Projective Light Map except that it uses a boolean algorithm to create a self-shadow.