These files show all available mesh primitives.
Schema specification: https://github.com/PixarAnimationStudios/USD/blob/release/pxr/usd/usdGeom/schema.usda
This file shows an example of the Capsule primitive.
capsule.usda, usdrecord 22.08
This file shows an example of the Cone primitive.
cone.usda, usdrecord 22.08
This file shows an example of the Cube primitive.
cube.usda, usdrecord 22.08
This file shows an example of the Cylinder primitive.
cylinder.usda, usdrecord 22.08
This file shows an example of the Sphere primitive.
sphere.usda, usdrecord 22.08
This files includes all of the above primivites.
all_primitives.usda, usdrecord 22.08
#usda 1.0
(
customLayerData = {
string copyright = "Copyright 2022 Apple Inc. All rights reserved."
}
defaultPrim = "Cube"
upAxis = "Y"
metersPerUnit = 0.01
)
def Cube "Cube"
{
float3[] extent = [(-1, -1, -1), (1, 1, 1)]
double size = 2
}