Working on groups

This commit is contained in:
Godzil
2020-02-24 09:25:52 +00:00
parent 80f59efa43
commit 7c794f0496
8 changed files with 272 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
class Sphere : public Shape
{
private:
protected:
Intersect localIntersect(Ray r);
Tuple localNormalAt(Tuple point);