InstancedBufferGeometry.html 977 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. [page:BufferGeometry] &rarr;
  12. <h1>[name]</h1>
  13. <div class="desc">
  14. An instanced version of [page:BufferGeometry].
  15. </div>
  16. <h2>Constructor</h2>
  17. <h3>[name]( )</h3>
  18. <div>
  19. </div>
  20. <h2>Properties</h2>
  21. See [page:BufferGeometry] for inherited properties.
  22. <h3>[property:Number maxInstancedCount]</h3>
  23. <div>
  24. Default is *undefined*.
  25. </div>
  26. <h3>[property:Boolean isInstancedBufferGeometry]</h3>
  27. <div>
  28. Default is *true*.
  29. </div>
  30. <h2>Methods</h2>
  31. See [page:BufferAttribute] for inherited methods.
  32. <h3>[property:Number addGroup]( start, count, materialIndex )</h3>
  33. <div>
  34. </div>
  35. <h2>Source</h2>
  36. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  37. </body>
  38. </html>