Description

Describes how a texture should be sampled when using coordinates outside of the normal range.

Enumeration Members

ClampToBorder: number

Description

Take the border color at the edge of a texture and stretch it out.

ClampToEdge: number

Description

Take the average of the border color and stretch it out.

MirroredRepeat: number

Description

Repeats the current texture at the edge again, but flipping the orientation.

Repeat: number

Description

Repeats the current texture at the edge again.

Generated using TypeDoc