HDK
|
#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 84 of file material.h.
SdfPath HdMaterialRelationship::inputId |
Definition at line 86 of file material.h.
TfToken HdMaterialRelationship::inputName |
Definition at line 87 of file material.h.
SdfPath HdMaterialRelationship::outputId |
Definition at line 88 of file material.h.
TfToken HdMaterialRelationship::outputName |
Definition at line 89 of file material.h.