We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd29c70 commit f04f324Copy full SHA for f04f324
webgl-renderables/Mesh.js
@@ -291,8 +291,8 @@ Mesh.prototype.getNormals = function getNormals (materialExpression) {
291
*
292
* @method
293
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
+ * @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.
296
297
* @return {Mesh} Mesh
298
*/
0 commit comments