Browse Source

Update MeshLambertMaterial.html

WestLangley 8 years ago
parent
commit
9740fa9887
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/materials/MeshLambertMaterial.html

+ 2 - 2
docs/api/materials/MeshLambertMaterial.html

@@ -15,8 +15,8 @@
 		<div class="desc">
 		<div class="desc">
 			A material for non-shiny surfaces, without specular highlights.<br /><br />
 			A material for non-shiny surfaces, without specular highlights.<br /><br />
 
 
-			The 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,
+			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).<br /><br />
 			but cannot simulate shiny surfaces with specular highlights (such as varnished wood).<br /><br />