DirectGeometry.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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">This class is mainly used internally to convert from [page:Geometry] to [page:BufferGeometry].</div>
  13. <h2>Constructor</h2>
  14. <h3>[name]()</h3>
  15. <div>
  16. This creates a new [name].
  17. </div>
  18. <h2>Properties</h2>
  19. <h3>[property:Integer id]</h3>
  20. <div>
  21. Unique number for this [name] instance.
  22. </div>
  23. <h3>[property:String name]</h3>
  24. <div>
  25. Optional name. Default is the empty string.
  26. </div>
  27. <h3>[property:Array type]</h3>
  28. <div>
  29. String 'DirectGeometry'.
  30. </div>
  31. <h3>[property:Array indices]</h3>
  32. <div>
  33. Default is empty array.
  34. </div>
  35. <h3>[property:Array vertices]</h3>
  36. <div>
  37. Default is empty array.
  38. </div>
  39. <h3>[property:Array normals]</h3>
  40. <div>
  41. Default is empty array.
  42. </div>
  43. <h3>[property:Array colors]</h3>
  44. <div>
  45. Default is empty array.
  46. </div>
  47. <h3>[property:Array uvs]</h3>
  48. <div>
  49. Default is empty array.
  50. </div>
  51. <h3>[property:Array uvs2]</h3>
  52. <div>
  53. Default is empty array.
  54. </div>
  55. <h3>[property:Array groups]</h3>
  56. <div>
  57. Default is empty array.
  58. </div>
  59. <h3>[property:Array morphTargets]</h3>
  60. <div>
  61. Default is empty array.
  62. </div>
  63. <h3>[property:Array skinWeights]</h3>
  64. <div>
  65. Default is empty array.
  66. </div>
  67. <h3>[property:Array skinIndices]</h3>
  68. <div>
  69. Default is empty array.
  70. </div>
  71. <h3>[property:Box boundingBox]</h3>
  72. <div>
  73. Default is null.
  74. </div>
  75. <h3>[property:Box boundingSphere]</h3>
  76. <div>
  77. Default is null.
  78. </div>
  79. <h3>[property:Boolean verticesNeedUpdate]</h3>
  80. <div>
  81. Default is false.
  82. </div>
  83. <h3>[property:Boolean normalsNeedUpdate]</h3>
  84. <div>
  85. Default is false.
  86. </div>
  87. <h3>[property:Boolean verticesNeedUpdate]</h3>
  88. <div>
  89. Default is false.
  90. </div>
  91. <h3>[property:Boolean colorsNeedUpdate]</h3>
  92. <div>
  93. Default is false.
  94. </div>
  95. <h3>[property:Boolean uvsNeedUpdate]</h3>
  96. <div>
  97. Default is false.
  98. </div>
  99. <h3>[property:Boolean groupsNeedUpdate]</h3>
  100. <div>
  101. Default is false.
  102. </div>
  103. <h2>Methods</h2>
  104. <h3>[page:EventDispatcher EventDispatcher] methods are available on this class.</h3>
  105. <h3>[property:null computeBoundingBox]( )</h3>
  106. <div>
  107. See [page:Geometry.computeBoundingBox].
  108. </div>
  109. <h3>[property:null computeBoundingSphere]( )</h3>
  110. <div>
  111. See [page:Geometry.computeBoundingSphere].
  112. </div>
  113. <h3>[property:null computeGroups]( page:Geometry geometry] )</h3>
  114. <div>
  115. </div>
  116. <h3>[property:null fromGeometry]( page:Geometry geometry] )</h3>
  117. <div>
  118. </div>
  119. <h3>[property:null dispose]( )</h3>
  120. <div>
  121. </div>
  122. <h2>Source</h2>
  123. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  124. </body>
  125. </html>