weasel API - v0.8.0
    Preparing search index...

    Interface RotateProposed<TPose>

    Per-frame proposed rotation: pose plus the candidate angle in radians.

    interface RotateProposed<TPose> {
        pose: TPose;
        rotation: number;
    }

    Type Parameters

    • TPose
    Index

    Properties

    Properties

    pose: TPose
    rotation: number

    Proposed rotation angle (radians).