Loading...
Searching...
No Matches
HdMaterialRelationship Struct Reference

Describes a connection between two nodes in a material. More...

#include <material.h>

Public Attributes

SdfPath inputId
 
TfToken inputName
 
SdfPath outputId
 
TfToken outputName
 

Detailed Description

Describes a connection between two nodes in a material.

A brief discussion of terminology follows:

  • Shading nodes have inputs and outputs.
  • Shading nodes consume input values and produce output values.
  • Connections also have inputs and outputs.
  • Connections consume a value from the (inputId, inputName) and pass that value to the (outputId, outputName).

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.

Member Data Documentation

◆ inputId

SdfPath inputId

Definition at line 86 of file material.h.

◆ inputName

TfToken inputName

Definition at line 87 of file material.h.

◆ outputId

SdfPath outputId

Definition at line 88 of file material.h.

◆ outputName

TfToken outputName

Definition at line 89 of file material.h.


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