Don't include or build object_plane.{cc,h} because it hasn't been updated and it doesn't work.

This commit is contained in:
Eryn Wells 2014-07-20 16:53:03 -07:00
parent c185a24f34
commit e5cb9be1aa
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ files = [
'material.cc',
'object.cc',
'object_sphere.cc',
'object_plane.cc',
#'object_plane.cc',
'reader_yaml.cc',
'scene.cc',
'writer_png.cc',

View file

@ -12,7 +12,7 @@
#include "light.h"
#include "material.h"
#include "object_sphere.h"
#include "object_plane.h"
//#include "object_plane.h"
#include "reader_yaml.hh"
#include "scene.h"
#include "writer_png.h"