| 94 | |
| 95 | |
| 96 | U32 EarlyOutPolyList::addPlane(const PlaneF& plane) |
| 97 | { |
| 98 | mPolyPlaneList.increment(); |
| 99 | mPlaneTransformer.transform(plane, mPolyPlaneList.last()); |
| 100 | |
| 101 | return mPolyPlaneList.size() - 1; |
| 102 | } |
| 103 | |
| 104 | |
| 105 | //---------------------------------------------------------------------------- |