|
Scene Object In specifies a reference to the scene you want to manipulate.
|
|
Mode specifies how the color values you apply to a 3D object blend.
0 | Inherit Value (default)—The object inherits the blending mode of a parent object. | 1 | On—Enables blending. | 2 | Off—Disables blending. |
|
|
Bin specifies the draw bin in which you drop and store objects. The bin of an object affects the order in which the object appears when you render the scene.
0 | Normal Bin (default)—Stores objects without a specific sorting pattern. | 1 | Opaque Bin—Sorts objects in the scene from front to back relative to the viewer to ensure that objects closer to the camera render first. | 2 | Transparent Bin—Sorts objects in the scene from back to front relative to the viewer to ensure that transparent or translucent objects correctly blend with objects that appear behind them. |
|
|
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
|
|
Destination specifies the blend factor you apply to the color values of the currently stored pixels. The following source and destination color components are described as (Rs, Gs, Bs, As) for source components and (Rd, Gd, Bd, Ad) for destination components.
The components have integer values between 0 and (kR, kG, kB, kA), where kR=2mR 1, kG=2mG 1, kB=2mB 1, and kA=2mA 1.
(mR, mG, mB, mA) is the number of bitplanes for each red, green, blue, and alpha value.
0 | Zero (default)—(0, 0, 0, 0) | 1 | One—(1, 1, 1, 1) | 2 | Source Color—(RS/kR, Gs/kG, Bs/kB, As/kA) | 3 | One Minus Source Color—(1, 1, 1, 1)-(RS/kR, Gs/kG, Bs/kB, As/kA) | 4 | Source Alpha—(As/kA, As/kA, As/kA, As/kA) | 5 | One Minus Source Alpha—(1, 1, 1, 1)-(As/kA, As/kA, As/kA, As/kA) | 6 | Destination Alpha—(Ad/kA, Ad/kA, Ad/kA, Ad/kA) | 7 | One Minus Destination Alpha—(1, 1, 1, 1)-(Ad/kA,Ad/kA, Ad/kA, Ad/kA) |
|
|
Source specifies the blend factor you apply to the color values of the incoming fragment. The following source and destination color components are described as (Rs, Gs, Bs, As) for source components and (Rd, Gd, Bd, Ad) for destination components.
The components have integer values between 0 and (kR, kG, kB, kA), where kR=2mR 1, kG=2mG 1, kB=2mB 1, and kA=2mA 1.
(mR, mG, mB, mA) is the number of bitplanes for each red, green, blue, and alpha value.
0 | Zero (default)—(0, 0, 0, 0) | 1 | One—(1, 1, 1, 1) | 2 | Destination Color—(Rd/kR, Gd/kG, Bd/kB, Ad/kA) | 3 | One Minus Destination Color—(1, 1, 1, 1)-(Rd/kR, Gd/kG, Bd/kB, Ad/kA) | 4 | Source Alpha—(As/kA, As/kA, As/kA, As/kA) | 5 | One Minus Source Alpha—(1, 1, 1, 1)-(As/kA, As/kA, As/kA, As/kA) | 6 | Destination Alpha—(Ad/kA, Ad/kA, Ad/kA, Ad/kA) | 7 | One Minus Destination Alpha—(1, 1, 1, 1)-(Ad/kA, Ad/kA, Ad/kA, Ad/kA) | 8 | Source Alpha Saturate—(i, i, i, 1) where i=min (As, kA, Ad)/kA |
|
|
Scene Object Out returns a reference to the scene object.
|
|
error out contains error information. This output provides standard error out functionality.
|