Exhibit 1 Texture Parameters

What to Display

Filtering Parameters

gl.TEXTURE_MAG_FILTER gl.TEXTURE_MIN_FILTER

Wrapping Parameters

gl.TEXTURE_WRAP_S
$s$ of left edge $s$ of right edge
gl.TEXTURE_WRAP_T
$t$ of bottom edge
$t$ of top edge

What are we doing?