all  /  test_assets  / foundation  / stage_configuration  / timeCodesPerSecond  / timeCodesPerSecond_101 .usda

TimeCodesPerSecond

These files show the behavior of an animation for different timeCodesPerSecond values set, especially edge cases.

The animated prim has time samples from 0 to 100:

double3 xformOp:translate.timeSamples = {
    0: (0, 0, 0),
    100: (100, 0, 0),
}

Edit this page

timeCodesPerSecond_101.usda

#usda 1.0
(
    customLayerData = {
        string copyright = "Copyright 2022 Apple Inc. All rights reserved."
    }
    endTimeCode = 100
    startTimeCode = 0
    subLayers = [
        @../../../_common/animated_cube_translation.usda@,
        @../../../_common/axis.usda@
    ]
    timeCodesPerSecond = 101
    upAxis = "Y"
    metersPerUnit = 0.01
    defaultPrim = "World"
)