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
911 B
44 lines
911 B
<!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:InterleavedBuffer] →
|
|
|
|
<h1>[name]</h1>
|
|
|
|
<p class="desc">
|
|
Una versione istanziata di [page:InterleavedBuffer].
|
|
</p>
|
|
|
|
<h2>Costruttore</h2>
|
|
<h3>[name]( [param:TypedArray array], [param:Integer itemSize], [param:Number meshPerAttribute] )</h3>
|
|
<p>
|
|
</p>
|
|
|
|
<h2>Proprietà</h2>
|
|
<p>
|
|
Vedi [page:InterleavedBuffer] per le prorietà ereditate.
|
|
</p>
|
|
|
|
<h3>[property:Number meshPerAttribute]</h3>
|
|
<p>
|
|
Il valore predefinito è `1`.
|
|
</p>
|
|
|
|
<h2>Metodi</h2>
|
|
<p>
|
|
Vedi [page:InterleavedBuffer] 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>
|
|
|