| 179 | //---------------------------------------------------------------------------- |
| 180 | |
| 181 | void ExtrudedPolyList::begin(BaseMatInstance* material, U32 /*surfaceKey*/) |
| 182 | { |
| 183 | mPoly.object = mCurrObject; |
| 184 | mPoly.material = material; |
| 185 | mIndexList.clear(); |
| 186 | } |
| 187 | |
| 188 | void ExtrudedPolyList::plane(U32 v1, U32 v2, U32 v3) |
| 189 | { |