Sfoglia il codice sorgente

Add missing line break after the fog property description

Cem Schemel 10 anni fa
parent
commit
0f4ff31f38
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/api/materials/MeshLambertMaterial.html

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

@@ -29,7 +29,7 @@
 		specularMap — Set specular map. Default is null.<br />
 		alphaMap — Set alpha map. Default is null.<br />
 		envMap — Set env map. Default is null.<br />
-		fog — Define whether the material color is affected by global fog settings. Default is false.
+		fog — Define whether the material color is affected by global fog settings. Default is false.<br />
 		shading — How the triangles of a curved surface are rendered. Default is [page:Materials THREE.SmoothShading].<br/>
 		wireframe — Render geometry as wireframe. Default is false (i.e. render as smooth shaded).<br/>
 		wireframeLinewidth — Controls wireframe thickness. Default is 1.<br/>