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.

44 lines
1.2 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:BufferAttribute] &rarr;
<h1>[name]</h1>
<p class="desc">
Una versione istanziata di [page:BufferAttribute].
</p>
<h2>Costruttore</h2>
<h3>[name]( [param:TypedArray array], [param:Integer itemSize], [param:Boolean normalized], [param:Number meshPerAttribute] )</h3>
<p>
</p>
<h2>Proprietà</h2>
<p>Vedi [page:BufferAttribute] per le prorietà ereditate.</p>
<h3>[property:Number meshPerAttribute]</h3>
<p>
Definisce la frequenza con cui un valore di questo attributo del buffer deve essere ripetuto.
Un valore di uno significa che ogni valore dell'attributo istanziato è usato per una singola istanza.
Un valore di due significa che ogni valore è utilizzato per due istanze consecutive (e così via).
Il valore predefinito è `1`.
</p>
<h2>Metodi</h2>
<p>Vedi [page:BufferAttribute] per i metodi ereditati.</p>
<h2>Source</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>