Wrap
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
enum Wrap { "repeat", "clamp" }
The wrap mode for textures. This determines how textures appear if they are sampled outside the image bounds on a face.
Member List
Section titled “Member List”Member | Description |
---|---|
repeat | Texture repeats across the face. |
clamp | Edge pixels of texture are stretched outwards to cover the face. |