Skip to content

Commit

Permalink
docs: update jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed May 5, 2023
1 parent bd8557c commit 8f51c4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/light/LightShadow.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,17 @@ const LightShadow = Class.create(/** @lends LightShadow.prototype */{
* @default 0.005
*/
minBias: 0.005,
/**
* @type {any}
* @default null
*/
cameraInfo: null,
debug: false,
/**
* @constructs
* @param {object} params
* @param {Light} params.light
* @param {WebGLRenderer} params.renderer
* @param {WebGLRenderer} params.renderer
* @param {object} [params.cameraInfo]
* @param {number} params.width
* @param {number} params.height
Expand Down

0 comments on commit 8f51c4d

Please sign in to comment.