Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void rcFreePolyMesh(rcPolyMesh* polyMesh)
228
{
229
rcDelete(polyMesh);
230
}
231
232
rcPolyMesh::rcPolyMesh()
233
: verts()
Callers
1
GenerateTile
Function · 0.85
Calls
1
rcDelete
Function · 0.85
Tested by
no test coverage detected