material-table.html 453 B

12345678910111213
  1. Title: Material Feature Table
  2. Description: A Table showing which materials have which features
  3. TOC: Material Table
  4. The most common materials in three.js are the Mesh materials. Here
  5. is a table showing which material support which features.
  6. <div>
  7. <div id="material-table" class="threejs_center"></div>
  8. <script type="module" src="resources/threejs-material-table.js"></script>
  9. <link rel="stylesheet" href="resources/threejs-material-table.css">
  10. </div>
粤ICP备19079148号