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:
parent
c185a24f34
commit
e5cb9be1aa
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue