InstancedInterleavedBuffer.html 932 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="ko">
  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>