Skip to content

Commit f04f324

Browse files
author
Farhad Ghayour
committed
Clean: Update glossiness docs
1 parent dd29c70 commit f04f324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webgl-renderables/Mesh.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ Mesh.prototype.getNormals = function getNormals (materialExpression) {
291291
*
292292
* @method
293293
*
294-
* @param {MaterialExpression|Color} glossiness Accepts either a material expression or Color instance
295-
* @param {Number} strength Optional value for changing the strength of the glossiness
294+
* @param {MaterialExpression|Number} glossiness Accepts either a material expression or a number setting its strength
295+
* @param {Color} specularColor Optional value for being able to change the specular color for glossiness.
296296
*
297297
* @return {Mesh} Mesh
298298
*/

0 commit comments

Comments
 (0)