Bläddra i källkod

Update MeshPhysicalMaterial.js

Fix typo.
Michael Herzog 3 år sedan
förälder
incheckning
dfec73d4ca
1 ändrade filer med 1 tillägg och 1 borttagningar
  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> )
  * }