Home | Trees | Index | Help |
|
---|
Module Texture :: Class MTex |
|
Method Summary | |
---|---|
Unlink the ipo from this texture object. | |
Ipo |
Get the Ipo associated with this texture object, if any. |
Link an ipo to this texture object. |
Instance Variable Summary | |
---|---|
blendmode : Texture blending mode. | |
col : Color that the texture blends with | |
colfac : Factor by which texture affects color | |
correctNor : Correct normal mapping for Texture space and Object space | |
dispfac : Factor by which texture affects displacement | |
dvar : Value that the texture blends with when not blending colors | |
mapping : Mapping of texture coordinates (flat, cube, etc.). | |
mapto : "Map to" field of texture. | |
mtAlpha : How texture maps to alpha value | |
mtAmb : How texture maps to ambient value | |
mtCmir : How texture maps to mirror color | |
mtCol : How texture maps to color | |
mtCsp : How texture maps to specularity color | |
mtDisp : How texture maps to displacement | |
mtEmit : How texture maps to emit value | |
mtHard : How texture maps to hardness | |
mtNor : How texture maps to normals | |
mtRayMir : How texture maps to RayMir value | |
mtRef : How texture maps to reflectivity | |
mtSpec : How texture maps to specularity | |
mtTranslu : How texture maps to translucency | |
mtWarp : How texture maps to warp | |
neg : Negate texture values mode | |
norfac : Factor by which texture affects normal | |
noRGB : Convert texture RGB values to intensity values | |
Blender Object | object : Object whose space to use when texco is Object |
ofs : Offset to adjust texture space | |
size : Size to scale texture space | |
stencil : Stencil mode | |
Blender Texture | tex : The Texture this is linked to. |
texco : Texture coordinates ("Map input"). | |
varfac : Factor by which texture affects most variables | |
warpfac : Factor by which texture affects warp | |
xproj : Projection of X axis to Texture space. | |
yproj : Projection of Y axis to Texture space. | |
zproj : Projection of Z axis to Texture space. |
Method Details |
---|
clearIpo()Unlink the ipo from this texture object.
|
getIpo()Get the Ipo associated with this texture object, if any.
|
setIpo(ipo)Link an ipo to this texture object.
|
Instance Variable Details |
---|
blendmodeTexture blending mode.BlendModes
|
colColor that the texture blends with |
colfacFactor by which texture affects color |
correctNorCorrect normal mapping for Texture space and Object space |
dispfacFactor by which texture affects displacement |
dvarValue that the texture blends with when not blending colors |
mappingMapping of texture coordinates (flat, cube, etc.).Mappings
|
mapto"Map to" field of texture. OR'd values ofMapTo
|
mtAlphaHow texture maps to alpha value |
mtAmbHow texture maps to ambient value |
mtCmirHow texture maps to mirror color |
mtColHow texture maps to color |
mtCspHow texture maps to specularity color |
mtDispHow texture maps to displacement |
mtEmitHow texture maps to emit value |
mtHardHow texture maps to hardness |
mtNorHow texture maps to normals |
mtRayMirHow texture maps to RayMir value |
mtRefHow texture maps to reflectivity |
mtSpecHow texture maps to specularity |
mtTransluHow texture maps to translucency |
mtWarpHow texture maps to warp |
negNegate texture values mode |
norfacFactor by which texture affects normal |
noRGBConvert texture RGB values to intensity values |
objectObject whose space to use when texco is Object
|
ofsOffset to adjust texture space |
sizeSize to scale texture space |
stencilStencil mode |
texThe Texture this is linked to.
|
texcoTexture coordinates ("Map input"). SeeTexCo
|
varfacFactor by which texture affects most variables |
warpfacFactor by which texture affects warp |
xprojProjection of X axis to Texture space.Proj
|
yprojProjection of Y axis to Texture space.Proj
|
zprojProjection of Z axis to Texture space.Proj
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Dec 22 22:38:14 2005 | http://epydoc.sf.net |