Skip to content

Commit

Permalink
Fixed parameter name in docs (mrdoob#8764)
Browse files Browse the repository at this point in the history
meshphongmaterial normalMapScale -> normalScale
  • Loading branch information
weiserhei authored and mrdoob committed Apr 29, 2016
1 parent 213b859 commit 1820cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/materials/MeshPhongMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>[name]([page:Object parameters])</h3>
bumpMap — Set bump map. Default is null.<br />
bumpMapScale — Set bump map scale. Default is 1.<br />
normalMap — Set normal map. Default is null.<br />
normalMapScale — Set normal map scale. Default is (1, 1).<br />
normalScale — Set normal map scale. Default is (1, 1).<br />
displacementMap — Set displacement map. Default is null.<br />
displacementScale — Set displacement scale. Default is 1.<br />
displacementBias — Set displacement offset. Default is 0.<br />
Expand Down

0 comments on commit 1820cc4

Please sign in to comment.