Class VRMExpressionTextureTransformBind

A bind of expression influences to texture transforms.

Implements

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

_properties: any

The list of texture names and its state that should be transformed by this bind.

material: Material

The target material.

offset: Vector2

The uv offset of the texture.

scale: Vector2

The uv scale of the texture.

_propertyNamesMap: any

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