NS-19: move Bump B to clear capsule between bumps
Frustum bases left ~0.33 m between closest corners while the player capsule is ~0.8 m wide, so crossing could wedge between A and B. Shift NS19BumpB −Z by 0.75 m (z −4.1 → −4.85) so AABB clearance ≈1 m.pull/23/head
parent
fba2c8e171
commit
2291a0ec07
|
|
@ -150,7 +150,7 @@ surface_material_override/0 = SubResource("Mat_ns19_bump")
|
||||||
shape = SubResource("Convex_ns19a_frustum")
|
shape = SubResource("Convex_ns19a_frustum")
|
||||||
|
|
||||||
[node name="NS19BumpB" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1900011 groups=["walkable", "ns19_bump"]]
|
[node name="NS19BumpB" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1900011 groups=["walkable", "ns19_bump"]]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.85, 0.06, -4.1)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.85, 0.06, -4.85)
|
||||||
collision_layer = 1
|
collision_layer = 1
|
||||||
|
|
||||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/NS19BumpB" unique_id=1900012]
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/NS19BumpB" unique_id=1900012]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue