ngraph.forcelayout3d
Version:
Force directed graph layout in 3d
16 lines (13 loc) • 445 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Just a test</title>
<style type="text/css" media="all">
body { background-color: #cfcfcf; }
</style>
<script type="text/javascript" charset="utf-8" src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r61/three.min.js"></script>
</head>
<body>
<script type="text/javascript" charset="utf-8" src='./bundle.js'></script>
</body>
</html>