Skip to content

Commit 07c80e6

Browse files
update options
1 parent 2383c3e commit 07c80e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/renderBase.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ import { trimCanvas, DEFAULT_ROOT } from "./functions";
2424
* @property {number} camera.y Camera Y-Position
2525
* @property {number} camera.z Camera Z-Position
2626
* @property {number[]} camera.target [x,y,z] array where the camera should look
27+
*
28+
* @property {number} frameRateLimit Limit render calls to fps
29+
* @property {boolean} enableStats Toggle stats.js info
30+
* @property {boolean} pauseHidden Pause render elements which are not on screen
2731
*/
2832
export const defaultOptions = {
2933
showAxes: false,

0 commit comments

Comments
 (0)