angular-three-soba 4.0.0-next.83 → 4.0.0-next.84

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.
@@ -124,6 +124,57 @@ export declare class NgtsCatmullRomLine {
124
124
  }[T]) => void)>)) | undefined;
125
125
  dispose?: (((() => void) | Readonly<() => void> | null) & (((() => void) & (() => void)) | Readonly<(() => void) & (() => void)>)) | undefined;
126
126
  parameters?: ((Partial<import("three-stdlib").Line2> | Readonly<Partial<import("three-stdlib").Line2>>) & (Partial<import("three-stdlib").LineMaterial> | Readonly<Partial<import("three-stdlib").LineMaterial>>)) | undefined;
127
+ color?: THREE.ColorRepresentation | undefined;
128
+ alphaToCoverage?: boolean | undefined | undefined;
129
+ dashed?: boolean | undefined | undefined;
130
+ dashScale?: number | undefined | undefined;
131
+ dashSize?: number | undefined | undefined;
132
+ dashOffset?: number | undefined | undefined;
133
+ gapSize?: number | undefined | undefined;
134
+ linewidth?: number | undefined | undefined;
135
+ resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
136
+ wireframe?: boolean | undefined | undefined;
137
+ worldUnits?: boolean | undefined | undefined;
138
+ alphaHash?: boolean | undefined | undefined;
139
+ alphaTest?: number | undefined | undefined;
140
+ blendAlpha?: number | undefined | undefined;
141
+ blendColor?: (THREE.ColorRepresentation & (string | number | THREE.Color | [r: number, g: number, b: number] | [color: THREE.ColorRepresentation] | Readonly<THREE.Color> | readonly [r: number, g: number, b: number] | readonly [color: THREE.ColorRepresentation])) | undefined;
142
+ blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
143
+ blendDstAlpha?: number | undefined | undefined;
144
+ blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
145
+ blendEquationAlpha?: number | undefined | undefined;
146
+ blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
147
+ blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
148
+ blendSrcAlpha?: number | undefined | undefined;
149
+ clipIntersection?: boolean | undefined | undefined;
150
+ clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
151
+ clipShadows?: boolean | undefined | undefined;
152
+ colorWrite?: boolean | undefined | undefined;
153
+ defines?: any;
154
+ depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
155
+ depthTest?: boolean | undefined | undefined;
156
+ depthWrite?: boolean | undefined | undefined;
157
+ opacity?: number | undefined | undefined;
158
+ polygonOffset?: boolean | undefined | undefined;
159
+ polygonOffsetFactor?: number | undefined | undefined;
160
+ polygonOffsetUnits?: number | undefined | undefined;
161
+ precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
162
+ premultipliedAlpha?: boolean | undefined | undefined;
163
+ forceSinglePass?: boolean | undefined | undefined;
164
+ dithering?: boolean | undefined | undefined;
165
+ side?: 0 | 1 | 2 | undefined;
166
+ shadowSide?: 0 | 1 | 2 | undefined;
167
+ toneMapped?: boolean | undefined | undefined;
168
+ transparent?: boolean | undefined | undefined;
169
+ format?: THREE.PixelFormat | undefined;
170
+ stencilWrite?: boolean | undefined | undefined;
171
+ stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
172
+ stencilRef?: number | undefined | undefined;
173
+ stencilWriteMask?: number | undefined | undefined;
174
+ stencilFuncMask?: number | undefined | undefined;
175
+ stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
176
+ stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
177
+ stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
127
178
  geometry?: import("three-stdlib").LineGeometry | Readonly<import("three-stdlib").LineGeometry | undefined>;
128
179
  material?: import("three-stdlib").LineMaterial | Readonly<import("three-stdlib").LineMaterial | undefined>;
129
180
  isLine2?: true | undefined;
@@ -138,20 +189,8 @@ export declare class NgtsCatmullRomLine {
138
189
  } | undefined>;
139
190
  updateMorphTargets?: (() => void) | Readonly<(() => void) | undefined>;
140
191
  getVertexPosition?: ((index: number, target: THREE.Vector3) => THREE.Vector3) | Readonly<((index: number, target: THREE.Vector3) => THREE.Vector3) | undefined>;
141
- color?: THREE.ColorRepresentation | undefined;
142
- dashed?: boolean | undefined | undefined;
143
- dashScale?: number | undefined | undefined;
144
- dashSize?: number | undefined | undefined;
145
- dashOffset?: number | undefined | undefined;
146
- gapSize?: number | undefined | undefined;
147
- opacity?: number | undefined | undefined;
148
192
  isLineMaterial?: true | undefined;
149
- linewidth?: number | undefined | undefined;
150
- resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
151
- alphaToCoverage?: boolean | undefined | undefined;
152
- worldUnits?: boolean | undefined | undefined;
153
193
  isShaderMaterial?: true | undefined;
154
- defines?: any;
155
194
  uniforms?: {
156
195
  [uniform: string]: THREE.IUniform<any>;
157
196
  } | Readonly<{
@@ -160,7 +199,6 @@ export declare class NgtsCatmullRomLine {
160
199
  uniformsGroups?: THREE.UniformsGroup[] | Readonly<THREE.UniformsGroup[] | undefined>;
161
200
  vertexShader?: Readonly<string | undefined>;
162
201
  fragmentShader?: Readonly<string | undefined>;
163
- wireframe?: boolean | undefined | undefined;
164
202
  wireframeLinewidth?: Readonly<number | undefined>;
165
203
  fog?: Readonly<boolean | undefined>;
166
204
  lights?: Readonly<boolean | undefined>;
@@ -178,49 +216,11 @@ export declare class NgtsCatmullRomLine {
178
216
  glslVersion?: "100" | "300 es" | null | undefined;
179
217
  setValues?: ((parameters: THREE.ShaderMaterialParameters) => void) | Readonly<((parameters: THREE.ShaderMaterialParameters) => void) | undefined>;
180
218
  isMaterial?: true | undefined;
181
- alphaHash?: boolean | undefined | undefined;
182
- blendAlpha?: number | undefined | undefined;
183
- blendColor?: (THREE.ColorRepresentation & (string | number | THREE.Color | [r: number, g: number, b: number] | [color: THREE.ColorRepresentation] | Readonly<THREE.Color> | readonly [r: number, g: number, b: number] | readonly [color: THREE.ColorRepresentation])) | undefined;
184
- blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
185
- blendDstAlpha?: number | undefined | undefined;
186
- blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
187
- blendEquationAlpha?: number | undefined | undefined;
188
- blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
189
- blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
190
- blendSrcAlpha?: number | undefined | undefined;
191
- clipIntersection?: boolean | undefined | undefined;
192
- clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
193
- clipShadows?: boolean | undefined | undefined;
194
- colorWrite?: boolean | undefined | undefined;
195
- depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
196
- depthTest?: boolean | undefined | undefined;
197
- depthWrite?: boolean | undefined | undefined;
198
- stencilWrite?: boolean | undefined | undefined;
199
- stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
200
- stencilRef?: number | undefined | undefined;
201
- stencilWriteMask?: number | undefined | undefined;
202
- stencilFuncMask?: number | undefined | undefined;
203
- stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
204
- stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
205
- stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
206
- polygonOffset?: boolean | undefined | undefined;
207
- polygonOffsetFactor?: number | undefined | undefined;
208
- polygonOffsetUnits?: number | undefined | undefined;
209
- precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
210
- premultipliedAlpha?: boolean | undefined | undefined;
211
- forceSinglePass?: boolean | undefined | undefined;
212
- dithering?: boolean | undefined | undefined;
213
- side?: 0 | 1 | 2 | undefined;
214
- shadowSide?: 0 | 1 | 2 | undefined;
215
- toneMapped?: boolean | undefined | undefined;
216
- transparent?: boolean | undefined | undefined;
217
219
  version?: Readonly<number | undefined>;
218
- alphaTest?: number | undefined | undefined;
219
220
  onBeforeCompile?: ((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
220
221
  customProgramCacheKey?: (() => string) | Readonly<(() => string) | undefined>;
221
222
  needsUpdate?: Readonly<boolean | undefined>;
222
223
  onBuild?: ((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
223
- format?: THREE.PixelFormat | undefined;
224
224
  lineWidth: number;
225
225
  }>;
226
226
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtsCatmullRomLine, never>;
@@ -118,6 +118,57 @@ export declare class NgtsEdges {
118
118
  dispose?: (((() => void) | Readonly<() => void> | null) & (((() => void) & (() => void)) | Readonly<(() => void) & (() => void)>)) | undefined;
119
119
  parameters?: ((Partial<THREE.Mesh<THREE.BufferGeometry<THREE.NormalBufferAttributes>, THREE.Material | THREE.Material[], THREE.Object3DEventMap>> | Readonly<Partial<THREE.Mesh<THREE.BufferGeometry<THREE.NormalBufferAttributes>, THREE.Material | THREE.Material[], THREE.Object3DEventMap>>>) & ((Partial<import("three-stdlib").Line2> | Readonly<Partial<import("three-stdlib").Line2>>) & (Partial<import("three-stdlib").LineMaterial> | Readonly<Partial<import("three-stdlib").LineMaterial>>))) | undefined;
120
120
  __ngt_args__?: (([geometry?: THREE.BufferGeometry<THREE.NormalBufferAttributes> | undefined, material?: THREE.Material | THREE.Material[] | undefined] | readonly [geometry?: THREE.BufferGeometry<THREE.NormalBufferAttributes> | undefined, material?: THREE.Material | THREE.Material[] | undefined]) & (([geometry?: import("three-stdlib").LineGeometry | undefined, material?: import("three-stdlib").LineMaterial | undefined] | readonly [geometry?: import("three-stdlib").LineGeometry | undefined, material?: import("three-stdlib").LineMaterial | undefined]) & ([parameters?: LineMaterialParameters | undefined] | readonly [parameters?: LineMaterialParameters | undefined]))) | undefined;
121
+ color?: THREE.ColorRepresentation | undefined;
122
+ alphaToCoverage?: boolean | undefined | undefined;
123
+ dashed?: boolean | undefined | undefined;
124
+ dashScale?: number | undefined | undefined;
125
+ dashSize?: number | undefined | undefined;
126
+ dashOffset?: number | undefined | undefined;
127
+ gapSize?: number | undefined | undefined;
128
+ linewidth?: number | undefined | undefined;
129
+ resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
130
+ wireframe?: boolean | undefined | undefined;
131
+ worldUnits?: boolean | undefined | undefined;
132
+ alphaHash?: boolean | undefined | undefined;
133
+ alphaTest?: number | undefined | undefined;
134
+ blendAlpha?: number | undefined | undefined;
135
+ blendColor?: (THREE.ColorRepresentation & (string | number | THREE.Color | [r: number, g: number, b: number] | [color: THREE.ColorRepresentation] | Readonly<THREE.Color> | readonly [r: number, g: number, b: number] | readonly [color: THREE.ColorRepresentation])) | undefined;
136
+ blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
137
+ blendDstAlpha?: number | undefined | undefined;
138
+ blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
139
+ blendEquationAlpha?: number | undefined | undefined;
140
+ blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
141
+ blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
142
+ blendSrcAlpha?: number | undefined | undefined;
143
+ clipIntersection?: boolean | undefined | undefined;
144
+ clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
145
+ clipShadows?: boolean | undefined | undefined;
146
+ colorWrite?: boolean | undefined | undefined;
147
+ defines?: any;
148
+ depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
149
+ depthTest?: boolean | undefined | undefined;
150
+ depthWrite?: boolean | undefined | undefined;
151
+ opacity?: number | undefined | undefined;
152
+ polygonOffset?: boolean | undefined | undefined;
153
+ polygonOffsetFactor?: number | undefined | undefined;
154
+ polygonOffsetUnits?: number | undefined | undefined;
155
+ precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
156
+ premultipliedAlpha?: boolean | undefined | undefined;
157
+ forceSinglePass?: boolean | undefined | undefined;
158
+ dithering?: boolean | undefined | undefined;
159
+ side?: 0 | 1 | 2 | undefined;
160
+ shadowSide?: 0 | 1 | 2 | undefined;
161
+ toneMapped?: boolean | undefined | undefined;
162
+ transparent?: boolean | undefined | undefined;
163
+ format?: THREE.PixelFormat | undefined;
164
+ stencilWrite?: boolean | undefined | undefined;
165
+ stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
166
+ stencilRef?: number | undefined | undefined;
167
+ stencilWriteMask?: number | undefined | undefined;
168
+ stencilFuncMask?: number | undefined | undefined;
169
+ stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
170
+ stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
171
+ stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
121
172
  material?: ((THREE.Material | THREE.Material[] | Readonly<THREE.Material> | readonly THREE.Material[]) & (import("three-stdlib").LineMaterial | Readonly<import("three-stdlib").LineMaterial>)) | undefined;
122
173
  isLine2?: true | undefined;
123
174
  isLineSegments2?: true | undefined;
@@ -131,20 +182,8 @@ export declare class NgtsEdges {
131
182
  } | undefined>;
132
183
  updateMorphTargets?: (() => void) | Readonly<(() => void) | undefined>;
133
184
  getVertexPosition?: ((index: number, target: THREE.Vector3) => THREE.Vector3) | Readonly<((index: number, target: THREE.Vector3) => THREE.Vector3) | undefined>;
134
- color?: THREE.ColorRepresentation | undefined;
135
- dashed?: boolean | undefined | undefined;
136
- dashScale?: number | undefined | undefined;
137
- dashSize?: number | undefined | undefined;
138
- dashOffset?: number | undefined | undefined;
139
- gapSize?: number | undefined | undefined;
140
- opacity?: number | undefined | undefined;
141
185
  isLineMaterial?: true | undefined;
142
- linewidth?: number | undefined | undefined;
143
- resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
144
- alphaToCoverage?: boolean | undefined | undefined;
145
- worldUnits?: boolean | undefined | undefined;
146
186
  isShaderMaterial?: true | undefined;
147
- defines?: any;
148
187
  uniforms?: {
149
188
  [uniform: string]: THREE.IUniform<any>;
150
189
  } | Readonly<{
@@ -153,7 +192,6 @@ export declare class NgtsEdges {
153
192
  uniformsGroups?: THREE.UniformsGroup[] | Readonly<THREE.UniformsGroup[] | undefined>;
154
193
  vertexShader?: Readonly<string | undefined>;
155
194
  fragmentShader?: Readonly<string | undefined>;
156
- wireframe?: boolean | undefined | undefined;
157
195
  wireframeLinewidth?: Readonly<number | undefined>;
158
196
  fog?: Readonly<boolean | undefined>;
159
197
  lights?: Readonly<boolean | undefined>;
@@ -171,49 +209,11 @@ export declare class NgtsEdges {
171
209
  glslVersion?: "100" | "300 es" | null | undefined;
172
210
  setValues?: ((parameters: THREE.ShaderMaterialParameters) => void) | Readonly<((parameters: THREE.ShaderMaterialParameters) => void) | undefined>;
173
211
  isMaterial?: true | undefined;
174
- alphaHash?: boolean | undefined | undefined;
175
- blendAlpha?: number | undefined | undefined;
176
- blendColor?: (THREE.ColorRepresentation & (string | number | THREE.Color | [r: number, g: number, b: number] | [color: THREE.ColorRepresentation] | Readonly<THREE.Color> | readonly [r: number, g: number, b: number] | readonly [color: THREE.ColorRepresentation])) | undefined;
177
- blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
178
- blendDstAlpha?: number | undefined | undefined;
179
- blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
180
- blendEquationAlpha?: number | undefined | undefined;
181
- blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
182
- blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
183
- blendSrcAlpha?: number | undefined | undefined;
184
- clipIntersection?: boolean | undefined | undefined;
185
- clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
186
- clipShadows?: boolean | undefined | undefined;
187
- colorWrite?: boolean | undefined | undefined;
188
- depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
189
- depthTest?: boolean | undefined | undefined;
190
- depthWrite?: boolean | undefined | undefined;
191
- stencilWrite?: boolean | undefined | undefined;
192
- stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
193
- stencilRef?: number | undefined | undefined;
194
- stencilWriteMask?: number | undefined | undefined;
195
- stencilFuncMask?: number | undefined | undefined;
196
- stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
197
- stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
198
- stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
199
- polygonOffset?: boolean | undefined | undefined;
200
- polygonOffsetFactor?: number | undefined | undefined;
201
- polygonOffsetUnits?: number | undefined | undefined;
202
- precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
203
- premultipliedAlpha?: boolean | undefined | undefined;
204
- forceSinglePass?: boolean | undefined | undefined;
205
- dithering?: boolean | undefined | undefined;
206
- side?: 0 | 1 | 2 | undefined;
207
- shadowSide?: 0 | 1 | 2 | undefined;
208
- toneMapped?: boolean | undefined | undefined;
209
- transparent?: boolean | undefined | undefined;
210
212
  version?: Readonly<number | undefined>;
211
- alphaTest?: number | undefined | undefined;
212
213
  onBeforeCompile?: ((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
213
214
  customProgramCacheKey?: (() => string) | Readonly<(() => string) | undefined>;
214
215
  needsUpdate?: Readonly<boolean | undefined>;
215
216
  onBuild?: ((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
216
- format?: THREE.PixelFormat | undefined;
217
217
  lineWidth?: number | undefined;
218
218
  }>;
219
219
  protected tmpPoints: number[];
@@ -18,7 +18,7 @@ export type NgtsLineOptions = Omit<LineMaterialParameters, 'vertexColors' | 'col
18
18
  export declare class NgtsLine {
19
19
  points: import("@angular/core").InputSignal<(number | THREE.Vector2 | THREE.Vector3 | [number, number, number] | [number, number])[]>;
20
20
  options: import("@angular/core").InputSignalWithTransform<NgtsLineOptions, "" | Partial<NgtsLineOptions>>;
21
- protected parameters: import("@angular/core").Signal<Omit<NgtsLineOptions, "color" | "dashed" | "linewidth" | "vertexColors" | "lineWidth" | "segments">>;
21
+ protected parameters: import("@angular/core").Signal<Omit<NgtsLineOptions, "vertexColors" | "color" | "dashed" | "linewidth" | "lineWidth" | "segments">>;
22
22
  lineRef: import("@angular/core").Signal<ElementRef<Line2 | LineSegments2> | undefined>;
23
23
  private store;
24
24
  private segments;
@@ -38,7 +38,7 @@ export interface NgtsTextOptions extends Partial<NgtThreeElements['ngt-mesh']> {
38
38
  export declare class NgtsText {
39
39
  text: import("@angular/core").InputSignal<string>;
40
40
  options: import("@angular/core").InputSignalWithTransform<NgtsTextOptions, "" | Partial<NgtsTextOptions>>;
41
- protected parameters: import("@angular/core").Signal<Omit<NgtsTextOptions, "characters" | "fontSize" | "font" | "anchorX" | "anchorY" | "sdfGlyphSize">>;
41
+ protected parameters: import("@angular/core").Signal<Omit<NgtsTextOptions, "font" | "fontSize" | "sdfGlyphSize" | "anchorX" | "anchorY" | "characters">>;
42
42
  synced: import("@angular/core").OutputEmitterRef<Text>;
43
43
  private objectEvents;
44
44
  private store;
@@ -36,7 +36,7 @@ export interface NgtsMeshPortalMaterialOptions extends Partial<NgtThreeElements[
36
36
  export declare class NgtsMeshPortalMaterial {
37
37
  attach: import("@angular/core").InputSignal<NgtAttachable>;
38
38
  options: import("@angular/core").InputSignalWithTransform<NgtsMeshPortalMaterialOptions, "" | Partial<NgtsMeshPortalMaterialOptions>>;
39
- protected parameters: import("@angular/core").Signal<Omit<NgtsMeshPortalMaterialOptions, "resolution" | "blur" | "events" | "worldUnits" | "eventPriority" | "renderPriority">>;
39
+ protected parameters: import("@angular/core").Signal<Omit<NgtsMeshPortalMaterialOptions, "resolution" | "blur" | "worldUnits" | "eventPriority" | "renderPriority" | "events">>;
40
40
  protected blur: import("@angular/core").Signal<number>;
41
41
  protected eventPriority: import("@angular/core").Signal<number>;
42
42
  protected renderPriority: import("@angular/core").Signal<number>;
@@ -20,7 +20,7 @@ export declare class NgtsMeshRefractionMaterial {
20
20
  envMap: import("@angular/core").InputSignal<THREE.Texture | THREE.CubeTexture>;
21
21
  attach: import("@angular/core").InputSignal<NgtAttachable>;
22
22
  options: import("@angular/core").InputSignalWithTransform<NgtsMeshRefractionMaterialOptions, "" | Partial<NgtsMeshRefractionMaterialOptions>>;
23
- protected parameters: import("@angular/core").Signal<Omit<NgtsMeshRefractionMaterialOptions, "aberrationStrength" | "fastChroma">>;
23
+ protected parameters: import("@angular/core").Signal<Omit<NgtsMeshRefractionMaterialOptions, "fastChroma" | "aberrationStrength">>;
24
24
  private fastChroma;
25
25
  protected aberrationStrength: import("@angular/core").Signal<number>;
26
26
  materialRef: import("@angular/core").Signal<ElementRef<THREE.ShaderMaterial & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three-soba",
3
- "version": "4.0.0-next.83",
3
+ "version": "4.0.0-next.84",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,26 +31,26 @@
31
31
  "types": "./index.d.ts",
32
32
  "default": "./fesm2022/angular-three-soba.mjs"
33
33
  },
34
- "./gizmos": {
35
- "types": "./gizmos/index.d.ts",
36
- "default": "./fesm2022/angular-three-soba-gizmos.mjs"
37
- },
38
34
  "./abstractions": {
39
35
  "types": "./abstractions/index.d.ts",
40
36
  "default": "./fesm2022/angular-three-soba-abstractions.mjs"
41
37
  },
38
+ "./cameras": {
39
+ "types": "./cameras/index.d.ts",
40
+ "default": "./fesm2022/angular-three-soba-cameras.mjs"
41
+ },
42
42
  "./controls": {
43
43
  "types": "./controls/index.d.ts",
44
44
  "default": "./fesm2022/angular-three-soba-controls.mjs"
45
45
  },
46
+ "./gizmos": {
47
+ "types": "./gizmos/index.d.ts",
48
+ "default": "./fesm2022/angular-three-soba-gizmos.mjs"
49
+ },
46
50
  "./loaders": {
47
51
  "types": "./loaders/index.d.ts",
48
52
  "default": "./fesm2022/angular-three-soba-loaders.mjs"
49
53
  },
50
- "./cameras": {
51
- "types": "./cameras/index.d.ts",
52
- "default": "./fesm2022/angular-three-soba-cameras.mjs"
53
- },
54
54
  "./materials": {
55
55
  "types": "./materials/index.d.ts",
56
56
  "default": "./fesm2022/angular-three-soba-materials.mjs"
@@ -19,7 +19,7 @@ export interface NgtsInstancesOptions extends Partial<NgtThreeElements['ngt-inst
19
19
  export declare class NgtsInstances {
20
20
  protected readonly DynamicDrawUsage: 35048;
21
21
  options: import("@angular/core").InputSignalWithTransform<NgtsInstancesOptions, "" | Partial<NgtsInstancesOptions>>;
22
- protected parameters: import("@angular/core").Signal<Omit<NgtsInstancesOptions, "range" | "limit" | "frames">>;
22
+ protected parameters: import("@angular/core").Signal<Omit<NgtsInstancesOptions, "limit" | "frames" | "range">>;
23
23
  instancedMeshRef: import("@angular/core").Signal<ElementRef<THREE.InstancedMesh<THREE.BufferGeometry<THREE.NormalBufferAttributes>, THREE.Material | THREE.Material[], THREE.InstancedMeshEventMap>>>;
24
24
  private limit;
25
25
  protected buffers: import("@angular/core").Signal<{
@@ -29,7 +29,7 @@ export interface NgtsPointsInstancesOptions extends Partial<NgtThreeElements['ng
29
29
  }
30
30
  export declare class NgtsPointsInstances {
31
31
  options: import("@angular/core").InputSignalWithTransform<NgtsPointsInstancesOptions, "" | Partial<NgtsPointsInstancesOptions>>;
32
- parameters: import("@angular/core").Signal<Omit<NgtsPointsInstancesOptions, "range" | "limit">>;
32
+ parameters: import("@angular/core").Signal<Omit<NgtsPointsInstancesOptions, "limit" | "range">>;
33
33
  pointsRef: import("@angular/core").Signal<ElementRef<THREE.Points<THREE.BufferGeometry<THREE.NormalBufferAttributes>, THREE.Material | THREE.Material[], THREE.Object3DEventMap>>>;
34
34
  private limit;
35
35
  buffers: import("@angular/core").Signal<{
@@ -1,8 +1,8 @@
1
1
  import * as THREE from 'three';
2
2
  export declare const MeshRefractionMaterial: (new (parameters?: (THREE.ShaderMaterialParameters & Partial<{
3
- [name: string]: number | boolean | any[] | THREE.Color | THREE.CubeTexture | THREE.Texture | Int32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | THREE.Matrix4 | THREE.Matrix3 | THREE.Quaternion | THREE.Vector4 | THREE.Vector3 | THREE.Vector2 | null;
3
+ [name: string]: number | boolean | any[] | THREE.CubeTexture | THREE.Texture | Int32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | THREE.Matrix4 | THREE.Matrix3 | THREE.Quaternion | THREE.Vector4 | THREE.Vector3 | THREE.Vector2 | THREE.Color | null;
4
4
  }>) | undefined) => THREE.ShaderMaterial & {
5
- [name: string]: number | boolean | any[] | THREE.Color | THREE.CubeTexture | THREE.Texture | Int32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | THREE.Matrix4 | THREE.Matrix3 | THREE.Quaternion | THREE.Vector4 | THREE.Vector3 | THREE.Vector2 | null;
5
+ [name: string]: number | boolean | any[] | THREE.CubeTexture | THREE.Texture | Int32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | THREE.Matrix4 | THREE.Matrix3 | THREE.Quaternion | THREE.Vector4 | THREE.Vector3 | THREE.Vector2 | THREE.Color | null;
6
6
  }) & {
7
7
  key: string;
8
8
  };
@@ -30,7 +30,7 @@ export declare class NgtsAccumulativeShadows {
30
30
  nullTraversal: () => null;
31
31
  Math: Math;
32
32
  options: import("@angular/core").InputSignalWithTransform<NgtsAccumulativeShadowsOptions, "" | Partial<NgtsAccumulativeShadowsOptions>>;
33
- parameters: import("@angular/core").Signal<Omit<NgtsAccumulativeShadowsOptions, "scale" | "frames" | "blend" | "limit" | "temporal" | "opacity" | "alphaTest" | "color" | "colorBlend" | "resolution" | "toneMapped">>;
33
+ parameters: import("@angular/core").Signal<Omit<NgtsAccumulativeShadowsOptions, "scale" | "temporal" | "frames" | "limit" | "blend" | "opacity" | "alphaTest" | "color" | "colorBlend" | "resolution" | "toneMapped">>;
34
34
  lightsRef: import("@angular/core").Signal<ElementRef<THREE.Group<THREE.Object3DEventMap>>>;
35
35
  planeRef: import("@angular/core").Signal<ElementRef<THREE.Mesh<THREE.PlaneGeometry, THREE.ShaderMaterial & {
36
36
  map: THREE.Texture | null;
@@ -38,12 +38,12 @@ export interface NgtsCenterOptions {
38
38
  }
39
39
  export declare class NgtsCenter {
40
40
  options: import("@angular/core").InputSignalWithTransform<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "" | Partial<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions>>;
41
- protected parameters: import("@angular/core").Signal<Omit<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
41
+ protected parameters: import("@angular/core").Signal<Omit<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "front" | "back" | "disableX" | "disableY" | "disableZ" | "precise" | "cacheKey">>;
42
42
  centered: import("@angular/core").OutputEmitterRef<NgtsCenterState>;
43
43
  groupRef: import("@angular/core").Signal<ElementRef<THREE.Group<THREE.Object3DEventMap>>>;
44
44
  private outerRef;
45
45
  private innerRef;
46
- centerOptions: import("@angular/core").Signal<Pick<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
46
+ centerOptions: import("@angular/core").Signal<Pick<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "front" | "back" | "disableX" | "disableY" | "disableZ" | "precise" | "cacheKey">>;
47
47
  constructor();
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtsCenter, never>;
49
49
  static ɵcmp: i0.ɵɵComponentDeclaration<NgtsCenter, "ngts-center", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, { "centered": "centered"; }, never, ["*"], true, never>;
@@ -15,7 +15,7 @@ export interface NgtsSkyOptions extends Partial<Omit<NgtThreeElements['ngt-mesh'
15
15
  }
16
16
  export declare class NgtsSky {
17
17
  options: import("@angular/core").InputSignalWithTransform<NgtsSkyOptions, "" | Partial<NgtsSkyOptions>>;
18
- protected parameters: import("@angular/core").Signal<Omit<NgtsSkyOptions, "distance" | "inclination" | "azimuth" | "mieCoefficient" | "mieDirectionalG" | "turbidity" | "sunPosition">>;
18
+ protected parameters: import("@angular/core").Signal<Omit<NgtsSkyOptions, "distance" | "inclination" | "azimuth" | "sunPosition" | "turbidity" | "mieCoefficient" | "mieDirectionalG">>;
19
19
  private distance;
20
20
  protected turbidity: import("@angular/core").Signal<number>;
21
21
  protected mieCoefficient: import("@angular/core").Signal<number>;
@@ -104,7 +104,7 @@ export declare class NgtsSpotLightShadow {
104
104
  export declare class NgtsSpotLight {
105
105
  protected readonly SpotLightHelper: typeof THREE.SpotLightHelper;
106
106
  options: import("@angular/core").InputSignalWithTransform<NgtsSpotLightOptions, "" | Partial<NgtsSpotLightOptions>>;
107
- protected parameters: import("@angular/core").Signal<Omit<NgtsSpotLightOptions, "opacity" | "color" | "debug" | "distance" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom" | "volumetric">>;
107
+ protected parameters: import("@angular/core").Signal<Omit<NgtsSpotLightOptions, "opacity" | "color" | "debug" | "distance" | "depthBuffer" | "volumetric" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom">>;
108
108
  protected volumetricOptions: import("@angular/core").Signal<Pick<NgtsSpotLightOptions, "opacity" | "color" | "debug" | "distance" | "depthBuffer" | "angle" | "attenuation" | "anglePower" | "radiusTop" | "radiusBottom">>;
109
109
  spotLightRef: import("@angular/core").Signal<ElementRef<THREE.SpotLight>>;
110
110
  debug: import("@angular/core").Signal<boolean | undefined>;
@@ -57,6 +57,9 @@ export declare class NgtsStage {
57
57
  protected environment: import("@angular/core").Signal<"apartment" | "city" | "dawn" | "forest" | "lobby" | "night" | "park" | "studio" | "sunset" | "warehouse" | Partial<NgtsEnvironmentOptions> | null>;
58
58
  private preset;
59
59
  protected config: import("@angular/core").Signal<{
60
+ main: [x: number, y: number, z: number];
61
+ fill: [x: number, y: number, z: number];
62
+ } | {
60
63
  readonly main: readonly [1, 2, 1];
61
64
  readonly fill: readonly [-2, -0.5, -2];
62
65
  } | {
@@ -68,9 +71,6 @@ export declare class NgtsStage {
68
71
  } | {
69
72
  readonly main: readonly [-2, 4, 4];
70
73
  readonly fill: readonly [-1, 0.5, -1.5];
71
- } | {
72
- main: [x: number, y: number, z: number];
73
- fill: [x: number, y: number, z: number];
74
74
  }>;
75
75
  protected shadowBias: import("@angular/core").Signal<number>;
76
76
  protected normalBias: import("@angular/core").Signal<number>;