Boundingboxes should be ready.
Next step (later) would be to properly use them other than group to lower the number of intersection calculation per ray.
This commit is contained in:
@@ -18,6 +18,7 @@ private:
|
||||
public:
|
||||
Plane() : Shape(SHAPE_PLANE) { };
|
||||
BoundingBox getBounds();
|
||||
bool haveFiniteBounds() { return false; };
|
||||
};
|
||||
|
||||
#endif //DORAYME_PLANE_H
|
||||
|
||||
Reference in New Issue
Block a user