FBTextureMapping Class Reference

#include <mobu-python-api.h>

Class Description

Texture mapping modes.

How the texture is mapped.

+ Inheritance diagram for FBTextureMapping:

Public Attributes

object kFBTextureNoMapping
 No mapping. More...
 
object kFBTextureMappingUV
 UV mapping. More...
 
object kFBTextureMappingXY
 XY mapping. More...
 
object kFBTextureMappingYZ
 YZ mapping. More...
 
object kFBTextureMappingXZ
 XZ mapping. More...
 
object kFBTextureMappingSpherical
 Spherical mapping. More...
 
object kFBTextureMappingCylindrical
 Cylindrical mapping. More...
 
object kFBTextureMappingEnvironment
 Environment mapping. More...
 
object kFBTextureMappingProjection
 Projection mapping. More...
 

Member Data Documentation

object kFBTextureMappingCylindrical

Cylindrical mapping.

object kFBTextureMappingEnvironment

Environment mapping.

object kFBTextureMappingProjection

Projection mapping.

object kFBTextureMappingSpherical

Spherical mapping.

object kFBTextureMappingUV

UV mapping.

object kFBTextureMappingXY

XY mapping.

object kFBTextureMappingXZ

XZ mapping.

object kFBTextureMappingYZ

YZ mapping.

object kFBTextureNoMapping

No mapping.