浏览代码

typo: docs/materials/MeshLambertMaterial (#24847)

Ian Klatzco 2 年之前
父节点
当前提交
c4826146fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/materials/MeshLambertMaterial.html

+ 1 - 1
docs/api/en/materials/MeshLambertMaterial.html

@@ -16,7 +16,7 @@
 
 			The material uses a non-physically based [link:https://en.wikipedia.org/wiki/Lambertian_reflectance Lambertian]
 			model for calculating reflectance. This can simulate some surfaces (such as untreated wood or stone) well,
-			but cannot simulate shiny surfaces with specular highlights (such as varnished wood). [name] uses per-fragmet shading.<br /><br />
+			but cannot simulate shiny surfaces with specular highlights (such as varnished wood). [name] uses per-fragment shading.<br /><br />
 
 			Due to the simplicity of the reflectance and illumination models, performance will be greater
 			when using this material over the [page:MeshPhongMaterial],	[page:MeshStandardMaterial] or [page:MeshPhysicalMaterial],