MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / rcFreePolyMesh

Function rcFreePolyMesh

Source/ThirdParty/recastnavigation/Recast.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void rcFreePolyMesh(rcPolyMesh* polyMesh)
228{
229 rcDelete(polyMesh);
230}
231
232rcPolyMesh::rcPolyMesh()
233: verts()

Callers 1

GenerateTileFunction · 0.85

Calls 1

rcDeleteFunction · 0.85

Tested by

no test coverage detected