Browse Source

Update MeshPhysicalMaterial.js

Fix typo.
Michael Herzog 3 years ago
parent
commit
dfec73d4ca
1 changed files with 1 additions and 1 deletions
  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> )
  * }