![]() |
|
Describes a connection between two nodes in a material. More...
#include <material.h>
Public Attributes | |
SdfPath | inputId |
TfToken | inputName |
SdfPath | outputId |
TfToken | outputName |
Describes a connection between two nodes in a material.
A brief discussion of terminology follows:
Note that a connection's input is considered an output on the upstream shading node, and the connection's output is an input on the downstream shading node.
A guideline to remember this terminology is that inputs are always upstream of outputs in the dataflow.
Definition at line 82 of file material.h.
SdfPath inputId |
Definition at line 84 of file material.h.
TfToken inputName |
Definition at line 85 of file material.h.
SdfPath outputId |
Definition at line 86 of file material.h.
TfToken outputName |
Definition at line 87 of file material.h.