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.0 KiB
49 lines
1.0 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<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] →
|
||
|
|
||
|
<h1>[name]</h1>
|
||
|
|
||
|
<p class="desc">
|
||
|
An instanced version of [page:BufferGeometry].
|
||
|
</p>
|
||
|
|
||
|
<h2>Constructor</h2>
|
||
|
<h3>[name]( )</h3>
|
||
|
<p>
|
||
|
</p>
|
||
|
|
||
|
<h2>Properties</h2>
|
||
|
<p>See [page:BufferGeometry] for inherited properties.</p>
|
||
|
|
||
|
<h3>[property:Number instanceCount]</h3>
|
||
|
<p>
|
||
|
Default is `Infinity`.
|
||
|
</p>
|
||
|
|
||
|
<h3>[property:Boolean isInstancedBufferGeometry]</h3>
|
||
|
<p>
|
||
|
Read-only flag to check if a given object is of type [name].
|
||
|
</p>
|
||
|
|
||
|
<h2>Methods</h2>
|
||
|
<p>See [page:BufferGeometry] for inherited methods.</p>
|
||
|
|
||
|
<h3>[method:this copy]( [param:InstancedBufferGeometry source] )</h3>
|
||
|
<p>Copies the given [name] to this instance.</p>
|
||
|
|
||
|
<h2>Source</h2>
|
||
|
|
||
|
<p>
|
||
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|