aboutsummaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 489aece..5e647eb 100644
--- a/scene.h
+++ b/scene.h
@@ -32,9 +32,13 @@ typedef struct light_s{
typedef struct {
vector_t color;
+ // Light properties
COORD_T defuse;
COORD_T specular;
unsigned int shine;
+
+ // Reflective properties
+ COORD_T reflective;
} material_t;
// General object structure