Lay flat - limit number of active surfaces to 255 (to avoid problems with picking pass)

This commit is contained in:
Lukas Matena 2018-08-21 15:56:40 +02:00
parent 86b67bbd42
commit 9e6234fe39
2 changed files with 7 additions and 1 deletions

View file

@ -161,6 +161,7 @@ private:
struct PlaneData {
std::vector<Pointf3> vertices;
Pointf3 normal;
float area;
};
struct SourceDataSummary {
std::vector<BoundingBoxf3> bounding_boxes; // bounding boxes of convex hulls of individual volumes