angular-three-postprocessing 3.7.0 → 4.0.0-next.2

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.
@@ -1,4 +1,4 @@
1
- import { ColorRepresentation } from 'three';
1
+ import * as THREE from 'three';
2
2
  import * as i0 from "@angular/core";
3
3
  export interface NgtpN8AOOptions {
4
4
  aoRadius: number;
@@ -10,7 +10,7 @@ export interface NgtpN8AOOptions {
10
10
  aoSamples: number;
11
11
  denoiseSamples: number;
12
12
  denoiseRadius: number;
13
- color: ColorRepresentation;
13
+ color: THREE.ColorRepresentation;
14
14
  halfRes: boolean;
15
15
  depthAwareUpsampling: boolean;
16
16
  screenSpaceRadius: boolean;
@@ -27,7 +27,7 @@ export declare class NgtpN8AO {
27
27
  options: import("@angular/core").InputSignalWithTransform<NgtpN8AOOptions, "" | Partial<NgtpN8AOOptions>>;
28
28
  private quality;
29
29
  private effectComposer;
30
- effect: import("@angular/core").Signal<any>;
30
+ protected effect: import("@angular/core").Signal<any>;
31
31
  constructor();
32
32
  private setQualityEffect;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtpN8AO, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three-postprocessing",
3
- "version": "3.7.0",
3
+ "version": "4.0.0-next.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },