Explorar o código

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

Ada Rose Cannon %!s(int64=3) %!d(string=hai) anos
pai
achega
fe80a83fe5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/api/en/materials/MeshPhongMaterial.html

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

@@ -96,7 +96,7 @@
 		<p>
 			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
 			blend between the two colors.
 		</p>