File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
< script type ="text/javascript " src ="utils/Stats.js "> </ script >
7
7
< script type ="text/javascript " src ="utils/threejs-interaction.js "> </ script >
8
8
< script type ="text/javascript " src ="webgl-frameworks/Three.js "> </ script >
9
+ < script type ="text/javascript " src ="utils/ObjectSelection.js "> </ script >
9
10
< script type ="text/javascript " src ="Graph.js "> </ script >
10
11
< script type ="text/javascript " src ="layouts/force-based-layout.js "> </ script >
11
12
< script type ="text/javascript " src ="layouts/force-based-layout-3d.js "> </ script >
13
+ < script type ="text/javascript " src ="layouts/force-directed-sphere.js "> </ script >
12
14
< script type ="text/javascript " src ="drawings/simple_graph.js "> </ script >
15
+ < script type ="text/javascript " src ="drawings/sphere_graph.js "> </ script >
13
16
14
17
< style type ="text/css ">
15
18
body {
21
24
}
22
25
</ style >
23
26
</ head >
24
- < body onload ="new Drawing.SimpleGraph({layout: '3d'}) ">
27
+ < body onload ="new Drawing.SimpleGraph({layout: '3d', selection: true }) ">
25
28
< div id ="info ">
26
29
27
30
</ div >
You can’t perform that action at this time.
0 commit comments