Taos API Reference
    Preparing search index...

    Interface VelocityFeatureOptions

    interface VelocityFeatureOptions {
        skinnedDrawItems?: () => readonly SkinnedDrawItem[];
    }
    Index

    Properties

    skinnedDrawItems?: () => readonly SkinnedDrawItem[]

    Per-frame callback returning the active skinned draw items, mirroring SkinnedGeometryFeature's drawItems option. Omit for a scene with no skinned meshes. Skinned items without a previousJointMatrices field contribute model-matrix velocity only (per-bone deformation goes unrecorded).