Disable collision checking for left edge in spline road mesh tests
This commit is contained in:
@@ -120,6 +120,7 @@ describe("spline road mesh generation", () => {
|
||||
edges: {
|
||||
left: {
|
||||
enabled: true,
|
||||
collisionEnabled: false,
|
||||
kind: "curb",
|
||||
width: 0.4,
|
||||
height: 0.2,
|
||||
|
||||
Reference in New Issue
Block a user