All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
HdMaterialNetwork Struct Reference

Describes a material network composed of nodes, primvars, and relationships between the nodes and terminals of those nodes. More...

#include <material.h>

Public Attributes

std::vector< HdMaterialRelationshiprelationships
 
std::vector< HdMaterialNodenodes
 
TfTokenVector primvars
 

Detailed Description

Describes a material network composed of nodes, primvars, and relationships between the nodes and terminals of those nodes.

Definition at line 101 of file material.h.

Member Data Documentation

◆ nodes

std::vector<HdMaterialNode> nodes

Definition at line 104 of file material.h.

◆ primvars

TfTokenVector primvars

Definition at line 105 of file material.h.

◆ relationships

std::vector<HdMaterialRelationship> relationships

Definition at line 103 of file material.h.


The documentation for this struct was generated from the following file: