Since this topic may not be familiar to many on here:<p>MaterialX (<a href="https://materialx.org/" rel="nofollow noreferrer">https://materialx.org/</a> ) is a node graph based way to author the surface characteristics of 3D models. It also has shader code generation capabilities for GLSL(OpenGL), MDL(NVIDIA), OSL(OpenShadingLanguage) and MSL(Apples Metal). It was created by Industrial Light and Magic for the new Star Wars trilogy and allows them to abstract the shader definition from the rendering backend. E.g you have the same shader for real-time and offline renderers.<p>OpenPBR is a shading model (or more accurately a BSDF <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4930030/" rel="nofollow noreferrer">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4930030/</a> ) within MaterialX. It’s the successor of shading models from Autodesk and Adobe who combined their work to make one consistent one.<p>MaterialX support across the industry is growing. Multiple renderers support it, Blender has a PR in progress courtesy of AMD, Apple use it for their shadergraph for VisionOS development just to name a few.
My understanding is that this is an evolution of the Autodeks Standard Surface (<a href="https://autodesk.github.io/standard-surface/" rel="nofollow noreferrer">https://autodesk.github.io/standard-surface/</a>), which itself is a superset of the glTF 2.0 material with its PBR extensions (<a href="https://github.com/KhronosGroup/glTF/blob/main/extensions/README.md">https://github.com/KhronosGroup/glTF/blob/main/extensions/RE...</a> ). This OpenPBR is designed to handle Hollywood VFX type effects as well as real-time, thus it is more complex than glTF's PBR materials which are real-time focused.<p>Together this means there is a lot of alignment between these models. I wouldn't be surprised to see a glTF 3.0 that adopts the OpenPBR as its main material definition, skipping the current extension complexity.<p>OpenPBR for material exchange combined with MaterialX for shader graph exchange combined (<a href="https://materialx.org" rel="nofollow noreferrer">https://materialx.org</a>) with OpenUSD for geometry and scene graph exchange, means together we are headed into a world where high quality 3D assets are exchangeable between content creation tools.