HDK
|
#include <material.h>
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 165 of file material.h.
std::map<TfToken, std::vector<HdMaterialConnection2> > HdMaterialNode2::inputConnections |
Definition at line 169 of file material.h.
TfToken HdMaterialNode2::nodeTypeId |
Definition at line 167 of file material.h.
Definition at line 168 of file material.h.