openGL紋理繪製

#include <stdlib.h> #include <GL/glut.h> #define imageWidth 64 #define imageHeight 64 GLubyte image[imageWidth][imageHeight][3]; /*繪製一個簡單的二維紋理圖*/ void makeImage(void) { int i, j, r, g, b; /*根據點的位
相關文章
相關標籤/搜索