Difference between revisions of "TXMT/Parameters/stdMatBaseTextureParam"
From SimsWiki
< TXMT | Parameters
| Line 35: | Line 35: | ||
* Texture filename, without "_txtr" | * Texture filename, without "_txtr" | ||
* The texture filename is unnecessarily parallel to the txmt file(s) or the LIFO file(s) | * The texture filename is unnecessarily parallel to the txmt file(s) or the LIFO file(s) | ||
| + | * eg1 | ||
| + | <pre> | ||
| + | stage | ||
| + | texture "localgrid-alphafadeout" ${stdMatBaseTextureParam} | ||
| + | ffTextureCoordsSource 0 | ||
| + | textureAddressing clamp clamp | ||
| + | textureTransformType vector2 | ||
| + | ffTextureMatrix -scale @alphaScale -trans @alphaTrans | ||
| + | textureBlend select(outRegister) multiply(texture colorScalar) | ||
| + | end | ||
| + | </pre> | ||
==Common Default Value(s)== | ==Common Default Value(s)== | ||
* (texture filename) | * (texture filename) | ||
Latest revision as of 20:01, 15 May 2007
|
|
Contents |
[edit] (MATD/txmt) property parameter: standard material: stdMatBaseTextureParam
[edit] Parameter Type
[e] string / text
[edit] TXMT/MATD Parameter Group
[edit] Known designed values:
- (texture filename)
[edit] Common Notes
- Used only when necessary.
- "Extra parameters for the base texture, enabling e.g. procedurally generated textures to be specified"
- Texture filename, without "_txtr"
- The texture filename is unnecessarily parallel to the txmt file(s) or the LIFO file(s)
- eg1
stage
texture "localgrid-alphafadeout" ${stdMatBaseTextureParam}
ffTextureCoordsSource 0
textureAddressing clamp clamp
textureTransformType vector2
ffTextureMatrix -scale @alphaScale -trans @alphaTrans
textureBlend select(outRegister) multiply(texture colorScalar)
end
[edit] Common Default Value(s)
- (texture filename)