projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49dcae8
)
changed TDA to [4] for glMaterialfv() calls
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 22 Mar 2000 23:14:54 +0000
(23:14 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 22 Mar 2000 23:14:54 +0000
(23:14 +0000)
progs/demos/geartrain.c
patch
|
blob
|
history
diff --git
a/progs/demos/geartrain.c
b/progs/demos/geartrain.c
index
7e2fea2
..
91c3411
100644
(file)
--- a/
progs/demos/geartrain.c
+++ b/
progs/demos/geartrain.c
@@
-1,4
+1,4
@@
-/* $Id: geartrain.c,v 1.
1 2000/03/06 23:34:42
brianp Exp $ */
+/* $Id: geartrain.c,v 1.
2 2000/03/22 23:14:54
brianp Exp $ */
/*
* Geartrain simulation
@@
-18,7
+18,7
@@
#ifndef M_PI
#define M_PI 3.14159265
#endif /* */
-typedef GLfloat TDA[
3
];
+typedef GLfloat TDA[
4
];
TDA background;