summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-07-31 13:13:22 -0700
committerEric Anholt <eric@anholt.net>2009-07-31 13:13:22 -0700
commitbd93aac316f3252f3cfc5b222b6a2f2388307a04 (patch)
treeeec044e638496cf7ff83a0bfa1d5f66bddc9434d
parentd6cb33a394afd9e2afc34310394ad82a11b38158 (diff)
shut up debug.
-rw-r--r--shadow_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shadow_map.c b/shadow_map.c
index 755b3a8..38fc0fb 100644
--- a/shadow_map.c
+++ b/shadow_map.c
@@ -85,7 +85,7 @@ calculate_light_projection(void)
-ring_bounding_sphere_radius, ring_bounding_sphere_radius,
light_distance_to_rings - ring_bounding_sphere_radius,
light_distance_to_rings + ring_bounding_sphere_radius);
- print_GLUmat4("frustum", &temp);
+ /*print_GLUmat4("frustum", &temp);*/
gluMult4m_4m(&world_to_light_ndc, &temp, &world_to_light_eye);
}