InstancedBufferGeometry.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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:BufferGeometry] &rarr;
  11. <h1>[name]</h1>
  12. <p class="desc">
  13. [page:BufferGeometry] 的实例化版本。
  14. </p>
  15. <h2>构造函数</h2>
  16. <h3>[name]( )</h3>
  17. <p> 默认构造函数没有参数。
  18. </p>
  19. <h2>属性</h2>
  20. <p>继承属性详见 [page:BufferGeometry]。</p>
  21. <h3>[property:Number instanceCount]</h3>
  22. <p>
  23. 默认值是 *Infinity*。
  24. </p>
  25. <h3>[property:Boolean isInstancedBufferGeometry]</h3>
  26. <p>
  27. Read-only flag to check if a given object is of type [name].
  28. </p>
  29. <h2>方法</h2>
  30. <p>继承方法详见 [page:BufferGeometry]。</p>
  31. <h3>[method:this copy]( [param:InstancedBufferGeometry source] )</h3>
  32. <p>Copies the given [name] to this instance.</p>
  33. <h2>源代码</h2>
  34. <p>
  35. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  36. </p>
  37. </body>
  38. </html>