InstancedInterleavedBuffer.html 836 B

123456789101112131415161718192021222324252627282930313233
  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:InterleavedBuffer] &rarr;
  11. <h1>[name]</h1>
  12. <p class="desc">An instanced version of [page:InterleavedBuffer].</p>
  13. <h2>Constructor</h2>
  14. <h3>[name]( [param:TypedArray array], [param:Integer itemSize], [param:Number meshPerAttribute] )</h3>
  15. <h2>Properties</h2>
  16. <p>See [page:InterleavedBuffer] for inherited properties.</p>
  17. <h3>[property:Number meshPerAttribute]</h3>
  18. <p>Default is `1`.</p>
  19. <h2>Methods</h2>
  20. <p>See [page:InterleavedBuffer] for inherited methods.</p>
  21. <h2>Source</h2>
  22. <p>
  23. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  24. </p>
  25. </body>
  26. </html>