InstancedBufferAttribute.html 843 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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:BufferAttribute] &rarr;
  11. <h1>[name]</h1>
  12. <p class="desc">
  13. [page:BufferAttribute] 的实例化版本。
  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>继承属性详见 [page:BufferAttribute]。</p>
  21. <h3>[property:Number meshPerAttribute]</h3>
  22. <p>
  23. 默认值为 *1*。
  24. </p>
  25. <h2>方法</h2>
  26. <p>继承方法详见 [page:BufferAttribute]。</p>
  27. <h2>源代码</h2>
  28. <p>
  29. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  30. </p>
  31. </body>
  32. </html>