Przeglądaj źródła

Merge pull request #10969 from mr-easy/patch-1

Corrected link to Blinn-Phong-Shading-Model
Mr.doob 8 lat temu
rodzic
commit
75a5b081de
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/api/materials/MeshPhongMaterial.html

+ 1 - 1
docs/api/materials/MeshPhongMaterial.html

@@ -15,7 +15,7 @@
 		<div class="desc">
 			A material for shiny surfaces with specular highlights.<br /><br />
 
-			The uses a non-physically based [link:https://en.wikipedia.org/wiki/LBlinn-Phong_shading_model Blinn-Phong]
+			The uses a non-physically based [link:https://en.wikipedia.org/wiki/Blinn-Phong_shading_model Blinn-Phong]
 			model	for calculating reflectance. Unlike the Lambertian model used in the [page:MeshLambertMaterial]
 			this can simulate shiny surfaces with specular highlights (such as varnished wood).<br /><br />