Lines Matching defs:star
43 * smooth shaded, self-intersecting star.
48 * star. Also note that removing the TessProperty for the
49 * star will make the interior unshaded (WINDING_ODD).
130 GLdouble star[5][6] = {{250.0, 50.0, 0.0, 1.0, 0.0, 1.0},
170 /* smooth shaded, self-intersecting star */
177 gluTessVertex(tobj, star[0], star[0]);
178 gluTessVertex(tobj, star[1], star[1]);
179 gluTessVertex(tobj, star[2], star[2]);
180 gluTessVertex(tobj, star[3], star[3]);
181 gluTessVertex(tobj, star[4], star[4]);