Skip to content

Wrapping

Wrapping

THREE equivalent: THREE.ClampToEdgeWrapping / THREE.RepeatWrapping

Texture wrapping mode constants.

Differs from THREE.js

Frozen enum object instead of individual constants.

Name Type Description
ClampToEdge number Clamp UV coordinates to [0, 1].
Repeat number Tile the texture beyond [0, 1].