Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ~rcPolyMesh
Method
~rcPolyMesh
Source/ThirdParty/recastnavigation/Recast.cpp:251–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
rcPolyMesh::~rcPolyMesh()
252
{
253
rcFree(verts);
254
rcFree(polys);
255
rcFree(regs);
256
rcFree(flags);
257
rcFree(areas);
258
}
259
260
rcPolyMeshDetail* rcAllocPolyMeshDetail()
261
{
Callers
nothing calls this directly
Calls
1
rcFree
Function · 0.85
Tested by
no test coverage detected