Clean up some dependencies between scene, material, and color
This commit is contained in:
parent
48e35dfc81
commit
c3da70cdd9
4 changed files with 11 additions and 11 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include "scene.hh"
|
||||
|
||||
#include "basics.h"
|
||||
#include "light.h"
|
||||
#include "light.hh"
|
||||
#include "log.hh"
|
||||
#include "object.hh"
|
||||
#include "writer.h"
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
#include "logModule.hh"
|
||||
|
||||
|
||||
using charles::basics::Color;
|
||||
using charles::basics::Ray;
|
||||
using charles::basics::Vector4;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue