ikpil
75eadc601d
fix: changed stack memory test for unittest
2024-01-21 13:05:08 +09:00
ikpil
94ee6f9366
extended RcStackArray up to 512 elements ( #41 )
2024-01-21 13:05:08 +09:00
ikpil
c53162f3e3
check aray interface
2024-01-21 13:05:08 +09:00
ikpil
07b50d9391
refactor: added RcStackArray4, RcStackArray8
...
- https://github.com/ikpil/DotRecast/issues/41
2024-01-21 13:05:08 +09:00
ikpil
f2923a9d84
add badge - commit activity, open/closed issues
2024-01-20 01:25:12 +09:00
ikpil
17f13dd681
refactor: Remove unused List<int> overlaps in the MergeAndFilterLayerRegions function.
2024-01-20 00:57:09 +09:00
ikpil
66a3d73b8f
refactor: add RcDirtyEntry
2024-01-19 00:08:01 +09:00
ikpil
d7244bd0ff
fix: invalid index
2024-01-18 23:39:32 +09:00
ikpil
e0e31c19b9
refactor: int[3] -> RcLevelStackEntry
2024-01-18 23:39:32 +09:00
ikpil
78b29920cb
add RcDirtyEntry, RcLevelStackEntry
2024-01-17 13:55:09 +09:00
ikpil
b4d1adcd3e
update readme link
2024-01-17 00:23:20 +09:00
ikpil
c0db2fbc5f
update build & intergrating
2024-01-17 00:23:20 +09:00
ikpil
27e4a0628a
draft
2024-01-17 00:23:20 +09:00
ikpil
14f7cbf194
draft
2024-01-17 00:23:20 +09:00
ikpil
f24577da76
create draft - BuildingAndIntergrating.md
2024-01-17 00:23:20 +09:00
ikpil
8e7c9394b3
typo
2024-01-16 01:09:28 +09:00
ikpil
34fccb99e3
update readme
2024-01-15 00:29:51 +09:00
ikpil
46b84d46c7
update readme - watch video
2024-01-15 00:28:16 +09:00
ikpil
347c67f5fe
update readme
2024-01-15 00:17:05 +09:00
ikpil
af5b70d7f4
small refactoring
2024-01-13 22:06:06 +09:00
ikpil
f076d979ff
update: readme - how to works
2024-01-12 02:54:17 +09:00
ikpil
8f8d6089d6
update youtube
2024-01-12 02:37:25 +09:00
ikpil
1119391c33
update youtube demo
2024-01-12 02:15:43 +09:00
ikpil
4c8c596450
bugfix: creating convex volume with two points( #34 )
...
- Issue reporter @adambennett55
- https://github.com/ikpil/DotRecast/issues/34
2024-01-12 01:46:52 +09:00
ikpil
9de4b1ee40
update comments
2024-01-11 13:54:46 +09:00
ikpil
a4ba159393
update readme
2024-01-11 01:09:39 +09:00
ikpil
d617a41b54
update readme
2024-01-11 00:41:34 +09:00
ikpil
87ef05feb8
refactor: BuildCompactHeightfield
2024-01-11 00:30:46 +09:00
ikpil
278fb6cc1b
refactor: 2 step loop -> 1 step loop
2024-01-10 13:47:42 +09:00
ikpil
85c3cfdcf6
refactor: update comments
2024-01-10 01:20:03 +09:00
ikpil
ebca91e64d
rename DtLayerSweepSpan to RcLayerSweepSpan
2024-01-09 14:09:01 +09:00
ikpil
f51f2479ba
update comments
2024-01-08 14:08:07 +09:00
ikpil
70fc2f6a8f
update readme
2024-01-07 21:53:14 +09:00
ikpil
9dc7412dfd
update youtube link
2024-01-07 21:48:03 +09:00
ikpil
2edabd3d44
rename RcTelemetry to RcContext
2024-01-07 13:00:38 +09:00
ikpil
648d7bd703
update comments
2024-01-07 12:53:28 +09:00
ikpil
ae0f21c808
update readme
2024-01-05 13:53:47 +09:00
ikpil
507e3548ef
refactor: aligned the parameter order of RasterizeTriangles() to match that of rcRasterizeTriangles() in the recastnavigation project.
2024-01-05 00:37:40 +09:00
ikpil
48a1e18101
refactor: made variable names identical to those in the DividePoly function of the recastnavigation project
2024-01-05 00:09:22 +09:00
ikpil
cbdc670c6a
refactor: align variable names to match those of the recastnavigation project.
2024-01-04 23:59:00 +09:00
ikpil
10bf4ce164
typo
2024-01-04 23:38:13 +09:00
ikpil
fdb86134cf
update readme
2024-01-04 00:19:27 +09:00
ikpil
fffb10e5e3
update readme
2024-01-04 00:16:13 +09:00
ikpil
be73850965
[Upstream] Cleanup filter code and improved documentation ( https://github.com/recastnavigation/recastnavigation/pull/683 )
...
- https://github.com/recastnavigation/recastnavigation/pull/683
This mostly just changes variable names and adds some comments to make the code more clear.
It also has a few small fixup changes to the unit tests.
2024-01-03 23:54:01 +09:00
ikpil
652b8d751a
update badge
2024-01-01 23:42:37 +09:00
Ikpil
051cf6a036
Create FUNDING.yml
2024-01-01 19:10:54 +09:00
ikpil
9d01b5243f
Code cleanup and small optimizations in RecastFilter.cpp rcFilterLedgeSpans ( https://github.com/recastnavigation/recastnavigation/pull/672 )
...
- 3e94c3b6fc
* Code cleanup and minor refactor in RecastFilter.cpp rcFilterLedgeSpans
Because span.smax is always > 0, bot > 0 as well, and (-walkableClimb - bot) is always < -walkableClimb. Furthermore, as long as minNeighborHeight < -walkableClimb' at least once, there is no need to continue the traversal.
* Code cleanup and minor refactor in RecastFilter.cpp rcFilterLedgeSpans
Because span.smax is always > 0, bot > 0 as well, and (-walkableClimb - bot) is always < -walkableClimb. Furthermore, as long as minNeighborHeight < -walkableClimb' at least once, there is no need to continue the traversal.
* Update RecastFilter.cpp
Revise Comment
2024-01-01 14:11:28 +09:00
ikpil
2d36b5f639
fixed null mesh data in tiles.
2023-12-31 17:12:45 +09:00
ikpil
69c1e795df
small refactoring static readonly
2023-12-30 16:17:42 +09:00
ikpil
b341a41fae
typo public property getter -> readonly
2023-12-29 21:07:44 +09:00