final changes before dropping
[ld37_one_room] / src / app.cc
index fbd8609..c98b779 100644 (file)
@@ -356,8 +356,8 @@ static void draw_scene()
 {
        static const Vec3 lpos[] = { Vec3(-50, 75, 100), Vec3(100, 0, 30), Vec3(-10, -10, 60) };
        set_light(0, lpos[0], Vec3(1.0, 0.8, 0.7) * 0.8);
-       //set_light(1, lpos[1], Vec3(0.6, 0.7, 1.0) * 0.6);
-       //set_light(2, lpos[2], Vec3(0.8, 1.0, 0.8) * 0.3);
+       set_light(1, lpos[1], Vec3(0.6, 0.7, 1.0) * 0.6);
+       set_light(2, lpos[2], Vec3(0.8, 1.0, 0.8) * 0.3);
 
        mscn->draw();
        if(show_blobs) {
@@ -602,7 +602,6 @@ static void calc_framerate()
 
 static void prebake_shaders()
 {
-       /*
        unsigned int prog;
 
        uber_clear();
@@ -618,5 +617,4 @@ static void prebake_shaders()
        }
 
        uber_clear();
-       */
 }