Show frames
Go to:
Attributes.
Image source abstract base class. An image source concrete class
outputs a 2D image, and provides optional explicit camera, pass, and
layer context so that a renderer knows what to output. The explicit
camera and layer context is not implemented in this class and can be
overridden in derived classes. The default implementation is to use
the current camera and layer to produce the 2D image output.
This node is abstract
Node name | Parents | MFn type | Compatible function sets |
---|
imageSource | node | kImageSource | kBase kNamedObject kDependencyNode kImageSource |
Attributes (13)
fileHasAlpha, outAlpha, outColor, outColorB, outColorG, outColorR, outSize, outSizeX, outSizeY, outTransparency, outTransparencyB, outTransparencyG, outTransparencyR
Long name (short name) | Type | Default | Flags |
---|
|
fileHasAlpha
(fha )
| bool | false |    |
|
|
outAlpha
(oa )
| float | 0.0 |   |
|
|
outColor
(oc )
| float3 | 0.0, 0.0, 0.0 |   |
|
| outColorR
(ocr )
| float | 0.0 |   | |
|
| outColorG
(ocg )
| float | 0.0 |   | |
|
| outColorB
(ocb )
| float | 0.0 |   | |
|
|
outSize
(os )
| float2 | |   |
|
| outSizeX
(osx )
| float | 0.0 |   | |
|
| outSizeY
(osy )
| float | 0.0 |   | |
|
|
outTransparency
(ot )
| float3 | 0.0, 0.0, 0.0 |   |
|
| outTransparencyR
(otr )
| float | 0.0 |   | |
|
| outTransparencyG
(otg )
| float | 0.0 |   | |
|
| outTransparencyB
(otb )
| float | 0.0 |   | |
|