Type Alias UFVertexMapping

UFVertexMapping: { u: number; v: number; x: number; y: number }

Maps a 2d vertex coordinate to a 2d texture coordinate.

Type declaration

  • u: number
  • v: number
  • x: number
  • y: number