deepar 5.6.9 → 5.6.10-wristTrackingUpdate-alpha-271

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -503,6 +503,38 @@ export declare class DeepAR {
503
503
  * Resets tone mapping to the one that was specified within an effect file.
504
504
  */
505
505
  resetToneMapping(): void;
506
+ /**
507
+ * Toggles bloom postprocessing.
508
+ */
509
+ setBloomEnabled(enabled: boolean): void;
510
+ /**
511
+ * Sets bloom threshold parameter.
512
+ *
513
+ * Value passed here overrides the one specified within an effect file.
514
+ * @param threshold bloom threshold
515
+ */
516
+ setBloomThreshold(threshold: number): void;
517
+ /**
518
+ * Sets bloom strength parameter.
519
+ *
520
+ * Value passed here overrides the one specified within an effect file.
521
+ * @param strength bloom strength
522
+ */
523
+ setBloomStrength(strength: number): void;
524
+ /**
525
+ * Sets bloom radius parameter.
526
+ *
527
+ * Value passed here overrides the one specified within an effect file.
528
+ * @param radius bloom radius
529
+ */
530
+ setBloomRadius(radius: number): void;
531
+ /**
532
+ * Sets new environment map that will be used for rendering materials with diamond shader.
533
+ *
534
+ * Overrides environment map specified within an effect file.
535
+ * @param envmap Path to fetch or ArrayBuffer with an image.
536
+ */
537
+ setDiamondEnvironmentMap(envmap: string | ArrayBuffer): Promise<void>;
506
538
  /**
507
539
  * Sets the input video/camera rotation.
508
540
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * DeepAR Web SDK version.
3
3
  */
4
- declare const version = "5.6.9";
4
+ declare const version = "5.6.10-wristTrackingUpdate-alpha-271";
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepar",
3
- "version": "5.6.9",
3
+ "version": "5.6.10-wristTrackingUpdate-alpha-271",
4
4
  "description": "The official DeepAR Web SDK",
5
5
  "main": "js/deepar.esm.js",
6
6
  "jsdelivr": "js/deepar.js",
package/wasm/deepar.wasm CHANGED
Binary file
Binary file
Binary file