1!!VP1.0 2 3# c[0]..c[3] contains the concatenation of the modelview and projection matrices. 4 5# Transform the vertex by the modelview matrix 6DP4 o[HPOS].x, c[0], v[OPOS]; 7DP4 o[HPOS].y, c[1], v[OPOS]; 8DP4 o[HPOS].z, c[2], v[OPOS]; 9DP4 o[HPOS].w, c[3], v[OPOS]; 10MOV o[TEX0], v[TEX0]; 11 12END 13 14