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

    Class VRMExpressionTextureTransformBind

    A bind of expression influences to texture transforms.

    Implements

    Index

    Constructors

    • Parameters

      • __namedParameters: { material: Material; offset: Vector2; scale: Vector2 }
        • material: Material

          The target material.

        • offset: Vector2

          The uv offset of the texture.

        • scale: Vector2

          The uv scale of the texture.

      Returns VRMExpressionTextureTransformBind

    Properties

    material: Material

    The target material.

    offset: Vector2

    The uv offset of the texture.

    scale: Vector2

    The uv scale of the texture.

    Methods

    • Apply a weight to this bind. Applied weights will be accumulated until clearAppliedWeight is called.

      Parameters

      • weight: number

      Returns void

    • Clear previously applied weights.

      Returns void