You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB

2 years ago
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:Object3D] &rarr; [page:Line] &rarr;
<h1>[name]</h1>
<p class="desc">
Una serie di linee tracciate tra coppie di vertici.<br /><br />
Questo è quasi lo stesso di [page:Line]; l'unica differenza è che viene
renderizzato utilizzando
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINES]
invece di [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINE_STRIP].
</p>
<h2>Costruttore</h2>
<h3>[name]( [param:BufferGeometry geometry], [param:Material material] )</h3>
<p>
[page:BufferGeometry geometry] — Coppia(e) di vertici che rappresentano ogni segmento(i) di linea.<br />
[page:Material material] — Materiale per la linea. Il valore predefinito è [page:LineBasicMaterial LineBasicMaterial].
</p>
<h2>Proprietà</h2>
<p>Vedi la classe base [page:Line] per le proprietà comuni.</p>
<h3>[property:Boolean isLineSegments]</h3>
<p>
Flag di sola lettura per verificare se l'oggetto dato è di tipo [name].
</p>
<h2>Metodi</h2>
<p>Vedi la classe base [page:Line] per i metodi comuni.</p>
<h2>Source</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>