|
@@ -1,7 +1,7 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
- <meta charset="utf-8" />
|
|
|
|
|
|
+ <meta charset="utf-8" />
|
|
<base href="../../" />
|
|
<base href="../../" />
|
|
<script src="list.js"></script>
|
|
<script src="list.js"></script>
|
|
<script src="page.js"></script>
|
|
<script src="page.js"></script>
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<h1>[name]</h1>
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">A series of lines.</div>
|
|
|
|
|
|
+ <div class="desc">A series of lines drawn between pairs of vertices.</div>
|
|
|
|
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
<h2>Constructor</h2>
|
|
@@ -20,7 +20,7 @@
|
|
<h3>[name]( [page:Geometry geometry], [page:Material material] )</h3>
|
|
<h3>[name]( [page:Geometry geometry], [page:Material material] )</h3>
|
|
|
|
|
|
<div>
|
|
<div>
|
|
- geometry — Vertices representing the line segment(s).<br />
|
|
|
|
|
|
+ geometry — Pair(s) of vertices representing each line segment(s).<br />
|
|
material — Material for the line. Default is [page:LineBasicMaterial LineBasicMaterial].
|
|
material — Material for the line. Default is [page:LineBasicMaterial LineBasicMaterial].
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
<h3>[property:Geometry geometry]</h3>
|
|
<h3>[property:Geometry geometry]</h3>
|
|
<div>
|
|
<div>
|
|
- Vertices representing the line segment(s).
|
|
|
|
|
|
+ Pair(s) of vertices representing the line segment(s).
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h3>[property:Material material]</h3>
|
|
<h3>[property:Material material]</h3>
|