DOCUMENT RESOURCES FOR EVERYONE
Documents CS559: Computer Graphics Lecture 22: Texture mapping Li Zhang Spring 2010 Many slides from Ravi...

CS559: Computer Graphics Lecture 22: Texture mapping Li Zhang Spring 2010 Many slides from Ravi Ramamoorthi, Columbia Univ, Greg Humphreys, UVA and Rosalee Wolfe, DePaul…

Documents Texture Mapping. checker.c Texture-Mapped Squares.

Texture Mapping checker.c Texture-Mapped Squares void init(void){ glClearColor (0.0, 0.0, 0.0, 0.0); glShadeModel(GL_FLAT); glEnable(GL_DEPTH_TEST); makeCheckImage(); glPixelStorei(GL_UNPACK_ALIGNMENT,…