all  /  test_assets  / foundation  / stage_configuration  / framesPerSecond  / framesPerSecond_101 .usda

FramesPerSecond

These files show the behavior of an animation for different framesPerSecond 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

framesPerSecond_101.usda

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