DotRecastNetSim/src
ikpil b34b17e89c update comment in DtCrowdAgentParams 2024-07-08 14:01:28 +09:00
..
DotRecast.Core Changed static readonly to const 2024-07-04 23:34:25 +09:00
DotRecast.Detour Changed `new float[]` to `stackalloc float[]` in `DtConvexConvexIntersections.Intersect()` 2024-07-05 00:15:03 +09:00
DotRecast.Detour.Crowd update comment in DtCrowdAgentParams 2024-07-08 14:01:28 +09:00
DotRecast.Detour.Dynamic update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DotRecast.Detour.Extras Changed vertCount and triCount to byte in DtPolyDetail 2024-07-02 13:47:31 +09:00
DotRecast.Detour.TileCache int to byte 2024-07-03 23:08:31 +09:00
DotRecast.Recast Changed to use Span<byte> and stackalloc for improved performance and memory management in `RcLayers.BuildHeightfieldLayers()` 2024-06-27 14:04:30 +09:00
DotRecast.Recast.Demo Changed to limit neighbor search to a maximum count and use array for memory efficiency in `DtCrowd.AddNeighbour()` 2024-07-07 14:58:38 +09:00
DotRecast.Recast.Toolset Changed static readonly to const 2024-07-04 23:34:25 +09:00