File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Graph Visualization</ title >
5
- < script type ="text/javascript " src ="utils/requestAnimationFrame.js "> </ script >
6
- < script type ="text/javascript " src ="utils/Stats.js "> </ script >
7
- < script type ="text/javascript " src ="utils/threejs-interaction.js "> </ script >
8
- < script type ="text/javascript " src ="webgl-frameworks/Three.js "> </ script >
9
- < script type ="text/javascript " src ="utils/ObjectSelection.js "> </ script >
10
- < script type ="text/javascript " src ="Graph.js "> </ script >
11
- < script type ="text/javascript " src ="layouts/force-directed-layout.js "> </ script >
12
- < script type ="text/javascript " src ="drawings/simple_graph.js "> </ script >
13
- < script type ="text/javascript " src ="drawings/sphere_graph.js "> </ script >
5
+ < script type ="text/javascript " src ="build/graph-min.js "> </ script >
14
6
15
7
< script type ="text/javascript ">
16
8
var drawing ;
You can’t perform that action at this time.
0 commit comments