摘要:
Here is a simple tutorial for the dynamic software light maps for OpenGL. This program was built on Ubuntu OS. The project management tool is CMake. In this program, a light map will be created ... 阅读全文
摘要:
NeHe Productions_ Matrices Some basic ideas about the matrix and matrix operation listed here. Such as Identity matrix, rotation matrix, translation matrix, scale matrix, storage of matrix, how to ... 阅读全文
摘要:
This sample program shows us to use pre-compressed dds file with OpenGL. With pre-compressed textures, on the one hand we could reduce the file size on the disk; on the other hand we could improve th... 阅读全文
摘要:
This is a very good article that clean up my way to get close to OpenGL. This article address the issue about how glColor, glMaterial, glLight and glTexture works together to get the final effect tha... 阅读全文
摘要:
When you come across this compiling error in Visual Studio, you could re-save the source file with “Advanced Save Options” setting. To address this issue, switch to “File“->”Advanced Save Options“, Se... 阅读全文