Open Placeblock opened 1 month ago
Wires are currently checked for collision by brute forcing all wires (not ideal)
Instead we could construct some sort of tree using the bounding boxes of the wires and check for them before checking the wires more exact
This applies for all components (wires are now components too)
Wires are currently checked for collision by brute forcing all wires (not ideal)
Instead we could construct some sort of tree using the bounding boxes of the wires and check for them before checking the wires more exact