interface LoadGltfOptions {
    targetFps?: number;
}

Properties

Properties

targetFps?: number

When loading glTF animations, which are defined in seconds, target them to this FPS. Defaults to 60.