Omniblox / Eagle-Loader

THREE.js Loader for EAGLE .brd files
https://omniblox.io
MIT License
19 stars 4 forks source link

Fix `Connector` so it handles rotation of parent (e.g. PCB) #15

Open follower opened 8 years ago

follower commented 8 years ago

See here for current workaround: https://github.com/follower/Eagle-Loader/commit/bb0bb730915acafbaa83514d3598f36970093efb

Ideally this workaround would be fixed by handling the rotation of the parent correctly in the connectTo() method.

follower commented 7 years ago

As a side note, it would appear that previously the "Fix orientation bug" (commit c1691a87629917b870c64ac263c38827bd64b580 in other repository) was intended to fix this issue but it doesn't seem to have accounted for all situations.