PathEngine home previous: iTestBed::screenToWorld()next: iTestBed::setBackgroundColour()
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);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::setBackgroundColour()