Difference between revisions of "Quad:setViewport"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the texture coordinates according to a viewport.
 
Sets the texture coordinates according to a viewport.
 
== Function ==
 
== Function ==
Line 17: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the texture coordinates according to a viewport.}}
 
{{#set:Description=Sets the texture coordinates according to a viewport.}}
 +
== Other Languages ==
 +
{{i18n|Quad:setViewport}}

Revision as of 19:25, 18 November 2010

Sets the texture coordinates according to a viewport.

Function

Synopsis

Quad:setViewport( x, y, w, h )

Arguments

number x
The top-left corner along the x-axis.
number y
The top-right corner along the y-axis.
number w
The width of the viewport.
number h
The height of the viewport.

Returns

Nothing.

See Also

Other Languages