make windoor, railing, and directional window bounds not awful (#10469)

This commit is contained in:
Rane
2022-09-14 03:11:26 -04:00
committed by GitHub
parent 23d497024d
commit f14f3d4999
3 changed files with 6 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,-0.3" bounds: "-0.49,-0.49,0.49,-0.45"
mass: 50 mass: 50
mask: mask:
- TabletopMachineMask - TabletopMachineMask

View File

@@ -18,7 +18,7 @@
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,-0.3" bounds: "-0.49,-0.49,0.49,-0.45"
mass: 50 mass: 50
mask: mask:
- TableMask - TableMask
@@ -70,7 +70,7 @@
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,-0.3" bounds: "-0.49,-0.49,0.49,-0.45"
mass: 50 mass: 50
mask: mask:
- TableMask - TableMask
@@ -78,7 +78,7 @@
- TableLayer - TableLayer
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "0.49,0.49,0.3,-0.49" bounds: "0.49,0.49,0.45,-0.49"
mass: 50 mass: 50
mask: mask:
- TableMask - TableMask
@@ -130,7 +130,7 @@
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "-0.49,0.49,-0.3,0.3" bounds: "-0.49,0.49,-0.45,0.45"
mass: 50 mass: 50
mask: mask:
- TableMask - TableMask
@@ -161,4 +161,3 @@
- type: Construction - type: Construction
graph: Railing graph: Railing
node: railingCornerSmall node: railingCornerSmall

View File

@@ -122,7 +122,7 @@
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,-0.3" bounds: "-0.49,-0.49,0.49,-0.45"
mass: 50 mass: 50
mask: mask:
- FullTileMask - FullTileMask