projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aee2a3
)
changed default Shininess to 6
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 29 Aug 2000 21:17:38 +0000
(21:17 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 29 Aug 2000 21:17:38 +0000
(21:17 +0000)
progs/demos/gloss.c
patch
|
blob
|
history
diff --git
a/progs/demos/gloss.c
b/progs/demos/gloss.c
index ab0e25800b9f1bc8f64ce668916edf165cce2618..228e448594be08693a97dd89ccc1b6f30ebc40f7 100644
(file)
--- a/
progs/demos/gloss.c
+++ b/
progs/demos/gloss.c
@@
-1,4
+1,4
@@
-/* $Id: gloss.c,v 1.
4 2000/06/27 17:04:43
brianp Exp $ */
+/* $Id: gloss.c,v 1.
5 2000/08/29 21:17:38
brianp Exp $ */
/*
* Specular reflection demo. The specular highlight is modulated by
@@
-46,7
+46,7
@@
static GLfloat DXrot = 1.0, DYrot = 2.5;
static GLfloat Black[4] = { 0, 0, 0, 0 };
static GLfloat White[4] = { 1, 1, 1, 1 };
static GLfloat Diffuse[4] = { .3, .3, 1.0, 1.0 }; /* blue */
-static GLfloat Shininess =
15
;
+static GLfloat Shininess =
6
;
static GLuint BaseTexture, SpecularTexture;
static GLboolean DoSpecTexture = GL_TRUE;