ikpil
b384133553
add shared comparer
2023-08-05 08:42:21 +09:00
ikpil
40fda6806e
rename for typo
2023-08-04 23:18:40 +09:00
ikpil
71b68a4937
remove all nullable float
2023-08-03 00:06:16 +09:00
ikpil
dab3a9e020
remove nullable float in GetPolyHeight
2023-08-02 23:43:56 +09:00
ikpil
912b9e27fb
remove nullable float in DtNavMeshRaycast.Raycast, RcPolyMeshRaycast.Raycast
2023-08-01 23:32:28 +09:00
ikpil
783ef97173
rename for unity3d
2023-07-31 15:38:53 +09:00
ikpil
0614c040ba
remove nullable float in IntersectSegmentTriangle
2023-07-30 11:27:10 +09:00
ikpil
8044b85ec5
rename Recast.Recast -> RcUtils
2023-07-30 11:17:10 +09:00
ikpil
12dfb27538
for unity3d
2023-07-28 21:01:22 +09:00
ikpil
2842c65bb7
for unity3d
2023-07-28 20:43:50 +09:00
ikpil
60850b0cbf
added tile tool
2023-07-27 15:39:21 +09:00
ikpil
7f10d5814d
changed insert sort
2023-07-25 15:44:57 +09:00
ikpil
27250908d7
[Upstream] Improved variable naming in RecastArea.cpp (recastnavigation #636 )
...
* Cleanup compact heightfield functions in RecastArea.cpp
* More improved variable names for RecastArea.cpp
* Improved variable names and documentation in rcOffsetPoly
* Don't normalize the miter bisector in rcOffsetPoly since this needs to be proportional to both segment normals.
* Moved vector normalization out of rcOffsetPoly into a helper function rcVsafeNormalize
* Rename local variables in rcOffsetPoly
* Rename BMiterX/Z to cornerMIterX/Z
* Also fixed some comment descriptions
* Added docstring for rcVsafeNormalize
* Improved clarity of a few comments
2023-07-25 15:28:45 +09:00
ikpil
43cf1c12ba
remove CornerHeight class
2023-07-11 23:06:22 +09:00
ikpil
e923e8262a
ConvexVolume RcConvexVolume for unity3d
2023-07-10 19:03:47 +09:00
ikpil
bc14092125
add scoped timer
2023-07-08 12:20:20 +09:00
ikpil
846e1a9b65
change convexVolume tool impl for unity3d
2023-07-06 00:01:53 +09:00
ikpil
5f41636043
[Upstream] Bounds checks were unnecessary inclusive. ( #418 )
2023-07-04 00:18:02 +09:00
ikpil
43bfc9a5a0
move DotRecast.Core.RcTelemetry
2023-07-01 13:05:38 +09:00
ikpil
8bc3afa2ec
rename Telemetry -> RcTelemetry, add RcTelemetryTick
2023-07-01 12:50:25 +09:00
ikpil
9d080e3b83
add ofidx
2023-06-15 18:27:19 +09:00
ikpil
25ad6eeff0
changed class names by c++ recastnavigation
2023-06-08 22:24:34 +09:00
ikpil
03b9a987dd
static class
2023-06-08 21:39:12 +09:00
ikpil
b2a631a8fc
changed class names by c++ recastnavigation
2023-06-08 20:53:03 +09:00
ikpil
17891c2d43
for unity3d
2023-06-07 23:19:25 +09:00
ikpil
c70d2ebfd4
remove new int[3] in GetPolyMergeValue
2023-06-06 19:06:01 +09:00
ikpil
695fe15a6e
remove new int[] in GetPolyMergeValue
2023-06-06 12:12:39 +09:00
ikpil
1d46fe20f1
remove new int[2]
2023-06-06 00:34:49 +09:00
ikpil
1f80b70461
remove int[] offset = new int[] { 0, 1, 0, -1 };
2023-06-05 14:37:44 +09:00
ikpil
bab26f529b
remove new int[] offsets
2023-06-04 11:47:41 +09:00
ikpil
bad1d7590a
rename in DividePoly
2023-06-03 22:13:27 +09:00
ikpil
f29fefb149
rename Vector3f, Vector2f -> RcVec3f, RcVec2f
2023-06-03 21:47:26 +09:00
ikpil
1ed0d41218
remove warn
2023-06-02 00:13:25 +09:00
ikpil
75aaaefbc3
remove warn
2023-06-01 23:44:39 +09:00
ikpil
e87d1f9635
remove new int[2] in CalcTileCount()
2023-06-01 22:25:15 +09:00
ikpil
a96f582a54
removed new int[2] in CalcGridSize()
2023-06-01 22:21:31 +09:00
ikpil
e8165859de
inline
2023-05-27 11:37:32 +09:00
ikpil
fa2b7f4ed5
move RecastVectors -> Vector3f
2023-05-26 21:34:29 +09:00
ikpil
458f57e3d5
[Upstream] Fix spans being filtered even if they have just enough clearance
2023-05-21 16:55:24 +09:00
ikpil
0f16874d14
change name
2023-05-10 22:44:51 +09:00
ikpil
4ded5e0529
C# style
2023-05-09 22:57:42 +09:00
ikpil
5c2a654de5
move class
2023-05-07 18:10:20 +09:00
ikpil
7d5f37f415
move private class -> public class
2023-05-07 17:55:13 +09:00
ikpil
d066523e9e
move class type
2023-05-07 12:36:27 +09:00
ikpil
0f9e61f51e
preventing name conflicts
2023-05-06 11:44:57 +09:00
ikpil
e8e328d6af
float[][] -> Vector3f[]
2023-05-06 11:24:09 +09:00
ikpil
9da140feac
C# style interface naming
2023-05-05 09:06:43 +09:00
ikpil
ded8f33ac1
C# style function name
2023-05-05 08:44:48 +09:00
ikpil
67cbf7ffd1
copy -> operator=
2023-04-29 19:32:20 +09:00
ikpil
5592f82192
012 -> xyz
2023-04-29 19:13:15 +09:00