Assignment:
Modify your program to include a solid texture.
Use the data file from program 5 (ignore the u,v coords).
Use the function for each of RGB (so a grey image):
component = 0.5*(1 + sin(x/20.))
where component is each of the channels (R,G,B).
My Answer:
|
Quick Links
|