World is on the verge of working!

This commit is contained in:
Godzil
2020-02-20 01:41:53 +00:00
parent be6b472472
commit 999419dfe1
6 changed files with 170 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ public:
bool lightIsIn(Light &l);
bool objectIsIn(Shape &s);
Shape *getObject(int i) { return this->objectList[i]; };
Tuple shadeHit(Computation comps);;
Tuple colourAt(Ray r);
Intersect intersect(Ray r);
};