DotRecastNetSim/src/DotRecast.Recast
ikpil a87f34e738 update comment 2024-07-17 23:48:11 +09:00
..
Geom rename RcVecUtils to RcVec 2024-06-25 00:02:59 +09:00
DotRecast.Recast.csproj add release note url in nuget package 2024-02-03 22:53:17 +09:00
EdgeValues.cs Changed to reuse samples and edges list in BuildPolyDetail() 2024-06-08 12:08:31 +09:00
IRcBuilderProgressListener.cs refactor: ObjImporter, InputGeomProvider 2023-09-24 18:42:41 +09:00
RcAreaModification.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcAreas.cs rename RcVecUtils to RcVec 2024-06-25 00:02:59 +09:00
RcAxis.cs refactor: made variable names identical to those in the DividePoly function of the recastnavigation project 2024-01-05 00:09:22 +09:00
RcBuildContoursFlags.cs refactor: RcBuildContoursFlags 2023-10-08 14:48:43 +09:00
RcBuilder.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcBuilderConfig.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcBuilderResult.cs Renamed RcBuilderResult class to C# style naming 2024-04-10 20:39:06 +09:00
RcCompactCell.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcCompactHeightfield.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcCompactSpan.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcCompactSpanBuilder.cs refactor: added RcCompactSpanBuilder 2023-11-07 22:28:14 +09:00
RcCompacts.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcConfig.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcContour.cs update comment 2024-07-12 01:54:38 +09:00
RcContourHole.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcContourHoleComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
RcContourRegion.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcContourSet.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcContours.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcConvexVolume.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcDirtyEntry.cs refactor: add RcDirtyEntry 2024-01-19 00:08:01 +09:00
RcFilledVolumeRasterization.cs rename RcVecUtils to RcVec 2024-06-25 00:02:59 +09:00
RcFilters.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcHeightPatch.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcHeightfield.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcHeightfieldLayer.cs update comments 2024-01-07 12:53:28 +09:00
RcHeightfieldLayerSet.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcLayerRegion.cs Changed RcLayerRegion.layerId to byte 2024-06-25 00:30:51 +09:00
RcLayerSweepSpan.cs Changed 'heights', 'areas', 'cons', and 'regs' arrays to byte arrays for uniformity and efficiency in DtTileCacheLayer 2024-06-11 00:44:20 +09:00
RcLayers.cs reorder variable declarations 2024-07-13 23:21:56 +09:00
RcLevelStackEntry.cs add RcDirtyEntry, RcLevelStackEntry 2024-01-17 13:55:09 +09:00
RcMeshDetails.cs rename RcVecUtils to RcVec 2024-06-25 00:02:59 +09:00
RcMeshs.cs update comment 2024-07-12 01:46:53 +09:00
RcPartition.cs for unity3d 2023-07-28 20:43:50 +09:00
RcPartitionType.cs for unity3d 2023-07-28 20:43:50 +09:00
RcPolyMesh.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcPolyMeshDetail.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcPolyMeshRaycast.cs Changed new RcVec3f[3] to stackalloc RcVec3f[3] in DtNavMesh.GetPolyHeight() to reduce heap allocation. 2024-07-14 00:09:08 +09:00
RcPotentialDiagonal.cs Migrated some small types to structs 2023-10-30 23:40:46 +09:00
RcPotentialDiagonalComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
RcRasterizations.cs Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
RcRecast.cs reorder variable declarations 2024-07-13 23:21:56 +09:00
RcRegion.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcRegions.cs Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
RcSpan.cs update comment 2024-07-17 23:48:11 +09:00
RcSpanPool.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
RcSweepSpan.cs refactor: revert this part due to a mix of C# and C++ style in array and interface usage 2023-10-31 23:06:42 +09:00
RcVoxelizations.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00