diff options
Diffstat (limited to 'graphics.h')
-rw-r--r-- | graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ struct LightSource struct Material { + char *name; Color ambient; Color diffuse; Color specular; |
index : libgraphics | ||
3D computer graphics library | rgl |
summaryrefslogtreecommitdiff |
-rw-r--r-- | graphics.h | 1 |
@@ -102,6 +102,7 @@ struct LightSource struct Material { + char *name; Color ambient; Color diffuse; Color specular; |