C3DMesh::SetAlphaOp |
Top Previous Next |
Syntax:
SetAlphaOp(UINT operator)
Purpose: Sets the alpha operator for the render stage.
Parameters: operator - The blending operator.
Returned value(s): None.
Application: pass2.EnableAlpha(TRUE)
Class Hierarchy -------C3DMesh
Additional Info: The default operator is D3DBLENDOP_ADD.
See Also:
|