Page tree

Versions Compared

Key

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

...


MaterialX is a ASWF standard for the material definition and exchange between renderers.  It provides definitions around a set of Physically Based Shading Nodes, as well as a set of pattern nodes (like texture nodes, procedural noise, etc) that you can use to build up a material.  Each renderer that supports MaterialX takes the material definitions and either renders them directly or converts them to an internal representation.  Because there are many renderers in this world, each approaching the challenge of rendering from a different perspective, MaterialX doesn't guarantee a pixel match between renderers. 

MaterialX only provides guidance to each renderer, and each renderer will do their best to match the intent of the material in the best way that they can.

...