Searched refs:Cylinders (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dcuberender.c53 static struct cylinder Cylinders[NUM_CYLINDERS]; variable in typeref:struct:cylinder[]
84 Cylinders[i].PosX = r * cos(a);
85 Cylinders[i].PosY = r * sin(a);
86 Cylinders[i].Radius = RandomFloat(0.25, 1.0);
87 Cylinders[i].Height = RandomFloat(1.0, 7.0);
88 Cylinders[i].Color[0] = RandomFloat(0.25, 1.0);
89 Cylinders[i].Color[1] = RandomFloat(0.25, 1.0);
90 Cylinders[i].Color[2] = RandomFloat(0.25, 1.0);
91 Cylinders[i].Color[3] = RandomFloat(0.25, 1.0);
126 DrawCylinder(&Cylinders[
[all...]

Completed in 2 milliseconds