Fragment.java: declaration, init
¡
Very similar to Vertex, except with
all “vertex”es replaced with
“fragment”s
¡
We make sure to specify the texture
coordinates for the corners of each
face
l
Texture coords are interpolated across
polygons, so fragment programs can
use them readily
¡