TXMT/Parameters/stdMatAlphaMultiplier
From SimsWiki
< TXMT | Parameters
|
Contents |
(MATD/txmt) property parameter: standard material: stdMatAlphaMultiplier
Parameter Type
[f] float / Real
TXMT/MATD Parameter Group
Known designed values:
- -5.0 =< r =< +5.0
- Any value in this above range inclusively.
Common Notes
- Straight multiplier on alpha channel
- Commonly seen in "setf alpha ($stdMatAlphaMultiplier * $stdMatUntexturedDiffAlpha)", so stdMatUntexturedDiffAlpha can be a co-worker for their mutual resultant alpha.
- May read the following codes for the relationships between the involved parameters.
if ($stdMatBaseTextureEnabled = false) setf finalAlphaScale ($stdMatUntexturedDiffAlpha * $stdMatAlphaMultiplier) else setf finalAlphaScale ($stdMatAlphaMultiplier) endif
Common Default Value(s)
- 1