| 76 | //---------------------------------------------------------------------------- |
| 77 | |
| 78 | void PlaneExtractorPolyList::plane(U32 v1,U32 v2,U32 v3) |
| 79 | { |
| 80 | mPlaneList->last().set(mVertexList[v1], |
| 81 | mVertexList[v2],mVertexList[v3]); |
| 82 | } |
| 83 | |
| 84 | void PlaneExtractorPolyList::plane(const PlaneF& p) |
| 85 | { |
no test coverage detected