all  /  test_assets  / schemaTests  / usdGeom  / meshes  / empty_mesh  / empty .usda

Empty Mesh

Screenshot

screenshot usdrecord 22.08

This screenshot is empty as expected.

Description

This is an example of an empty mesh without any set attributes.

Schema specification: https://github.com/PixarAnimationStudios/USD/blob/release/pxr/usd/usdGeom/schema.usda


Edit this page

empty.usda

#usda 1.0
(
    customLayerData = {
        string copyright = "Copyright 2022 Apple Inc. All rights reserved."
    }
    defaultPrim = "mesh"
    upAxis = "Y"
    metersPerUnit = 0.01
)

def Mesh "mesh"
{
}