userJarryd Campicancel
branchrust_reboot/main/industrial_grade_upgradecancel

3 Commits over 0 Days - ∞cph!

1 Year Ago
Added a new ObbComponent, adds an easy way to expose a local space OBB with gizmos for setup Added an AlternativePipeBounds OBBComponent field on BuildingBlock, allows us the option to define a different set of bounds to use for the pipe intersection test so we don't have to modify building block bounds Added alternative bounds to both roof pieces, fixes pipes placed under roofs getting incorrectly deleted due to the large bounds on roof blocks
1 Year Ago
Merge from main
1 Year Ago
Several changes to try and reduce the likelihood of industrial pipes getting deleted when upgrading grades: -Change the prevent building volume that is spawned along pipes to a capsule collider to better match the pipe shape (was a box) -Increase the offset from walls that pipes are placed at (0.03->0.04) -Decrease the prevent building volume size on pipes (was a 0.05 box, now a 0.035 capsule) -Reduce the size of the building block bounds check when checking for offending pipes by 3%