Skip to content

Commit 21176c4

Browse files
author
David Baum
committed
Merge branch 'feature/fix_aframe_connector' into development
2 parents 5a57df6 + d4cc05a commit 21176c4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ui/setups/web_a-frame/City bank.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@
4040
url: "https://raw.githubusercontent.com/softvis-research/Bank/master/src/"
4141
},
4242
{ name: "relationConnectorController",
43-
44-
showInnerRelations: false,
43+
fixPositionY : false,
44+
showInnerRelations : true,
45+
sourceStartAtParentBorder : false,
46+
targetEndAtParentBorder : false,
4547
sourceStartAtBorder: true,
4648
targetEndAtBorder: true,
49+
createEndpoints : true
4750
},
4851
{ name: "relationTransparencyController",
4952
},

0 commit comments

Comments
 (0)