Browse Source

s/THREE.Multiply/THREE.MultiplyOperation (#23338)

Ada Rose Cannon 3 years ago
parent
commit
fe80a83fe5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/materials/MeshPhongMaterial.html

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

@@ -96,7 +96,7 @@
 		<p>
 		<p>
 			How to combine the result of the surface's color with the environment map, if any.<br /><br />
 			How to combine the result of the surface's color with the environment map, if any.<br /><br />
 
 
-			Options are [page:Materials THREE.Multiply] (default), [page:Materials THREE.MixOperation],
+			Options are [page:Materials THREE.MultiplyOperation] (default), [page:Materials THREE.MixOperation],
 			[page:Materials THREE.AddOperation]. If mix is chosen, the [page:.reflectivity] is used to
 			[page:Materials THREE.AddOperation]. If mix is chosen, the [page:.reflectivity] is used to
 			blend between the two colors.
 			blend between the two colors.
 		</p>
 		</p>