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

    Type Alias SphericalParamType

    SphericalParamType: "radius" | "phi" | "theta"

    Spherical型の座標のうち、どのパラメーターを操作するかを指定する定数。 定数はTHREE.Spherical.*のいずれかのメンバーに対応する。

    controller.addPosition(SphericalParamType.R, 1.0);
    // -> 半径に1.0加算される。

    [[TargetParam]]定数と合わせて、どの対象を操作するかを指定する。