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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!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] →
<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>