InstancedBufferGeometry.html 992 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. <p class="desc">
  14. [page:BufferGeometry] 的实例化版本。
  15. </p>
  16. <h2>构造函数</h2>
  17. <h3>[name]( )</h3>
  18. <p> 默认构造函数没有参数。
  19. </p>
  20. <h2>属性</h2>
  21. 继承属性详见 [page:BufferGeometry]。
  22. <h3>[property:Number maxInstancedCount]</h3>
  23. <p>
  24. 默认值是 *undefined*。
  25. </p>
  26. <h3>[property:Boolean isInstancedBufferGeometry]</h3>
  27. <p>
  28. 默认值是 *true*。
  29. </p>
  30. <h2>方法</h2>
  31. <p>继承方法详见 [page:BufferAttribute]。</p>
  32. <h3>[property:Number addGroup]( start, count, materialIndex )</h3>
  33. <p>
  34. </p>
  35. <h2>源代码</h2>
  36. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  37. </body>
  38. </html>