angular-three-soba 4.0.0-next.58 → 4.0.0-next.59

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.
@@ -123,6 +123,58 @@ export declare class NgtsCatmullRomLine {
123
123
  dispose: {};
124
124
  }[T]) => void)>)) | undefined;
125
125
  dispose?: (((() => void) | Readonly<() => void> | null) & (((() => void) & (() => void)) | Readonly<(() => void) & (() => void)>)) | undefined;
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;
126
178
  geometry?: import("three-stdlib").LineGeometry | Readonly<import("three-stdlib").LineGeometry | undefined>;
127
179
  material?: import("three-stdlib").LineMaterial | Readonly<import("three-stdlib").LineMaterial | undefined>;
128
180
  isLine2?: Readonly<true | undefined>;
@@ -137,20 +189,8 @@ export declare class NgtsCatmullRomLine {
137
189
  } | undefined>;
138
190
  updateMorphTargets?: (() => void) | Readonly<(() => void) | undefined>;
139
191
  getVertexPosition?: ((index: number, target: THREE.Vector3) => THREE.Vector3) | Readonly<((index: number, target: THREE.Vector3) => THREE.Vector3) | undefined>;
140
- color?: THREE.ColorRepresentation | undefined;
141
- dashed?: boolean | undefined | undefined;
142
- dashScale?: number | undefined | undefined;
143
- dashSize?: number | undefined | undefined;
144
- dashOffset?: number | undefined | undefined;
145
- gapSize?: number | undefined | undefined;
146
- opacity?: number | undefined | undefined;
147
192
  isLineMaterial?: Readonly<true | undefined>;
148
- linewidth?: number | undefined | undefined;
149
- resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
150
- alphaToCoverage?: boolean | undefined | undefined;
151
- worldUnits?: boolean | undefined | undefined;
152
193
  isShaderMaterial?: Readonly<true | undefined>;
153
- defines?: any;
154
194
  uniforms?: {
155
195
  [uniform: string]: THREE.IUniform<any>;
156
196
  } | Readonly<{
@@ -159,7 +199,6 @@ export declare class NgtsCatmullRomLine {
159
199
  uniformsGroups?: THREE.UniformsGroup[] | Readonly<THREE.UniformsGroup[] | undefined>;
160
200
  vertexShader?: Readonly<string | undefined>;
161
201
  fragmentShader?: Readonly<string | undefined>;
162
- wireframe?: boolean | undefined | undefined;
163
202
  wireframeLinewidth?: Readonly<number | undefined>;
164
203
  fog?: Readonly<boolean | undefined>;
165
204
  lights?: Readonly<boolean | undefined>;
@@ -177,49 +216,11 @@ export declare class NgtsCatmullRomLine {
177
216
  glslVersion?: "100" | "300 es" | null | undefined;
178
217
  setValues?: ((parameters: THREE.ShaderMaterialParameters) => void) | Readonly<((parameters: THREE.ShaderMaterialParameters) => void) | undefined>;
179
218
  isMaterial?: Readonly<true | undefined>;
180
- alphaHash?: boolean | undefined | undefined;
181
- blendAlpha?: number | undefined | undefined;
182
- 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;
183
- blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
184
- blendDstAlpha?: number | undefined | undefined;
185
- blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
186
- blendEquationAlpha?: number | undefined | undefined;
187
- blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
188
- blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
189
- blendSrcAlpha?: number | undefined | undefined;
190
- clipIntersection?: boolean | undefined | undefined;
191
- clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
192
- clipShadows?: boolean | undefined | undefined;
193
- colorWrite?: boolean | undefined | undefined;
194
- depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
195
- depthTest?: boolean | undefined | undefined;
196
- depthWrite?: boolean | undefined | undefined;
197
- stencilWrite?: boolean | undefined | undefined;
198
- stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
199
- stencilRef?: number | undefined | undefined;
200
- stencilWriteMask?: number | undefined | undefined;
201
- stencilFuncMask?: number | undefined | undefined;
202
- stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
203
- stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
204
- stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
205
- polygonOffset?: boolean | undefined | undefined;
206
- polygonOffsetFactor?: number | undefined | undefined;
207
- polygonOffsetUnits?: number | undefined | undefined;
208
- precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
209
- premultipliedAlpha?: boolean | undefined | undefined;
210
- forceSinglePass?: boolean | undefined | undefined;
211
- dithering?: boolean | undefined | undefined;
212
- side?: 0 | 1 | 2 | undefined;
213
- shadowSide?: 0 | 1 | 2 | undefined;
214
- toneMapped?: boolean | undefined | undefined;
215
- transparent?: boolean | undefined | undefined;
216
219
  version?: Readonly<number | undefined>;
217
- alphaTest?: number | undefined | undefined;
218
220
  onBeforeCompile?: ((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
219
221
  customProgramCacheKey?: (() => string) | Readonly<(() => string) | undefined>;
220
222
  needsUpdate?: Readonly<boolean | undefined>;
221
223
  onBuild?: ((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
222
- format?: THREE.PixelFormat | undefined;
223
224
  lineWidth: number;
224
225
  }>;
225
226
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtsCatmullRomLine, never>;
@@ -115,7 +115,59 @@ export declare class NgtsEdges {
115
115
  dispose: {};
116
116
  }[T]) => void)>)) | undefined;
117
117
  dispose?: (((() => void) | Readonly<() => void> | null) & (((() => void) & (() => void)) | Readonly<(() => void) & (() => void)>)) | undefined;
118
+ 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;
118
119
  __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;
120
+ color?: THREE.ColorRepresentation | undefined;
121
+ alphaToCoverage?: boolean | undefined | undefined;
122
+ dashed?: boolean | undefined | undefined;
123
+ dashScale?: number | undefined | undefined;
124
+ dashSize?: number | undefined | undefined;
125
+ dashOffset?: number | undefined | undefined;
126
+ gapSize?: number | undefined | undefined;
127
+ linewidth?: number | undefined | undefined;
128
+ resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
129
+ wireframe?: boolean | undefined | undefined;
130
+ worldUnits?: boolean | undefined | undefined;
131
+ alphaHash?: boolean | undefined | undefined;
132
+ alphaTest?: number | undefined | undefined;
133
+ blendAlpha?: number | undefined | undefined;
134
+ 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;
135
+ blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
136
+ blendDstAlpha?: number | undefined | undefined;
137
+ blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
138
+ blendEquationAlpha?: number | undefined | undefined;
139
+ blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
140
+ blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
141
+ blendSrcAlpha?: number | undefined | undefined;
142
+ clipIntersection?: boolean | undefined | undefined;
143
+ clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
144
+ clipShadows?: boolean | undefined | undefined;
145
+ colorWrite?: boolean | undefined | undefined;
146
+ defines?: any;
147
+ depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
148
+ depthTest?: boolean | undefined | undefined;
149
+ depthWrite?: boolean | undefined | undefined;
150
+ opacity?: number | undefined | undefined;
151
+ polygonOffset?: boolean | undefined | undefined;
152
+ polygonOffsetFactor?: number | undefined | undefined;
153
+ polygonOffsetUnits?: number | undefined | undefined;
154
+ precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
155
+ premultipliedAlpha?: boolean | undefined | undefined;
156
+ forceSinglePass?: boolean | undefined | undefined;
157
+ dithering?: boolean | undefined | undefined;
158
+ side?: 0 | 1 | 2 | undefined;
159
+ shadowSide?: 0 | 1 | 2 | undefined;
160
+ toneMapped?: boolean | undefined | undefined;
161
+ transparent?: boolean | undefined | undefined;
162
+ format?: THREE.PixelFormat | undefined;
163
+ stencilWrite?: boolean | undefined | undefined;
164
+ stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
165
+ stencilRef?: number | undefined | undefined;
166
+ stencilWriteMask?: number | undefined | undefined;
167
+ stencilFuncMask?: number | undefined | undefined;
168
+ stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
169
+ stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
170
+ stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
119
171
  material?: ((THREE.Material | THREE.Material[] | Readonly<THREE.Material> | readonly THREE.Material[]) & (import("three-stdlib").LineMaterial | Readonly<import("three-stdlib").LineMaterial>)) | undefined;
120
172
  isLine2?: Readonly<true | undefined>;
121
173
  isLineSegments2?: Readonly<true | undefined>;
@@ -129,20 +181,8 @@ export declare class NgtsEdges {
129
181
  } | undefined>;
130
182
  updateMorphTargets?: (() => void) | Readonly<(() => void) | undefined>;
131
183
  getVertexPosition?: ((index: number, target: THREE.Vector3) => THREE.Vector3) | Readonly<((index: number, target: THREE.Vector3) => THREE.Vector3) | undefined>;
132
- color?: THREE.ColorRepresentation | undefined;
133
- dashed?: boolean | undefined | undefined;
134
- dashScale?: number | undefined | undefined;
135
- dashSize?: number | undefined | undefined;
136
- dashOffset?: number | undefined | undefined;
137
- gapSize?: number | undefined | undefined;
138
- opacity?: number | undefined | undefined;
139
184
  isLineMaterial?: Readonly<true | undefined>;
140
- linewidth?: number | undefined | undefined;
141
- resolution?: (THREE.Vector2 & (number | THREE.Vector2 | [x: number, y: number] | Readonly<THREE.Vector2> | readonly [x: number, y: number])) | undefined;
142
- alphaToCoverage?: boolean | undefined | undefined;
143
- worldUnits?: boolean | undefined | undefined;
144
185
  isShaderMaterial?: Readonly<true | undefined>;
145
- defines?: any;
146
186
  uniforms?: {
147
187
  [uniform: string]: THREE.IUniform<any>;
148
188
  } | Readonly<{
@@ -151,7 +191,6 @@ export declare class NgtsEdges {
151
191
  uniformsGroups?: THREE.UniformsGroup[] | Readonly<THREE.UniformsGroup[] | undefined>;
152
192
  vertexShader?: Readonly<string | undefined>;
153
193
  fragmentShader?: Readonly<string | undefined>;
154
- wireframe?: boolean | undefined | undefined;
155
194
  wireframeLinewidth?: Readonly<number | undefined>;
156
195
  fog?: Readonly<boolean | undefined>;
157
196
  lights?: Readonly<boolean | undefined>;
@@ -169,49 +208,11 @@ export declare class NgtsEdges {
169
208
  glslVersion?: "100" | "300 es" | null | undefined;
170
209
  setValues?: ((parameters: THREE.ShaderMaterialParameters) => void) | Readonly<((parameters: THREE.ShaderMaterialParameters) => void) | undefined>;
171
210
  isMaterial?: Readonly<true | undefined>;
172
- alphaHash?: boolean | undefined | undefined;
173
- blendAlpha?: number | undefined | undefined;
174
- 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;
175
- blendDst?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | undefined;
176
- blendDstAlpha?: number | undefined | undefined;
177
- blendEquation?: 100 | 101 | 102 | 103 | 104 | undefined;
178
- blendEquationAlpha?: number | undefined | undefined;
179
- blending?: 0 | 1 | 2 | 3 | 4 | 5 | undefined;
180
- blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | undefined;
181
- blendSrcAlpha?: number | undefined | undefined;
182
- clipIntersection?: boolean | undefined | undefined;
183
- clippingPlanes?: THREE.Plane[] | (THREE.Plane[] & readonly THREE.Plane[]) | undefined;
184
- clipShadows?: boolean | undefined | undefined;
185
- colorWrite?: boolean | undefined | undefined;
186
- depthFunc?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
187
- depthTest?: boolean | undefined | undefined;
188
- depthWrite?: boolean | undefined | undefined;
189
- stencilWrite?: boolean | undefined | undefined;
190
- stencilFunc?: 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | undefined;
191
- stencilRef?: number | undefined | undefined;
192
- stencilWriteMask?: number | undefined | undefined;
193
- stencilFuncMask?: number | undefined | undefined;
194
- stencilFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
195
- stencilZFail?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
196
- stencilZPass?: 0 | 7680 | 7681 | 7682 | 7283 | 34055 | 34056 | 5386 | undefined;
197
- polygonOffset?: boolean | undefined | undefined;
198
- polygonOffsetFactor?: number | undefined | undefined;
199
- polygonOffsetUnits?: number | undefined | undefined;
200
- precision?: "highp" | "mediump" | "lowp" | null | undefined | undefined;
201
- premultipliedAlpha?: boolean | undefined | undefined;
202
- forceSinglePass?: boolean | undefined | undefined;
203
- dithering?: boolean | undefined | undefined;
204
- side?: 0 | 1 | 2 | undefined;
205
- shadowSide?: 0 | 1 | 2 | undefined;
206
- toneMapped?: boolean | undefined | undefined;
207
- transparent?: boolean | undefined | undefined;
208
211
  version?: Readonly<number | undefined>;
209
- alphaTest?: number | undefined | undefined;
210
212
  onBeforeCompile?: ((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
211
213
  customProgramCacheKey?: (() => string) | Readonly<(() => string) | undefined>;
212
214
  needsUpdate?: Readonly<boolean | undefined>;
213
215
  onBuild?: ((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | Readonly<((object: THREE.Object3D, parameters: THREE.WebGLProgramParametersWithUniforms, renderer: THREE.WebGLRenderer) => void) | undefined>;
214
- format?: THREE.PixelFormat | undefined;
215
216
  lineWidth?: number | undefined;
216
217
  }>;
217
218
  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;
@@ -37,7 +37,7 @@ export interface NgtsTextOptions extends Partial<NgtThreeElements['ngt-mesh']> {
37
37
  export declare class NgtsText {
38
38
  text: import("@angular/core").InputSignal<string>;
39
39
  options: import("@angular/core").InputSignalWithTransform<NgtsTextOptions, "" | Partial<NgtsTextOptions>>;
40
- protected parameters: import("@angular/core").Signal<Omit<NgtsTextOptions, "characters" | "fontSize" | "font" | "anchorX" | "anchorY" | "sdfGlyphSize">>;
40
+ protected parameters: import("@angular/core").Signal<Omit<NgtsTextOptions, "font" | "fontSize" | "sdfGlyphSize" | "anchorX" | "anchorY" | "characters">>;
41
41
  synced: import("@angular/core").OutputEmitterRef<Text>;
42
42
  private store;
43
43
  private characters;
@@ -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.58",
3
+ "version": "4.0.0-next.59",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,14 +35,6 @@
35
35
  "types": "./abstractions/index.d.ts",
36
36
  "default": "./fesm2022/angular-three-soba-abstractions.mjs"
37
37
  },
38
- "./cameras": {
39
- "types": "./cameras/index.d.ts",
40
- "default": "./fesm2022/angular-three-soba-cameras.mjs"
41
- },
42
- "./controls": {
43
- "types": "./controls/index.d.ts",
44
- "default": "./fesm2022/angular-three-soba-controls.mjs"
45
- },
46
38
  "./loaders": {
47
39
  "types": "./loaders/index.d.ts",
48
40
  "default": "./fesm2022/angular-three-soba-loaders.mjs"
@@ -55,14 +47,18 @@
55
47
  "types": "./gizmos/index.d.ts",
56
48
  "default": "./fesm2022/angular-three-soba-gizmos.mjs"
57
49
  },
50
+ "./controls": {
51
+ "types": "./controls/index.d.ts",
52
+ "default": "./fesm2022/angular-three-soba-controls.mjs"
53
+ },
54
+ "./cameras": {
55
+ "types": "./cameras/index.d.ts",
56
+ "default": "./fesm2022/angular-three-soba-cameras.mjs"
57
+ },
58
58
  "./misc": {
59
59
  "types": "./misc/index.d.ts",
60
60
  "default": "./fesm2022/angular-three-soba-misc.mjs"
61
61
  },
62
- "./performances": {
63
- "types": "./performances/index.d.ts",
64
- "default": "./fesm2022/angular-three-soba-performances.mjs"
65
- },
66
62
  "./shaders": {
67
63
  "types": "./shaders/index.d.ts",
68
64
  "default": "./fesm2022/angular-three-soba-shaders.mjs"
@@ -75,6 +71,10 @@
75
71
  "types": "./stats/index.d.ts",
76
72
  "default": "./fesm2022/angular-three-soba-stats.mjs"
77
73
  },
74
+ "./performances": {
75
+ "types": "./performances/index.d.ts",
76
+ "default": "./fesm2022/angular-three-soba-performances.mjs"
77
+ },
78
78
  "./vanilla-exports": {
79
79
  "types": "./vanilla-exports/index.d.ts",
80
80
  "default": "./fesm2022/angular-three-soba-vanilla-exports.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, "limit" | "range" | "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<{
@@ -34,19 +34,9 @@ export declare class NgtsSegments {
34
34
  name?: string | undefined | undefined;
35
35
  visible?: boolean | undefined | undefined;
36
36
  userData?: Record<string, any> | undefined;
37
- alphaToCoverage?: boolean | undefined | undefined;
38
37
  color?: number | undefined | undefined;
39
- dashed?: boolean | undefined | undefined;
40
- dashScale?: number | undefined | undefined;
41
- dashSize?: number | undefined | undefined;
42
- dashOffset?: number | undefined | undefined;
43
- gapSize?: number | undefined | undefined;
44
- linewidth: number;
45
- resolution: THREE.Vector2;
46
- wireframe?: boolean | undefined | undefined;
47
- worldUnits?: boolean | undefined | undefined;
48
38
  alphaHash?: boolean | undefined | undefined;
49
- alphaTest?: number | undefined | undefined;
39
+ alphaToCoverage?: boolean | undefined | undefined;
50
40
  blendAlpha?: number | undefined | undefined;
51
41
  blendColor?: THREE.ColorRepresentation | undefined;
52
42
  blendDst?: THREE.BlendingDstFactor | undefined;
@@ -64,6 +54,14 @@ export declare class NgtsSegments {
64
54
  depthFunc?: THREE.DepthModes | undefined;
65
55
  depthTest?: boolean | undefined | undefined;
66
56
  depthWrite?: boolean | undefined | undefined;
57
+ stencilWrite?: boolean | undefined | undefined;
58
+ stencilFunc?: THREE.StencilFunc | undefined;
59
+ stencilRef?: number | undefined | undefined;
60
+ stencilWriteMask?: number | undefined | undefined;
61
+ stencilFuncMask?: number | undefined | undefined;
62
+ stencilFail?: THREE.StencilOp | undefined;
63
+ stencilZFail?: THREE.StencilOp | undefined;
64
+ stencilZPass?: THREE.StencilOp | undefined;
67
65
  opacity?: number | undefined | undefined;
68
66
  polygonOffset?: boolean | undefined | undefined;
69
67
  polygonOffsetFactor?: number | undefined | undefined;
@@ -77,15 +75,17 @@ export declare class NgtsSegments {
77
75
  toneMapped?: boolean | undefined | undefined;
78
76
  transparent?: boolean | undefined | undefined;
79
77
  vertexColors: boolean;
78
+ alphaTest?: number | undefined | undefined;
79
+ dashed?: boolean | undefined | undefined;
80
+ dashScale?: number | undefined | undefined;
81
+ dashSize?: number | undefined | undefined;
82
+ dashOffset?: number | undefined | undefined;
83
+ gapSize?: number | undefined | undefined;
84
+ linewidth: number;
85
+ resolution: THREE.Vector2;
86
+ wireframe?: boolean | undefined | undefined;
87
+ worldUnits?: boolean | undefined | undefined;
80
88
  format?: THREE.PixelFormat | undefined;
81
- stencilWrite?: boolean | undefined | undefined;
82
- stencilFunc?: THREE.StencilFunc | undefined;
83
- stencilRef?: number | undefined | undefined;
84
- stencilWriteMask?: number | undefined | undefined;
85
- stencilFuncMask?: number | undefined | undefined;
86
- stencilFail?: THREE.StencilOp | undefined;
87
- stencilZFail?: THREE.StencilOp | undefined;
88
- stencilZPass?: THREE.StencilOp | undefined;
89
89
  }>;
90
90
  private positions;
91
91
  private colors;
@@ -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, "left" | "right" | "top" | "bottom" | "disable" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
41
+ protected parameters: import("@angular/core").Signal<Omit<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "left" | "right" | "top" | "bottom" | "disable" | "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, "left" | "right" | "top" | "bottom" | "disable" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
46
+ centerOptions: import("@angular/core").Signal<Pick<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "left" | "right" | "top" | "bottom" | "disable" | "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>;
@@ -168,6 +168,7 @@ export declare class NgtsStage {
168
168
  removeEventListener?: (((<T extends keyof import("three").Object3DEventMap>(type: T, listener: import("three").EventListener<import("three").Object3DEventMap[T], T, Group<import("three").Object3DEventMap>>) => void) | Readonly<(<T extends keyof import("three").Object3DEventMap>(type: T, listener: import("three").EventListener<import("three").Object3DEventMap[T], T, Group<import("three").Object3DEventMap>>) => void) | undefined>) & (<TEventKey extends keyof import("angular-three").NgtEventHandlers | "change" | "added" | "removed" | "childadded" | "childremoved" | keyof import("angular-three").NgtNodeEventMap<Group<import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<typeof Group, Group<import("three").Object3DEventMap>>, ev: import("angular-three").NgtAllObject3DEventsMap<Group<import("three").Object3DEventMap>>[TEventKey]) => any) => void)) | undefined;
169
169
  dispatchEvent?: (<T extends keyof import("three").Object3DEventMap>(event: import("three").BaseEvent<T> & import("three").Object3DEventMap[T]) => void) | Readonly<(<T extends keyof import("three").Object3DEventMap>(event: import("three").BaseEvent<T> & import("three").Object3DEventMap[T]) => void) | undefined>;
170
170
  dispose?: (() => void) | Readonly<(() => void) | null | undefined>;
171
+ parameters?: Partial<Group<import("three").Object3DEventMap>> | Readonly<Partial<Group<import("three").Object3DEventMap>>> | undefined;
171
172
  __ngt_args__?: [] | readonly [] | undefined;
172
173
  fit: boolean;
173
174
  clip: boolean;