This set of common support assets is reused by multiple test assets through referencing. This allows test files to reduce their size and use a consistent, known base. Also included is an error image that can be used to indicate an application or render issue.
 usdrecord 22.08
usdrecord 22.08
 usdrecord 22.08
usdrecord 22.08

The teapot model is TM & (c) 2017 Lucasfilm Entertainment Company Ltd. and Lucasfilm Ltd. All rights reserved, and covered by the Apache 2.0 license.

#usda 1.0
(
    defaultPrim = "teapot_Mesh"
    customLayerData = {
        string source = '''Converted to usd from teapot.obj in ASWF MaterialX'''
    }    
    upAxis = "Y"
    metersPerUnit = 0.01
)
def Xform "teapot_Mesh" (
    kind = "component"
)
{
    def Mesh "teapot_MeshShape" ()
    {
        uniform bool doubleSided = 1
        float3[] extent = [(-1.176974, -0.591498, -0.808233), (0.990245, 0.874611, 0.791548)]
        int[] faceVertexCounts = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, ... (truncated)]
        int[] faceVertexIndices = [0, 6000, 5971, 0, 5970, 6000, 5970, 1, 6000, 1, 5972, 6000, 6000,... (truncated)]
        normal3f[] normals = [(0.098006964, -0.99509066, -0.013756995), (0.09332999, -0.99505883, -0... (truncated)]
            interpolation = "vertex"
        )
        uniform token orientation = "rightHanded"
        point3f[] points = [(0.007673, -0.591496, -0.00914), (0.00763, -0.591496, -0.009326), (0.007... (truncated)]
        texCoord2f[] primvars:st = [(0.016655, 0), (0.049989, 0), (0.083322, 0), (0.116655, 0), (0.1... (truncated)]
            interpolation = "vertex"
        )
        uniform token subdivisionScheme = "none"
    }
}