Skip to content

Commit

Permalink
Clean: Update glossiness docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad Ghayour committed Jun 12, 2015
1 parent 5e2fd6a commit 5881578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webgl-renderables/Mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ Mesh.prototype.getNormals = function getNormals (materialExpression) {
*
* @method
*
* @param {MaterialExpression|Color} glossiness Accepts either a material expression or Color instance
* @param {Number} strength Optional value for changing the strength of the glossiness
* @param {MaterialExpression|Number} glossiness Accepts either a material expression or a number setting its strength
* @param {Color} specularColor Optional value for being able to change the specular color for glossiness.
*
* @return {Mesh} Mesh
*/
Expand Down

0 comments on commit 5881578

Please sign in to comment.