| 98 | //---------------------------------------------------------------------------- |
| 99 | |
| 100 | void ConcretePolyList::plane(U32 v1,U32 v2,U32 v3) |
| 101 | { |
| 102 | mPolyList.last().plane.set(mVertexList[v1], |
| 103 | mVertexList[v2],mVertexList[v3]); |
| 104 | } |
| 105 | |
| 106 | void ConcretePolyList::plane(const PlaneF& p) |
| 107 | { |