RenderableFace3.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <script src="../../../list.js"></script>
  6. <script src="../../../page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="../../../page.css" />
  8. </head>
  9. <body>
  10. <h1>[name]</h1>
  11. <div class="desc">todo</div>
  12. <h2>Constructor</h2>
  13. <h3>[name]()</h3>
  14. <div>
  15. todo
  16. </div>
  17. <h3>[name]()</h3>
  18. <h2>Properties</h2>
  19. <h3>.[page:array vertexNormalsModelView]</h3>
  20. <div>
  21. todo
  22. </div>
  23. <h3>.[page:Vector3 normalModel]</h3>
  24. <div>
  25. todo
  26. </div>
  27. <h3>.[page:object color]</h3>
  28. <div>
  29. todo
  30. </div>
  31. <h3>.[page:object material]</h3>
  32. <div>
  33. todo
  34. </div>
  35. <h3>.[page:array uvs]</h3>
  36. <div>
  37. todo
  38. </div>
  39. <h3>.[page:RenderableVertex v1]</h3>
  40. <div>
  41. todo
  42. </div>
  43. <h3>.[page:RenderableVertex v2]</h3>
  44. <div>
  45. todo
  46. </div>
  47. <h3>.[page:RenderableVertex v3]</h3>
  48. <div>
  49. todo
  50. </div>
  51. <h3>.[page:Vector3 normalModelView]</h3>
  52. <div>
  53. todo
  54. </div>
  55. <h3>.[page:Vector3 centroidModel]</h3>
  56. <div>
  57. todo
  58. </div>
  59. <h3>.[page:number vertexNormalsLength]</h3>
  60. <div>
  61. todo
  62. </div>
  63. <h3>.[page:object z]</h3>
  64. <div>
  65. todo
  66. </div>
  67. <h3>.[page:array vertexNormalsModel]</h3>
  68. <div>
  69. todo
  70. </div>
  71. <h2>Methods</h2>
  72. <h2>Source</h2>
  73. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  74. </body>
  75. </html>