Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The name of the AOV to write to.

Verbosity

Outputs various infos to help you debug your scenes.

  • 0: Silent -- only error messages will be output.
  • 1: Warnings -- errors and missing attributes will be reported.
  • 2: Infos -- like above, plus the value of attributes.

Output Parameters

resultRGB

...

PxrTee Parameters

The Shading Graph

 

A RIB example:

Code Block
DisplayChannel "varying color myColor"
Display "myBeauty.exr" "openexr" "rgba"
Display "+/myColor.exr" "openexr" "myColor"


Pattern "PxrManifold2D"
  "rotationAngleVector_PxrManifold2D"
  "float scaleS" [20] "float scaleT" [20]
Pattern "PxrTexture"
  "rotationAngleVector_PxrTexture"
  "string filename" ["aniso_vec_circles.tex"]
  "reference struct manifold" ["rotationAngleVector_PxrManifold2D:result"]
Pattern "PxrTee" "PxrTee"
  "string aov" ["myColor"]
  "reference color inputRGB" ["rotationAngleVector_PxrTexture:resultRGB"]