Type alias RuntimePose

RuntimePose: { animation?: AnimationDef; orientation?: Quaternion; position?: Vector3 }

Exactly like Pose, but contains Three.js objects instead od arrays

Export

Type declaration

  • Optional animation?: AnimationDef

    Optional animation, that is played when this object is animated.

  • Optional orientation?: Quaternion

    Current orientation of object. Does not activelly update obejct.

  • Optional position?: Vector3

    Current Pose of object. Does not activelly update object.

Generated using TypeDoc