Lines Matching refs:mat
112 float mat[4];
116 mat[0] = 0.1745;
117 mat[1] = 0.01175;
118 mat[2] = 0.01175;
119 mat[3] = 1.0;
120 glMaterialfv(GL_FRONT, GL_AMBIENT, mat);
121 mat[0] = 0.61424;
122 mat[1] = 0.04136;
123 mat[2] = 0.04136;
124 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat);
125 mat[0] = 0.727811;
126 mat[1] = 0.626959;
127 mat[2] = 0.626959;
128 glMaterialfv(GL_FRONT, GL_SPECULAR, mat);