Fix an issue with groups, and add Chapter 14 example!
This commit is contained in:
@@ -37,10 +37,10 @@ public:
|
||||
Shape *operator[](const int p) { return this->objectList[p]; }
|
||||
|
||||
Intersect intersect(Ray r);
|
||||
|
||||
BoundingBox getBounds();
|
||||
|
||||
void updateBoundingBox();
|
||||
void updateTransform();
|
||||
|
||||
Group();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user