Three.js 有哪些材质类型?

3 min read

Three.js 中有以下几种材质类型:

  1. BasicMaterial (基本材质)
  2. LambertMaterial (朗伯材质)
  3. PhongMaterial (Phong 材质)
  4. StandardMaterial (标准材质)
  5. MeshNormalMaterial (网格法向材质)
  6. MeshBasicMaterial (网格基本材质)
  7. MeshLambertMaterial (网格朗伯材质)
  8. MeshPhongMaterial (网格 Phong 材质)
  9. MeshStandardMaterial (网格标准材质)
  10. MeshMatcapMaterial (网格 Matcap 材质)
  11. MeshDepthMaterial (网格深度材质)
  12. LineBasicMaterial (线框基本材质)
  13. LineDashedMaterial (虚线材质)
  14. PointsMaterial (点材质)
  15. SpriteMaterial (精灵材质)