a3js API Documentation - v1.3.1
    Preparing search index...

    Interface SmoothBillboardTransformerInputOptions

    SmoothBillboardTransformer の生成オプションです。

    interface SmoothBillboardTransformerInputOptions {
        duration?: number;
        target: ObjectA3;
        up?: Vec3;
    }
    Index

    Properties

    Properties

    duration?: number

    補間時間。省略時は 1.0 です。

    target: ObjectA3

    常に向き続ける対象のオブジェクト。

    up?: Vec3

    上方向ベクトル。省略時は (0, 1, 0) です。