Skip to content

Documentation / @ripl/3d / TextureWrap

Type Alias: TextureWrap ​

TextureWrap = "clamp" | "repeat" | "mirror"

Defined in: 3d/src/core/texture.ts:34

How a texture coordinate outside the 0–1 range is resolved.