forked from spite/THREE.MeshLine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsvg.html
28 lines (24 loc) · 889 Bytes
/
svg.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>THREE.MeshLine - SVG example</title>
<meta property="og:description" content="THREE.MeshLine - SVG example">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,700italic,400italic,300,300italic' rel='stylesheet' type='text/css'>
</head>
</script>
<body>
<div id="container" ></div>
<div id="title">
<h1>THREE.MeshLine - SVG example</h1>
<p>Lines with sizeAttenuation disabled</p>
</div>
</body>
<script src="js/pathseg.js"></script>
<script src="js/three.min.js"></script>
<script src="js/OrbitControls.js"></script>
<script src="../src/THREE.MeshLine.js"></script>
<script src="js/main-svg.js"></script>
</html>