FBTextureUseType Class Reference

FBTextureUseType Class Reference

#include <mobu-python-api.h>

Class Description

Texture Use Type.

How the texture is used.

+ Inheritance diagram for FBTextureUseType:

Public Attributes

object kFBTextureUseAll
 All textures. More...
 
object kFBTextureUseColor
 standard color type, work with material. More...
 
object kFBTextureUseShadowMap
 Shadow Map, work with model. More...
 
object kFBTextureUseLightMap
 Light Map, work with model. More...
 
object kFBTextureUseSphericalReflexionMap
 Spherical Reflexion Map, work with model. More...
 
object kFBTextureUseSphereReflexionMap
 Sphere Reflexion Map, work with model. More...
 
object kFBTextureUseBumpNormalMap
 Bump Normal Map, work with model. More...
 

Member Data Documentation

object kFBTextureUseAll

All textures.

object kFBTextureUseBumpNormalMap

Bump Normal Map, work with model.

object kFBTextureUseColor

standard color type, work with material.

object kFBTextureUseLightMap

Light Map, work with model.

object kFBTextureUseShadowMap

Shadow Map, work with model.

object kFBTextureUseSphereReflexionMap

Sphere Reflexion Map, work with model.

object kFBTextureUseSphericalReflexionMap

Spherical Reflexion Map, work with model.