material-table.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html><html lang="en"><head>
  2. <meta charset="utf-8">
  3. <title>Material Feature Table</title>
  4. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  5. <meta name="twitter:card" content="summary_large_image">
  6. <meta name="twitter:site" content="@threejs">
  7. <meta name="twitter:title" content="Three.js – Material Feature Table">
  8. <meta property="og:image" content="https://threejs.org/files/share.png">
  9. <link rel="shortcut icon" href="/files/favicon_white.ico" media="(prefers-color-scheme: dark)">
  10. <link rel="shortcut icon" href="/files/favicon.ico" media="(prefers-color-scheme: light)">
  11. <link rel="stylesheet" href="/manual/resources/lesson.css">
  12. <link rel="stylesheet" href="/manual/resources/lang.css">
  13. </head>
  14. <body>
  15. <div class="container">
  16. <div class="lesson-title">
  17. <h1>Material Feature Table</h1>
  18. </div>
  19. <div class="lesson">
  20. <div class="lesson-main">
  21. <p>The most common materials in three.js are the Mesh materials. Here
  22. is a table showing which material support which features.</p>
  23. <div>
  24. <div id="material-table" class="threejs_center"></div>
  25. <script type="module" src="../resources/threejs-material-table.js"></script>
  26. <link rel="stylesheet" href="../resources/threejs-material-table.css">
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. <script src="/manual/resources/prettify.js"></script>
  32. <script src="/manual/resources/lesson.js"></script>
  33. </body></html>