aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics')
-rw-r--r--examples/graphics/gte/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/graphics/gte/main.c b/examples/graphics/gte/main.c
index 6907c84..3c85d84 100644
--- a/examples/graphics/gte/main.c
+++ b/examples/graphics/gte/main.c
@@ -100,9 +100,9 @@ INDEX cube_indices[] = {
/* source color when using gte_nccs(). 4096 is 1.0 in this matrix */
/* A column of zeroes disables the light source. */
MATRIX color_mtx = {
- ONE / 2, 0, 0, /* Red */
- ONE / 2, 0, 0, /* Green */
- ONE / 2, 0, 0 /* Blue */
+ ONE * 3/4, 0, 0, /* Red */
+ ONE * 3/4, 0, 0, /* Green */
+ ONE * 3/4, 0, 0 /* Blue */
};
/* Light matrix */