@masatomakino/threejs-spherical-controls
    Preparing search index...

    Interface CameraUpdateEvent

    カメラ位置が更新された場合に発行されるイベント RAFで間引きされて発行される。 レンダリングを間引く目的などで利用される。 TODO : SphericalControllerEventとCameraUpdateEventを一本化できないか検討する

    interface CameraUpdateEvent {
        cameraTarget: Mesh;
        position: Spherical;
        shift: Vector3;
        type: "update";
    }
    Index

    Properties

    cameraTarget: Mesh
    position: Spherical
    shift: Vector3
    type: "update"