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

Method vertex

Engine/source/navigation/recastPolyList.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void RecastPolyList::vertex(U32 vi)
128{
129 if(vidx == 3)
130 return;
131 tris[ntris*3+2-vidx] = vi;
132 vidx++;
133}
134
135void RecastPolyList::end()
136{

Callers 1

renderTileDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected