InstancedInterleavedBuffer.html 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="zh">
  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">
  13. [page:InterleavedBuffer] 的实例化版本。
  14. </p>
  15. <h2>构造函数</h2>
  16. <h3>[name]( [param:TypedArray array], [param:Integer itemSize], [param:Number meshPerAttribute] )</h3>
  17. <p>
  18. </p>
  19. <h2>属性</h2>
  20. <p>
  21. 继承属性详见 [page:InterleavedBuffer]。
  22. </p>
  23. <h3>[property:Number meshPerAttribute]</h3>
  24. <p>
  25. 默认值是 *1*。
  26. </p>
  27. <h2>方法</h2>
  28. <p>
  29. 继承方法详见 [page:InterleavedBuffer]。
  30. </p>
  31. <h2>源代码</h2>
  32. <p>
  33. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  34. </p>
  35. </body>
  36. </html>