瀏覽代碼

Update MeshPhysicalMaterial.js

Fix typo.
Michael Herzog 3 年之前
父節點
當前提交
dfec73d4ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/materials/MeshPhysicalMaterial.js

+ 1 - 1
src/materials/MeshPhysicalMaterial.js

@@ -30,7 +30,7 @@ import * as MathUtils from '../math/MathUtils.js';
  *  attenuationColor: <Color>,
  *
  *  specularIntensity: <float>,
- *  specularIntensityhMap: new THREE.Texture( <Image> ),
+ *  specularIntensityMap: new THREE.Texture( <Image> ),
  *  specularColor: <Color>,
  *  specularColorMap: new THREE.Texture( <Image> )
  * }