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.

49 lines
1.1 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:BufferGeometry] &rarr;
<h1>[name]</h1>
<p class="desc">
Una versione istanziata di [page:BufferGeometry].
</p>
<h2>Costruttore</h2>
<h3>[name]( )</h3>
<p>
</p>
<h2>Properties</h2>
<p>Vedi [page:BufferGeometry] per le prorietà ereditate.</p>
<h3>[property:Number instanceCount]</h3>
<p>
Il valore predefinito è `Infinity`.
</p>
<h3>[property:Boolean isInstancedBufferGeometry]</h3>
<p>
Flag di sola lettura per verificare se un dato oggetto è di tipo [name].
</p>
<h2>Metodi</h2>
<p>Vedi [page:BufferGeometry] per i metodi ereditati.</p>
<h3>[method:this copy]( [param:InstancedBufferGeometry source] )</h3>
<p>Copia l'oggetto [name] specificato in questa istanza.</p>
<h2>Source</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>