MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / begin

Method begin

Engine/source/collision/extrudedPolyList.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

endMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected