smix8
|
744fa87da2
Move navigation mesh baking to NavigationServer
|
2 years ago |
smix8
|
ea96f5259f
Fix NavigationMesh not clearing old polygons
|
2 years ago |
smix8
|
f3a6e04f8b
Fix potential crashes in navmesh bake geometry functions
|
2 years ago |
smix8
|
ee14b010ac
Fix for threaded NavigationMesh baking under new thread guards
|
2 years ago |
smix8
|
71c453a426
Fix NavigationMesh baking for HeightMapShape
|
2 years ago |
kobewi
|
615c517034
Use range iterators in LocalVector loops
|
2 years ago |
Rémi Verschelde
|
e62f57f51d
Merge pull request #70904 from huangjiaminhhh/master
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
huangjiamin
|
dbdcc8e968
Fix for navmesh baking. Error message: Condition “!shapes.has(p_owner)” is true
|
2 years ago |
Josh Jones
|
0572346985
Fix typo and ensure backwards compatibility for changed property names
|
2 years ago |
smix8
|
34e7628f5f
Fix Navigation API abbreviations inconsistency
|
2 years ago |
Juan Linietsky
|
71d2e38cb5
Optimize Convex Collision
|
2 years ago |
smix8
|
534ff93b05
Exclude disabled CollisionShapes from Navigationmesh baking
|
2 years ago |
Aaron Franke
|
817ae95667
Replace AABB has_no_volume with has_volume
|
3 years ago |
smix8
|
5137cd9d87
Add NavigationMesh baking for HeightMapShape
|
3 years ago |
Rémi Verschelde
|
bdd41a836c
Merge pull request #62293 from smix8/navigation_disable_editorprogress_bake_4.x
|
3 years ago |
smix8
|
0c4d99f4fd
Implement NavigationMesh bake area
|
3 years ago |
smix8
|
24bb0af4a9
Disable thread-unsafe EditorProgress for navmesh baking
|
3 years ago |
smix8
|
df9919ec33
Add warnings when NavigationMesh bake settings result in precision loss
|
3 years ago |
smix8
|
caceceab08
Fix MultiMeshInstance crash in navmesh baking when MultiMesh Resource is empty
|
3 years ago |
smix8
|
e33fa9d833
Clamp NavigationMesh sample_distance above zero
|
3 years ago |
smix8
|
79511af7c9
Add Warning to NavigationMesh bake when source geometry is suspiciously big
|
3 years ago |
trollodel
|
72c37c4bcd
Use CollisionObject3D API when baking the navmesh with static colliders, instead of collecting CollisionShape3D nodes
|
3 years ago |
Pawel Lampe
|
fcd26b8841
Fix navmesh baking
|
3 years ago |
Rémi Verschelde
|
11572c6e30
Editor: Cleanup some includes dependencies
|
3 years ago |
Pawel Lampe
|
a30dd094d3
Fix transforms involved into navmesh baking
|
3 years ago |
rafallus
|
cc46abd73d
Consider gridmap collisions in navigation bake
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
1f666a972f
NavigationMeshInstance: Fix typo to 'vertices'
|
3 years ago |
Carlo Cabanilla
|
75b61ea1f4
Let MultiMeshInstances affect NavigationMeshes
|
3 years ago |