ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/util.h
(Generate patch)

Comparing libgender/util.h (file contents):
Revision 1.25 by root, Wed Oct 6 16:51:20 2004 UTC vs.
Revision 1.26 by root, Wed Oct 6 17:55:40 2004 UTC

176}; 176};
177 177
178struct material { 178struct material {
179 colour diffuse, specular, emission; 179 colour diffuse, specular, emission;
180 GLfloat shininess; 180 GLfloat shininess;
181
182 material ()
183 {
184 diffuse = colour (1, 0, 1, 1);
185 specular = colour (1, 0, 1, 1);
186 emission = colour (1, 0, 1, 1);
187 shininess = 1;
188 }
181}; 189};
182 190
183struct entity_base; 191struct entity_base;
184struct view; 192struct view;
185 193

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines