Wrap

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

Member Description
repeat Texture repeats across the face.
clamp Edge pixels of texture are stretched outwards to cover the face.
zapcode branded_zapcode i