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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgeartrain.c168 int gear_count = 0, axle_count = 0, belt_count = 0, i; local in function:getdata
223 LoadText (g[gear_count].name);
224 gear_count++;
228 LoadText (g[gear_count - 1].type);
231 LoadInteger (&g[gear_count - 1].face);
234 LoadReal (&g[gear_count - 1].radius);
237 LoadReal (&g[gear_count - 1].width);
240 LoadInteger (&g[gear_count - 1].teeth);
243 LoadReal (&g[gear_count - 1].tooth_depth);
246 LoadTriplet (g[gear_count
[all...]

Completed in 3 milliseconds