@pixiv/three-vrm
    Preparing search index...

    Class VRMLookAtLoaderPlugin

    A plugin of GLTFLoader that imports a VRMLookAt from a VRM extension of a GLTF.

    Implements

    • GLTFLoaderPlugin
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • parser: GLTFParser
      • Optionaloptions: VRMLookAtLoaderPluginOptions

      Returns VRMLookAtLoaderPlugin

    Properties

    helperRoot?: Object3D<Object3DEventMap>

    Specify an Object3D to add VRMLookAtHelper s. If not specified, helper will not be created. If renderOrder is set to the root, helpers will copy the same renderOrder .

    parser: GLTFParser

    Accessors

    • get name(): string

      Returns string

    Methods

    • Parameters

      • gltf: GLTF

      Returns Promise<void>