![]() |
|
Describes an instance of a node within a network A node contains a (shader) type identifier, parameter values, and connections to upstream nodes. More...
Public Attributes | |
TfToken | nodeTypeId |
std::map< TfToken, VtValue > | parameters |
std::map< TfToken, std::vector< HdMaterialConnection2 > > | inputConnections |
Describes an instance of a node within a network A node contains a (shader) type identifier, parameter values, and connections to upstream nodes.
A single input (mapped by TfToken) may have multiple upstream connections to describe connected array elements.
Definition at line 163 of file material.h.
std::map<TfToken, std::vector<HdMaterialConnection2> > inputConnections |
Definition at line 167 of file material.h.
TfToken nodeTypeId |
Definition at line 165 of file material.h.
Definition at line 166 of file material.h.