OpenUSD allows objects to reference materials that define their visual appearance. Materials describe properties such as color, surface reflection, and texture.

Example: Material assignment

#usda 1.0

def Material "RedMaterial"
{
    color3f inputs:diffuseColor = (1,0,0)
}

This material defines a red surface color.