Alliance for OpenUSD · Example Payload

Aousd Usd Layer Example

3DInteroperabilityLinux FoundationMetaverseOpenUSDSpecificationStandardsUSDVisual Effects

Aousd Usd Layer Example is an example object payload from Alliance for OpenUSD, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

identifierrealPathfileFormatdefaultPrimstartTimeCodeendTimeCodeframesPerSecondtimeCodesPerSecondmetersPerUnitupAxisdocumentationsubLayerPaths

Example Payload

aousd-usd-layer-example.json Raw ↑
{
  "identifier": "/assets/characters/hero/hero.usda",
  "realPath": "/studio/assets/characters/hero/hero.usda",
  "fileFormat": "usda",
  "defaultPrim": "Hero",
  "startTimeCode": 1.0,
  "endTimeCode": 240.0,
  "framesPerSecond": 24.0,
  "timeCodesPerSecond": 24.0,
  "metersPerUnit": 0.01,
  "upAxis": "Y",
  "documentation": "Hero character asset for production.",
  "subLayerPaths": [
    "/assets/characters/hero/hero_rig.usda",
    "/assets/characters/hero/hero_model.usda"
  ]
}