Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ~rcCompactHeightfield
Method
~rcCompactHeightfield
Source/ThirdParty/recastnavigation/Recast.cpp:152–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
rcCompactHeightfield::~rcCompactHeightfield()
153
{
154
rcFree(cells);
155
rcFree(spans);
156
rcFree(dist);
157
rcFree(areas);
158
}
159
160
rcHeightfieldLayerSet* rcAllocHeightfieldLayerSet()
161
{
Callers
nothing calls this directly
Calls
1
rcFree
Function · 0.85
Tested by
no test coverage detected