#include <GL/glaux.h> const GLfloat red[] = {1,0,0}; // 赤 const GLfloat green[] = {0,1,0};// 緑 const GLfloat blue[] = {0,0,1}; // 青