angular-three-soba 3.2.4 → 3.4.0

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.
Files changed (44) hide show
  1. package/abstractions/lib/catmull-rom-line.d.ts +153 -153
  2. package/abstractions/lib/edges.d.ts +173 -173
  3. package/abstractions/lib/grid.d.ts +33 -33
  4. package/abstractions/lib/line.d.ts +2 -2
  5. package/abstractions/lib/prism-geometry.d.ts +4 -4
  6. package/abstractions/lib/rounded-box.d.ts +1 -1
  7. package/abstractions/lib/text-3d.d.ts +40 -40
  8. package/abstractions/lib/text.d.ts +2 -2
  9. package/cameras/lib/cube-camera.d.ts +1 -1
  10. package/cameras/lib/orthographic-camera.d.ts +1 -1
  11. package/cameras/lib/perspective-camera.d.ts +1 -1
  12. package/controls/lib/camera-controls.d.ts +1 -1
  13. package/controls/lib/orbit-controls.d.ts +1 -1
  14. package/fesm2022/angular-three-soba-loaders.mjs.map +1 -1
  15. package/gizmos/lib/gizmo-helper/gizmo-viewport.d.ts +1 -1
  16. package/gizmos/lib/pivot-controls/axis-arrow.d.ts +1 -1
  17. package/gizmos/lib/pivot-controls/axis-rotator.d.ts +1 -1
  18. package/gizmos/lib/pivot-controls/pivot-controls.d.ts +1 -1
  19. package/gizmos/lib/pivot-controls/plane-slider.d.ts +1 -1
  20. package/gizmos/lib/pivot-controls/scaling-sphere.d.ts +1 -1
  21. package/gizmos/lib/transform-controls.d.ts +2 -2
  22. package/loaders/lib/gltf-loader.d.ts +5 -3
  23. package/materials/lib/custom-shader-material.d.ts +2 -2
  24. package/materials/lib/mesh-portal-material.d.ts +9 -9
  25. package/materials/lib/mesh-refraction-material.d.ts +3 -3
  26. package/materials/lib/mesh-transmission-material.d.ts +1 -1
  27. package/misc/lib/computed-attribute.d.ts +5 -5
  28. package/misc/lib/decal.d.ts +1 -1
  29. package/misc/lib/html/html.d.ts +1 -1
  30. package/misc/lib/sampler.d.ts +1 -1
  31. package/package.json +9 -9
  32. package/performances/lib/instances/instances.d.ts +10 -10
  33. package/performances/lib/points/points.d.ts +22 -22
  34. package/performances/lib/segments/segments.d.ts +4 -4
  35. package/shaders/lib/mesh-refraction-material.d.ts +2 -2
  36. package/staging/lib/caustics.d.ts +1 -1
  37. package/staging/lib/center.d.ts +2 -2
  38. package/staging/lib/contact-shadows.d.ts +1 -1
  39. package/staging/lib/lightformer.d.ts +1 -1
  40. package/staging/lib/mask.d.ts +1 -1
  41. package/staging/lib/render-texture.d.ts +1 -1
  42. package/staging/lib/sky.d.ts +1 -1
  43. package/staging/lib/spot-light.d.ts +2 -2
  44. package/staging/lib/stage.d.ts +5 -5
@@ -104,8 +104,8 @@ export declare class NgtsSpotLightShadow {
104
104
  export declare class NgtsSpotLight {
105
105
  protected readonly SpotLightHelper: typeof SpotLightHelper;
106
106
  options: import("@angular/core").InputSignalWithTransform<NgtsSpotLightOptions, "" | Partial<NgtsSpotLightOptions>>;
107
- parameters: import("@angular/core").Signal<Omit<NgtsSpotLightOptions, "distance" | "opacity" | "color" | "debug" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom" | "volumetric">>;
108
- volumetricOptions: import("@angular/core").Signal<Pick<NgtsSpotLightOptions, "distance" | "opacity" | "color" | "debug" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom">>;
107
+ parameters: import("@angular/core").Signal<Omit<NgtsSpotLightOptions, "opacity" | "color" | "volumetric" | "distance" | "angle" | "depthBuffer" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom" | "debug">>;
108
+ volumetricOptions: import("@angular/core").Signal<Pick<NgtsSpotLightOptions, "opacity" | "color" | "distance" | "angle" | "depthBuffer" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom" | "debug">>;
109
109
  spotLight: import("@angular/core").Signal<ElementRef<SpotLight>>;
110
110
  debug: import("@angular/core").Signal<boolean | undefined>;
111
111
  angle: import("@angular/core").Signal<number | undefined>;
@@ -55,11 +55,14 @@ export declare class NgtsStage {
55
55
  intensity: import("@angular/core").Signal<number>;
56
56
  shadows: import("@angular/core").Signal<boolean | "contact" | "accumulative" | NgtsStageShadowsOptions>;
57
57
  environment: import("@angular/core").Signal<"apartment" | "city" | "dawn" | "forest" | "lobby" | "night" | "park" | "studio" | "sunset" | "warehouse" | Partial<NgtsEnvironmentOptions> | null>;
58
- preset: import("@angular/core").Signal<{
58
+ preset: import("@angular/core").Signal<"rembrandt" | "portrait" | "upfront" | "soft" | {
59
59
  main: [x: number, y: number, z: number];
60
60
  fill: [x: number, y: number, z: number];
61
- } | "rembrandt" | "portrait" | "upfront" | "soft">;
61
+ }>;
62
62
  config: import("@angular/core").Signal<{
63
+ main: [x: number, y: number, z: number];
64
+ fill: [x: number, y: number, z: number];
65
+ } | {
63
66
  readonly main: readonly [1, 2, 1];
64
67
  readonly fill: readonly [-2, -0.5, -2];
65
68
  } | {
@@ -71,9 +74,6 @@ export declare class NgtsStage {
71
74
  } | {
72
75
  readonly main: readonly [-2, 4, 4];
73
76
  readonly fill: readonly [-1, 0.5, -1.5];
74
- } | {
75
- main: [x: number, y: number, z: number];
76
- fill: [x: number, y: number, z: number];
77
77
  }>;
78
78
  shadowBias: import("@angular/core").Signal<number>;
79
79
  normalBias: import("@angular/core").Signal<number>;