From bd93aac316f3252f3cfc5b222b6a2f2388307a04 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 31 Jul 2009 13:13:22 -0700 Subject: shut up debug. --- shadow_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3