WestLangley 5 年之前
父节点
当前提交
cc470d0097
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/materials/MeshPhongMaterial.js

+ 1 - 1
src/materials/MeshPhongMaterial.js

@@ -41,7 +41,7 @@ import { Color } from '../math/Color.js';
  *  alphaMap: new THREE.Texture( <Image> ),
  *
  *  envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ),
- *  combine: THREE.Multiply,
+ *  combine: THREE.MultiplyOperation,
  *  reflectivity: <float>,
  *  refractionRatio: <float>,
  *