| 65 | } |
| 66 | |
| 67 | U32 PlaneExtractorPolyList::addPlane(const PlaneF& plane) |
| 68 | { |
| 69 | mPolyPlaneList.increment(); |
| 70 | mPlaneTransformer.transform(plane, mPolyPlaneList.last()); |
| 71 | |
| 72 | return mPolyPlaneList.size() - 1; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | //---------------------------------------------------------------------------- |