Переглянути джерело

fixed compiler warnigns

tags/mesa_3_3
Brian Paul 25 роки тому
джерело
коміт
9d0bc1d633
2 змінених файлів з 3 додано та 13 видалено
  1. 1
    3
      progs/demos/gears.c
  2. 2
    10
      progs/demos/geartrain.c

+ 1
- 3
progs/demos/gears.c Переглянути файл

@@ -1,4 +1,4 @@
/* $Id: gears.c,v 1.4 2000/03/29 23:57:20 brianp Exp $ */
/* $Id: gears.c,v 1.5 2000/04/05 21:36:03 brianp Exp $ */

/*
* 3-D gear wheels. This program is in the public domain.
@@ -167,8 +167,6 @@ static GLfloat angle = 0.0;
static void
draw(void)
{
GLboolean bRet = GL_TRUE;

glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);

glPushMatrix();

+ 2
- 10
progs/demos/geartrain.c Переглянути файл

@@ -1,4 +1,4 @@
/* $Id: geartrain.c,v 1.4 2000/04/04 15:20:17 brianp Exp $ */
/* $Id: geartrain.c,v 1.5 2000/04/05 21:36:03 brianp Exp $ */

/*
* GearTrain Simulator * Version: 1.00
@@ -278,10 +278,6 @@ static void
axle (GLint j, GLfloat radius, GLfloat length)
{
GLfloat angle, rad, incr = 10.0 * M_PI / 180.0;
GLint indexes[3] =
{
0, 0, 0
};
/* draw main cylinder */
glBegin (GL_QUADS);
@@ -334,11 +330,7 @@ gear (GLint j, char type[], GLfloat radius, GLfloat width,
GLfloat angle, da;
GLfloat u, v, len, fraction = 0.5;
GLfloat n = 1.0;
GLint indexes[3] =
{
0, 0, 0
};

r1 = radius - tooth_depth;
r2 = radius;

Завантаження…
Відмінити
Зберегти