summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}