Add support for naming groups

This commit is contained in:
Godzil
2020-03-09 15:58:32 +00:00
parent 8437ab8753
commit 314da11005
2 changed files with 12 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ private:
Shape* *unboxableObjectList;
uint32_t unboxableObjectCount;
char name[32 + 1];
protected:
Intersect localIntersect(Ray r);
Tuple localNormalAt(Tuple point, Intersection *hit = nullptr);