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>,
  *