Contents, API Reference, Interfaces, iTestBed, setAdditiveBlendingAlpha
iTestBed::setAdditiveBlendingAlpha()
Description
Sets the multiplier value to be applied in additive blending mode.
Syntax
void setAdditiveBlendingAlpha(float value); |
Parameters
| value | |
The value to set additive blending alpha to.
This value will be multiplied with the colour of rendered primitives before they are applied
as an additive blend (when rendered in additive blending mode).
|
Remarks
The value set by this method is persistent across transitions into additive blending mode,
and across rendering frames (across calls to iTestBed::update()).
C# Mapping
void setAdditiveBlendingAlpha(float value); |
Java Mapping
void setAdditiveBlendingAlpha(float value);
|