ikpil / DotRecast

DotRecast - a port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers
zlib License
563 stars 72 forks source link

Optimization: reduce number of allocations on hot path in RcRasterizations.DividePoly #62

Closed awgil closed 8 months ago

awgil commented 8 months ago

Before: image

After: image

ikpil commented 8 months ago

thank you!