InterleavedBufferAttribute.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. <h1>[name]</h1>
  12. <div class="desc">
  13. </div>
  14. <h2>Constructor</h2>
  15. <h3>[name]( [page:InterleavedBuffer interleavedBuffer], [page:Integer itemSize], [page:Integer offset], [page:Boolean normalized] )</h3>
  16. <div>
  17. </div>
  18. <h2>Properties</h2>
  19. <h3>[property:InterleavedBuffer data]</h3>
  20. <div>
  21. The [page:InterleavedBuffer InterleavedBuffer] instance passed in the constructor.
  22. </div>
  23. <h3>[property:Integer itemSize]</h3>
  24. <div>
  25. </div>
  26. <h3>[property:Integer offset]</h3>
  27. <div>
  28. </div>
  29. <h3>[property:Boolean normalized]</h3>
  30. <div>
  31. Default is *true*.
  32. </div>
  33. <h3>[property:Boolean isInterleavedBufferAttribute]</h3>
  34. <div>
  35. Default is *true*.
  36. </div>
  37. <h2>Methods</h2>
  38. <h3>[method:Integer count]()</h3>
  39. <div>
  40. The value of [page:InterleavedBufferAttribute.data data].count.
  41. </div>
  42. <h3>[method:Array array]()</h3>
  43. <div>
  44. The value of [page:InterleavedBufferAttribute.data data].array.
  45. </div>
  46. <h3>[method:null getX]( index ) </h3>
  47. <div>
  48. </div>
  49. <h3>[method:null getY]( index ) </h3>
  50. <div>
  51. </div>
  52. <h3>[method:null getZ]( index ) </h3>
  53. <div>
  54. </div>
  55. <h3>[method:null getW]( index ) </h3>
  56. <div>
  57. </div>
  58. <h3>[method:null setX]( index, x ) </h3>
  59. <div>
  60. </div>
  61. <h3>[method:null setY]( index, y ) </h3>
  62. <div>
  63. </div>
  64. <h3>[method:null setZ]( index, z ) </h3>
  65. <div>
  66. </div>
  67. <h3>[method:null setXY]( index, x, y ) </h3>
  68. <div>
  69. </div>
  70. <h3>[method:null setXYZ]( index, x, y, z ) </h3>
  71. <div>
  72. </div>
  73. <h3>[method:null setXYZW]( index, x, y, z, w ) </h3>
  74. <div>
  75. </div>
  76. <h2>Source</h2>
  77. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  78. </body>
  79. </html>