angular-three-soba 4.0.1 → 4.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three-soba",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -88,7 +88,7 @@ declare class NgtsAccumulativeShadows {
88
88
  protected readonly nullTraversal: () => null;
89
89
  protected readonly Math: Math;
90
90
  options: _angular_core.InputSignalWithTransform<NgtsAccumulativeShadowsOptions, "" | Partial<NgtsAccumulativeShadowsOptions>>;
91
- parameters: _angular_core.Signal<Omit<NgtsAccumulativeShadowsOptions, "scale" | "temporal" | "frames" | "limit" | "blend" | "opacity" | "alphaTest" | "color" | "colorBlend" | "resolution" | "toneMapped">>;
91
+ parameters: _angular_core.Signal<Omit<NgtsAccumulativeShadowsOptions, "scale" | "frames" | "blend" | "limit" | "temporal" | "opacity" | "alphaTest" | "color" | "colorBlend" | "resolution" | "toneMapped">>;
92
92
  lightsRef: _angular_core.Signal<ElementRef<three.Group<three.Object3DEventMap>>>;
93
93
  planeRef: _angular_core.Signal<ElementRef<three.Mesh<three.PlaneGeometry, three.ShaderMaterial & {
94
94
  map: three.Texture | null;
@@ -653,7 +653,7 @@ interface NgtsCenterOptions {
653
653
  declare class NgtsCenter {
654
654
  /** Configuration options for centering behavior. */
655
655
  options: _angular_core.InputSignalWithTransform<Partial<angular_three.NgtThreeElement<typeof three.Group>> & NgtsCenterOptions, "" | Partial<Partial<angular_three.NgtThreeElement<typeof three.Group>> & NgtsCenterOptions>>;
656
- protected parameters: _angular_core.Signal<Omit<Partial<angular_three.NgtThreeElement<typeof three.Group>> & NgtsCenterOptions, "object" | "disable" | "top" | "left" | "right" | "bottom" | "front" | "back" | "disableX" | "disableY" | "disableZ" | "precise" | "cacheKey">>;
656
+ protected parameters: _angular_core.Signal<Omit<Partial<angular_three.NgtThreeElement<typeof three.Group>> & NgtsCenterOptions, "object" | "disable" | "top" | "left" | "right" | "bottom" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
657
657
  /** Emits when centering calculation completes with dimension and alignment info. */
658
658
  centered: _angular_core.OutputEmitterRef<NgtsCenterState>;
659
659
  /** Reference to the outer group element containing the centered content. */
@@ -797,7 +797,7 @@ declare class NgtsClouds {
797
797
  protected readonly DynamicDrawUsage: 35048;
798
798
  /** Configuration options for the clouds container. */
799
799
  options: _angular_core.InputSignalWithTransform<NgtsCloudsOptions, "" | Partial<NgtsCloudsOptions>>;
800
- protected parameters: _angular_core.Signal<Omit<NgtsCloudsOptions, "frustumCulled" | "limit" | "material" | "texture" | "range">>;
800
+ protected parameters: _angular_core.Signal<Omit<NgtsCloudsOptions, "frustumCulled" | "limit" | "texture" | "range" | "material">>;
801
801
  private texture;
802
802
  private material;
803
803
  private range;
@@ -985,7 +985,7 @@ interface NgtsCloudOptions extends Partial<NgtThreeElements['ngt-group']> {
985
985
  declare class NgtsCloudInstance {
986
986
  /** Configuration options for this cloud formation. */
987
987
  options: _angular_core.InputSignalWithTransform<NgtsCloudOptions, "" | Partial<NgtsCloudOptions>>;
988
- protected parameters: _angular_core.Signal<Omit<NgtsCloudOptions, "opacity" | "color" | "segments" | "bounds" | "seed" | "concentrate" | "distribute" | "growth" | "volume" | "smallestVolume" | "speed" | "fade">>;
988
+ protected parameters: _angular_core.Signal<Omit<NgtsCloudOptions, "opacity" | "color" | "segments" | "seed" | "bounds" | "concentrate" | "distribute" | "growth" | "volume" | "smallestVolume" | "speed" | "fade">>;
989
989
  private cloudInstanceRef;
990
990
  private uuid;
991
991
  private segments;
@@ -2295,7 +2295,7 @@ interface NgtsSkyOptions extends Partial<Omit<NgtThreeElements['ngt-mesh'], 'sca
2295
2295
  declare class NgtsSky {
2296
2296
  /** Configuration options for the sky appearance. */
2297
2297
  options: _angular_core.InputSignalWithTransform<NgtsSkyOptions, "" | Partial<NgtsSkyOptions>>;
2298
- protected parameters: _angular_core.Signal<Omit<NgtsSkyOptions, "distance" | "inclination" | "azimuth" | "sunPosition" | "turbidity" | "mieCoefficient" | "mieDirectionalG">>;
2298
+ protected parameters: _angular_core.Signal<Omit<NgtsSkyOptions, "distance" | "inclination" | "azimuth" | "mieCoefficient" | "mieDirectionalG" | "turbidity" | "sunPosition">>;
2299
2299
  private distance;
2300
2300
  protected turbidity: _angular_core.Signal<number>;
2301
2301
  protected mieCoefficient: _angular_core.Signal<number>;
@@ -2468,7 +2468,7 @@ declare class NgtsSpotLight {
2468
2468
  protected readonly SpotLightHelper: typeof three.SpotLightHelper;
2469
2469
  /** Configuration options for the spot light. */
2470
2470
  options: _angular_core.InputSignalWithTransform<NgtsSpotLightOptions, "" | Partial<NgtsSpotLightOptions>>;
2471
- protected parameters: _angular_core.Signal<Omit<NgtsSpotLightOptions, "opacity" | "color" | "debug" | "distance" | "depthBuffer" | "volumetric" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom">>;
2471
+ protected parameters: _angular_core.Signal<Omit<NgtsSpotLightOptions, "opacity" | "color" | "debug" | "distance" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom" | "volumetric">>;
2472
2472
  protected volumetricOptions: _angular_core.Signal<Pick<NgtsSpotLightOptions, "opacity" | "color" | "debug" | "distance" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom">>;
2473
2473
  /** Reference to the underlying spot light element. */
2474
2474
  spotLightRef: _angular_core.Signal<ElementRef<three.SpotLight>>;
@@ -2613,9 +2613,6 @@ declare class NgtsStage {
2613
2613
  protected environment: _angular_core.Signal<"apartment" | "city" | "dawn" | "forest" | "lobby" | "night" | "park" | "studio" | "sunset" | "warehouse" | Partial<NgtsEnvironmentOptions> | null>;
2614
2614
  private preset;
2615
2615
  protected config: _angular_core.Signal<{
2616
- main: [x: number, y: number, z: number];
2617
- fill: [x: number, y: number, z: number];
2618
- } | {
2619
2616
  readonly main: readonly [1, 2, 1];
2620
2617
  readonly fill: readonly [-2, -0.5, -2];
2621
2618
  } | {
@@ -2627,6 +2624,9 @@ declare class NgtsStage {
2627
2624
  } | {
2628
2625
  readonly main: readonly [-2, 4, 4];
2629
2626
  readonly fill: readonly [-1, 0.5, -1.5];
2627
+ } | {
2628
+ main: [x: number, y: number, z: number];
2629
+ fill: [x: number, y: number, z: number];
2630
2630
  }>;
2631
2631
  protected shadowBias: _angular_core.Signal<number>;
2632
2632
  protected normalBias: _angular_core.Signal<number>;