No planes

This commit is contained in:
Eryn Wells 2014-07-13 07:43:18 -07:00
parent 810990cbe9
commit 3ddfd94dfa

View file

@ -50,9 +50,11 @@ main(int argc,
scene.add_shape(s4);
// Make a plane
/*
Plane *p1 = new Plane(Vector3(0, 460, 400), Vector3(0, 1, 0.01));
p1->set_material(m1);
scene.add_shape(p1);
*/
PointLight *l1 = new PointLight(Vector3(0.0, 240.0, 100.0), Color::White, 1.0);
scene.add_light(l1);