| 121 | //---------------------------------------------------------------------------- |
| 122 | |
| 123 | void EarlyOutPolyList::plane(U32 v1,U32 v2,U32 v3) |
| 124 | { |
| 125 | if (mEarlyOut == true) |
| 126 | return; |
| 127 | |
| 128 | mPolyList.last().plane.set(mVertexList[v1].point, |
| 129 | mVertexList[v2].point,mVertexList[v3].point); |
| 130 | } |
| 131 | |
| 132 | void EarlyOutPolyList::plane(const PlaneF& p) |
| 133 | { |