Class MeshTextureCoordinateList

Constructors

Properties

Methods

Constructors

Properties

count: number

Gets or sets the number of texture coordinates.

Methods

  • Parameters

    • s: number

      S component of new texture coordinate.

    • t: number

      T component of new texture coordinate.

    Returns number

    The index of the newly added texture coordinate.

    Description

    Adds a new texture coordinate to the end of the Texture list.

  • ...

    Parameters

    • index: number

    Returns number[]

  • ...

    Parameters

    • index: number
    • coordinate: number[]

    Returns void

Generated using TypeDoc