angular-three-soba 2.5.1 → 2.5.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.
Files changed (123) 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/esm2022/abstractions/lib/billboard.mjs +3 -3
  15. package/esm2022/abstractions/lib/catmull-rom-line.mjs +3 -3
  16. package/esm2022/abstractions/lib/cubic-bezier-line.mjs +3 -3
  17. package/esm2022/abstractions/lib/edges.mjs +3 -3
  18. package/esm2022/abstractions/lib/gradient-texture.mjs +3 -3
  19. package/esm2022/abstractions/lib/grid.mjs +3 -3
  20. package/esm2022/abstractions/lib/helper.mjs +3 -3
  21. package/esm2022/abstractions/lib/line.mjs +3 -3
  22. package/esm2022/abstractions/lib/prism-geometry.mjs +3 -3
  23. package/esm2022/abstractions/lib/quadratic-bezier-line.mjs +3 -3
  24. package/esm2022/abstractions/lib/rounded-box.mjs +3 -3
  25. package/esm2022/abstractions/lib/text-3d.mjs +3 -3
  26. package/esm2022/abstractions/lib/text.mjs +3 -3
  27. package/esm2022/cameras/lib/camera-content.mjs +3 -3
  28. package/esm2022/cameras/lib/cube-camera.mjs +3 -3
  29. package/esm2022/cameras/lib/orthographic-camera.mjs +3 -3
  30. package/esm2022/cameras/lib/perspective-camera.mjs +3 -3
  31. package/esm2022/controls/lib/camera-controls.mjs +3 -3
  32. package/esm2022/controls/lib/orbit-controls.mjs +3 -3
  33. package/esm2022/controls/lib/scroll-controls.mjs +9 -9
  34. package/esm2022/gizmos/lib/gizmo-helper/gizmo-helper.mjs +6 -6
  35. package/esm2022/gizmos/lib/gizmo-helper/gizmo-viewcube.mjs +12 -12
  36. package/esm2022/gizmos/lib/gizmo-helper/gizmo-viewport.mjs +9 -9
  37. package/esm2022/gizmos/lib/pivot-controls/axis-arrow.mjs +3 -3
  38. package/esm2022/gizmos/lib/pivot-controls/axis-rotator.mjs +3 -3
  39. package/esm2022/gizmos/lib/pivot-controls/pivot-controls.mjs +3 -3
  40. package/esm2022/gizmos/lib/pivot-controls/plane-slider.mjs +3 -3
  41. package/esm2022/gizmos/lib/pivot-controls/scaling-sphere.mjs +3 -3
  42. package/esm2022/gizmos/lib/transform-controls.mjs +3 -3
  43. package/esm2022/loaders/lib/loader.mjs +3 -3
  44. package/esm2022/materials/lib/custom-shader-material.mjs +3 -3
  45. package/esm2022/materials/lib/mesh-distort-material.mjs +3 -3
  46. package/esm2022/materials/lib/mesh-reflector-material.mjs +3 -3
  47. package/esm2022/materials/lib/mesh-refraction-material.mjs +3 -3
  48. package/esm2022/materials/lib/mesh-transmission-material.mjs +3 -3
  49. package/esm2022/materials/lib/mesh-wobble-material.mjs +3 -3
  50. package/esm2022/materials/lib/point-material.mjs +3 -3
  51. package/esm2022/misc/lib/bake-shadows.mjs +3 -3
  52. package/esm2022/misc/lib/computed-attribute.mjs +3 -3
  53. package/esm2022/misc/lib/decal.mjs +3 -3
  54. package/esm2022/misc/lib/fbo.mjs +3 -3
  55. package/esm2022/misc/lib/html/html-content.mjs +3 -3
  56. package/esm2022/misc/lib/html/html.mjs +3 -3
  57. package/esm2022/misc/lib/intersect.mjs +3 -3
  58. package/esm2022/misc/lib/preload.mjs +3 -3
  59. package/esm2022/misc/lib/sampler.mjs +3 -3
  60. package/esm2022/performances/lib/adaptive-dpr.mjs +3 -3
  61. package/esm2022/performances/lib/adaptive-events.mjs +3 -3
  62. package/esm2022/performances/lib/detailed.mjs +3 -3
  63. package/esm2022/performances/lib/instances/instances.mjs +6 -6
  64. package/esm2022/performances/lib/points/points.mjs +9 -9
  65. package/esm2022/performances/lib/segments/segments.mjs +6 -6
  66. package/esm2022/staging/lib/accumulative-shadows.mjs +3 -3
  67. package/esm2022/staging/lib/backdrop.mjs +3 -3
  68. package/esm2022/staging/lib/bb-anchor.mjs +3 -3
  69. package/esm2022/staging/lib/bounds.mjs +3 -3
  70. package/esm2022/staging/lib/camera-shake.mjs +3 -3
  71. package/esm2022/staging/lib/caustics.mjs +3 -3
  72. package/esm2022/staging/lib/center.mjs +3 -3
  73. package/esm2022/staging/lib/contact-shadows.mjs +3 -3
  74. package/esm2022/staging/lib/environment/environment.mjs +15 -15
  75. package/esm2022/staging/lib/float.mjs +3 -3
  76. package/esm2022/staging/lib/lightformer.mjs +3 -3
  77. package/esm2022/staging/lib/mask.mjs +3 -3
  78. package/esm2022/staging/lib/matcap-texture.mjs +3 -3
  79. package/esm2022/staging/lib/normal-texture.mjs +3 -3
  80. package/esm2022/staging/lib/randomized-lights.mjs +3 -3
  81. package/esm2022/staging/lib/render-texture.mjs +9 -9
  82. package/esm2022/staging/lib/sky.mjs +3 -3
  83. package/esm2022/staging/lib/spot-light.mjs +15 -15
  84. package/esm2022/staging/lib/stage.mjs +6 -6
  85. package/esm2022/stats/lib/stats.mjs +3 -3
  86. package/fesm2022/angular-three-soba-abstractions.mjs +39 -39
  87. package/fesm2022/angular-three-soba-cameras.mjs +12 -12
  88. package/fesm2022/angular-three-soba-controls.mjs +15 -15
  89. package/fesm2022/angular-three-soba-gizmos.mjs +45 -45
  90. package/fesm2022/angular-three-soba-loaders.mjs +3 -3
  91. package/fesm2022/angular-three-soba-materials.mjs +21 -21
  92. package/fesm2022/angular-three-soba-misc.mjs +27 -27
  93. package/fesm2022/angular-three-soba-performances.mjs +30 -30
  94. package/fesm2022/angular-three-soba-staging.mjs +90 -90
  95. package/fesm2022/angular-three-soba-stats.mjs +3 -3
  96. package/gizmos/lib/gizmo-helper/gizmo-viewport.d.ts +1 -1
  97. package/gizmos/lib/pivot-controls/axis-arrow.d.ts +1 -1
  98. package/gizmos/lib/pivot-controls/axis-rotator.d.ts +1 -1
  99. package/gizmos/lib/pivot-controls/pivot-controls.d.ts +1 -1
  100. package/gizmos/lib/pivot-controls/plane-slider.d.ts +1 -1
  101. package/gizmos/lib/pivot-controls/scaling-sphere.d.ts +1 -1
  102. package/gizmos/lib/transform-controls.d.ts +2 -2
  103. package/materials/lib/custom-shader-material.d.ts +3 -3
  104. package/materials/lib/mesh-refraction-material.d.ts +3 -3
  105. package/materials/lib/mesh-transmission-material.d.ts +1 -1
  106. package/misc/lib/computed-attribute.d.ts +5 -5
  107. package/misc/lib/decal.d.ts +1 -1
  108. package/misc/lib/html/html.d.ts +1 -1
  109. package/misc/lib/sampler.d.ts +1 -1
  110. package/package.json +9 -9
  111. package/performances/lib/instances/instances.d.ts +10 -10
  112. package/performances/lib/points/points.d.ts +22 -22
  113. package/performances/lib/segments/segments.d.ts +4 -4
  114. package/shaders/lib/mesh-refraction-material.d.ts +2 -2
  115. package/staging/lib/caustics.d.ts +1 -1
  116. package/staging/lib/center.d.ts +2 -2
  117. package/staging/lib/contact-shadows.d.ts +1 -1
  118. package/staging/lib/lightformer.d.ts +1 -1
  119. package/staging/lib/mask.d.ts +1 -1
  120. package/staging/lib/render-texture.d.ts +1 -1
  121. package/staging/lib/sky.d.ts +1 -1
  122. package/staging/lib/spot-light.d.ts +2 -2
  123. 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, "opacity" | "color" | "distance" | "debug" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom" | "volumetric">>;
108
- volumetricOptions: import("@angular/core").Signal<Pick<NgtsSpotLightOptions, "opacity" | "color" | "distance" | "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>;