| 168 | |
| 169 | |
| 170 | U32 ExtrudedPolyList::addPlane(const PlaneF& plane) |
| 171 | { |
| 172 | mPolyPlaneList.increment(); |
| 173 | mPlaneTransformer.transform(plane, mPolyPlaneList.last()); |
| 174 | |
| 175 | return mPolyPlaneList.size() - 1; |
| 176 | } |
| 177 | |
| 178 | |
| 179 | //---------------------------------------------------------------------------- |