InstancedBufferGeometry.html 995 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../" />
  6. <script src="page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="page.css" />
  8. </head>
  9. <body>
  10. [page:BufferGeometry] &rarr;
  11. <h1>[name]</h1>
  12. <p class="desc">An instanced version of [page:BufferGeometry].</p>
  13. <h2>Constructor</h2>
  14. <h3>[name]( )</h3>
  15. <h2>Properties</h2>
  16. <p>See [page:BufferGeometry] for inherited properties.</p>
  17. <h3>[property:Number instanceCount]</h3>
  18. <p>Default is `Infinity`.</p>
  19. <h3>[property:Boolean isInstancedBufferGeometry]</h3>
  20. <p>Read-only flag to check if a given object is of type [name].</p>
  21. <h2>Methods</h2>
  22. <p>See [page:BufferGeometry] for inherited methods.</p>
  23. <h3>[method:this copy]( [param:InstancedBufferGeometry source] )</h3>
  24. <p>Copies the given [name] to this instance.</p>
  25. <h2>Source</h2>
  26. <p>
  27. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  28. </p>
  29. </body>
  30. </html>