Type Alias UFSquareTextureMapping

UFSquareTextureMapping: {
    bottomLeft: UFVertexMapping;
    bottomRight: UFVertexMapping;
    topLeft: UFVertexMapping;
    topRight: UFVertexMapping;
}

Maps a 2d square to 2d texture area.

Type declaration