InstancedInterleavedBuffer.html 992 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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:InterleavedBuffer] &rarr;
  12. <h1>[name]</h1>
  13. <p class="desc">
  14. An instanced version of [page:InterleavedBuffer].
  15. </p>
  16. <h2>Constructor</h2>
  17. <h3>[name]( [param:TypedArray array], [param:Integer itemSize], [param:Number meshPerAttribute] )</h3>
  18. <p>
  19. </p>
  20. <h2>Properties</h2>
  21. <p>
  22. See [page:InterleavedBuffer] for inherited properties.
  23. </p>
  24. <h3>[property:Number meshPerAttribute]</h3>
  25. <p>
  26. Default is *1*.
  27. </p>
  28. <h3>[property:Boolean isInstancedInterleavedBuffer]</h3>
  29. <p>
  30. Default is *true*.
  31. </p>
  32. <h2>Methods</h2>
  33. <p>
  34. See [page:InterleavedBuffer] for inherited methods.
  35. </p>
  36. <h2>Source</h2>
  37. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  38. </body>
  39. </html>