Difference between revisions of "WrapMode"

Line 7: Line 7:
 
* [[(Image):getWrap]]
 
* [[(Image):getWrap]]
 
* [[(Image):setWrap]]
 
* [[(Image):setWrap]]
 +
* [[Framebuffer:getWrap]]
 +
* [[Framebuffer:setWrap]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=How the image wraps inside a large Quad.}}
 
{{#set:Description=How the image wraps inside a large Quad.}}

Revision as of 16:24, 6 April 2011

How the image wraps inside a large Quad.

Constants

clamp
Clamp the image. Appears only once.
repeat
Repeat the image. Fills the whole available extent.

See Also


Other Languages