2013년 봄학기 그래픽스 프로그래밍 기말고사 문제
2013년 봄학기 그래픽스 프로그래밍 기말고사 답안 (updated by 2013/06/17)
2013년 봄학기 그래픽스 프로그래밍 기말고사 문제
OpenGL Blending Filter6436101960.zip
OpenGL TimeVaryingAlphaTexture7559445566.zip
OpenGL AlphaTextureSquare6598535561.zip
lecture17-ch85826410474.pdf
http://dis.dankook.ac.kr/lectures/cg12/entry/OpenGL-Multi-Texturing
ADDMODULATE
Single Pass Multi-Texturing (Activating Multiple Texture Coordinates using GLSL)4738572556.zip
Multi-Pass Multi-Texturing (Using Blending)5764603540.zip
Texture Animation
5974008442.zip
// init 중간생략..
Mipmaps of a texture can be automatically generated with the glGenerateMipmap function. OpenGL 3.0 or greater is required for this function (or the extension GL_ARB_framebuffer_object). The function works quite simply; when you call it for a texture, mipmaps are generated for that texture:
http://www.opengl.org/wiki/Common_Mistakes#Automatic_mipmap_generation
lecture16-ch8 (updated)9935489143.pdf