all  /  test_assets  / foundation  / stage_configuration  / framesPerSecond

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