angular-three-soba 2.0.0-beta.292 → 2.0.0-beta.293
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/abstractions/lib/catmull-rom-line.d.ts +7 -7
- package/abstractions/lib/edges.d.ts +11 -11
- package/abstractions/lib/gradient-texture.d.ts +1 -1
- package/abstractions/lib/grid.d.ts +6 -6
- package/abstractions/lib/text-3d.d.ts +6 -6
- package/materials/lib/custom-shader-material.d.ts +1 -1
- package/materials/lib/mesh-refraction-material.d.ts +4 -4
- package/package.json +22 -22
|
@@ -22,13 +22,8 @@ export declare class NgtsCatmullRomLine {
|
|
|
22
22
|
private interpolatedVertexColors;
|
|
23
23
|
lineOptions: import("@angular/core").Signal<{
|
|
24
24
|
vertexColors: (import("three").ColorRepresentation | [number, number, number] | [number, number, number, number])[] | undefined;
|
|
25
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
26
|
-
dispose?: (() => void) | null | undefined;
|
|
27
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
28
25
|
attach?: string | string[] | import("angular-three").NgtAttachFunction | undefined;
|
|
29
26
|
addEventListener?: ((<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: {
|
|
30
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
31
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
32
27
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
33
28
|
addEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & any;
|
|
34
29
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & (<TEventKey_1 extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey_1, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey_1]) => any) => void);
|
|
@@ -51,6 +46,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
51
46
|
readonly id?: number | undefined;
|
|
52
47
|
uuid?: string | undefined;
|
|
53
48
|
name?: string | undefined;
|
|
49
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
54
50
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
55
51
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
56
52
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -105,6 +101,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
105
101
|
getWorldScale?: ((target: Vector3) => Vector3) | undefined;
|
|
106
102
|
getWorldDirection?: ((target: Vector3) => Vector3) | undefined;
|
|
107
103
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
104
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
108
105
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
109
106
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
110
107
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -239,8 +236,6 @@ export declare class NgtsCatmullRomLine {
|
|
|
239
236
|
dispose: (() => void) | null;
|
|
240
237
|
}, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void)) | undefined;
|
|
241
238
|
removeEventListener?: ((<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: {
|
|
242
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
243
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
244
239
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
245
240
|
addEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & (<TEventKey_1 extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey_1, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey_1]) => any) => void);
|
|
246
241
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & any;
|
|
@@ -263,6 +258,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
263
258
|
readonly id?: number | undefined;
|
|
264
259
|
uuid?: string | undefined;
|
|
265
260
|
name?: string | undefined;
|
|
261
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
266
262
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
267
263
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
268
264
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -317,6 +313,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
317
313
|
getWorldScale?: ((target: Vector3) => Vector3) | undefined;
|
|
318
314
|
getWorldDirection?: ((target: Vector3) => Vector3) | undefined;
|
|
319
315
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
316
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
320
317
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
321
318
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
322
319
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -457,6 +454,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
457
454
|
matrix?: import("angular-three").NgtMatrix4 | undefined;
|
|
458
455
|
quaternion?: import("angular-three").NgtQuaternion | undefined;
|
|
459
456
|
layers?: import("angular-three").NgtLayers | undefined;
|
|
457
|
+
dispose?: (() => void) | null | undefined;
|
|
460
458
|
geometry?: import("three-stdlib").LineGeometry | undefined;
|
|
461
459
|
material?: import("three-stdlib").LineMaterial | undefined;
|
|
462
460
|
isLine2?: true | undefined;
|
|
@@ -475,6 +473,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
475
473
|
id?: number | undefined;
|
|
476
474
|
uuid?: string | undefined;
|
|
477
475
|
name?: string | undefined;
|
|
476
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
478
477
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
479
478
|
modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
480
479
|
normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -529,6 +528,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
529
528
|
getWorldScale?: ((target: Vector3) => Vector3) | undefined;
|
|
530
529
|
getWorldDirection?: ((target: Vector3) => Vector3) | undefined;
|
|
531
530
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
531
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
532
532
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
533
533
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
534
534
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -15,13 +15,8 @@ export declare class NgtsEdges {
|
|
|
15
15
|
private parameters;
|
|
16
16
|
protected lineOptions: import("@angular/core").Signal<{
|
|
17
17
|
raycast: () => null;
|
|
18
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
19
|
-
dispose?: (() => void) | null | undefined;
|
|
20
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
21
18
|
attach?: string | string[] | import("angular-three").NgtAttachFunction | undefined;
|
|
22
19
|
addEventListener?: ((<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: {
|
|
23
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
24
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
25
20
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
26
21
|
addEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey_1]) => any) => void) & any;
|
|
27
22
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey_1]) => any) => void) & (<TEventKey_1 extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey_1, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey_1]) => any) => void);
|
|
@@ -41,6 +36,7 @@ export declare class NgtsEdges {
|
|
|
41
36
|
readonly id?: number | undefined;
|
|
42
37
|
uuid?: string | undefined;
|
|
43
38
|
name?: string | undefined;
|
|
39
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
44
40
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
45
41
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
46
42
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -95,6 +91,7 @@ export declare class NgtsEdges {
|
|
|
95
91
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
96
92
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
97
93
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
94
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
98
95
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
99
96
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
100
97
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -116,8 +113,6 @@ export declare class NgtsEdges {
|
|
|
116
113
|
layers: import("angular-three").NgtLayers;
|
|
117
114
|
dispose: (() => void) | null;
|
|
118
115
|
}, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: {
|
|
119
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
120
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
121
116
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
122
117
|
addEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & any;
|
|
123
118
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & (<TEventKey_1 extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey_1, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey_1]) => any) => void);
|
|
@@ -140,6 +135,7 @@ export declare class NgtsEdges {
|
|
|
140
135
|
readonly id?: number | undefined;
|
|
141
136
|
uuid?: string | undefined;
|
|
142
137
|
name?: string | undefined;
|
|
138
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
143
139
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
144
140
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
145
141
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -194,6 +190,7 @@ export declare class NgtsEdges {
|
|
|
194
190
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
195
191
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
196
192
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
193
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
197
194
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
198
195
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
199
196
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -328,8 +325,6 @@ export declare class NgtsEdges {
|
|
|
328
325
|
dispose: (() => void) | null;
|
|
329
326
|
}, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void)) | undefined;
|
|
330
327
|
removeEventListener?: ((<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: {
|
|
331
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
332
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
333
328
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
334
329
|
addEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey_1]) => any) => void) & (<TEventKey_1 extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey_1, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey_1]) => any) => void);
|
|
335
330
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey_1]) => any) => void) & any;
|
|
@@ -349,6 +344,7 @@ export declare class NgtsEdges {
|
|
|
349
344
|
readonly id?: number | undefined;
|
|
350
345
|
uuid?: string | undefined;
|
|
351
346
|
name?: string | undefined;
|
|
347
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
352
348
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
353
349
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
354
350
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -403,6 +399,7 @@ export declare class NgtsEdges {
|
|
|
403
399
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
404
400
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
405
401
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
402
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
406
403
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
407
404
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
408
405
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -424,8 +421,6 @@ export declare class NgtsEdges {
|
|
|
424
421
|
layers: import("angular-three").NgtLayers;
|
|
425
422
|
dispose: (() => void) | null;
|
|
426
423
|
}, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: {
|
|
427
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
428
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
429
424
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
430
425
|
addEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & (<TEventKey_1 extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey_1, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey_1]) => any) => void);
|
|
431
426
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").Line2, typeof import("three-stdlib").Line2>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").Line2>[TEventKey_1]) => any) => void) & any;
|
|
@@ -448,6 +443,7 @@ export declare class NgtsEdges {
|
|
|
448
443
|
readonly id?: number | undefined;
|
|
449
444
|
uuid?: string | undefined;
|
|
450
445
|
name?: string | undefined;
|
|
446
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
451
447
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
452
448
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
453
449
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -502,6 +498,7 @@ export declare class NgtsEdges {
|
|
|
502
498
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
503
499
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
504
500
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
501
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
505
502
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
506
503
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
507
504
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -643,6 +640,7 @@ export declare class NgtsEdges {
|
|
|
643
640
|
matrix?: import("angular-three").NgtMatrix4 | undefined;
|
|
644
641
|
quaternion?: import("angular-three").NgtQuaternion | undefined;
|
|
645
642
|
layers?: import("angular-three").NgtLayers | undefined;
|
|
643
|
+
dispose?: (() => void) | null | undefined;
|
|
646
644
|
material?: ((import("three").Material | import("three").Material[]) & import("three-stdlib").LineMaterial) | undefined;
|
|
647
645
|
isLine2?: true | undefined;
|
|
648
646
|
isLineSegments2?: true | undefined;
|
|
@@ -660,6 +658,7 @@ export declare class NgtsEdges {
|
|
|
660
658
|
id?: number | undefined;
|
|
661
659
|
uuid?: string | undefined;
|
|
662
660
|
name?: string | undefined;
|
|
661
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
663
662
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
664
663
|
modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
665
664
|
normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -713,6 +712,7 @@ export declare class NgtsEdges {
|
|
|
713
712
|
getWorldQuaternion?: ((target: import("three").Quaternion) => import("three").Quaternion) | undefined;
|
|
714
713
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
715
714
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
715
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
716
716
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
717
717
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
718
718
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -13,7 +13,7 @@ export declare class NgtsGradientTexture {
|
|
|
13
13
|
stops: import("@angular/core").InputSignal<number[]>;
|
|
14
14
|
colors: import("@angular/core").InputSignal<ColorRepresentation[]>;
|
|
15
15
|
options: import("@angular/core").InputSignalWithTransform<NgtsGradientTextureOptions, "" | Partial<NgtsGradientTextureOptions>>;
|
|
16
|
-
parameters: import("@angular/core").Signal<Omit<NgtsGradientTextureOptions, "
|
|
16
|
+
parameters: import("@angular/core").Signal<Omit<NgtsGradientTextureOptions, "type" | "size" | "width" | "innerCircleRadius" | "outerCircleRadius">>;
|
|
17
17
|
private store;
|
|
18
18
|
gl: import("@angular/core").Signal<import("three").WebGLRenderer>;
|
|
19
19
|
private document;
|
|
@@ -4,8 +4,6 @@ import { Mesh, PlaneGeometry, Vector3 } from 'three';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class NgtsGrid {
|
|
6
6
|
options: import("@angular/core").InputSignalWithTransform<Partial<{
|
|
7
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
8
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
9
7
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
10
8
|
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
11
9
|
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
@@ -25,6 +23,7 @@ export declare class NgtsGrid {
|
|
|
25
23
|
readonly id?: number | undefined;
|
|
26
24
|
uuid?: string | undefined;
|
|
27
25
|
name?: string | undefined;
|
|
26
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
28
27
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
29
28
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
30
29
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -79,6 +78,7 @@ export declare class NgtsGrid {
|
|
|
79
78
|
getWorldScale?: ((target: Vector3) => Vector3) | undefined;
|
|
80
79
|
getWorldDirection?: ((target: Vector3) => Vector3) | undefined;
|
|
81
80
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
81
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
82
82
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
83
83
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
84
84
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -102,8 +102,6 @@ export declare class NgtsGrid {
|
|
|
102
102
|
}> & GridMaterialOptions & {
|
|
103
103
|
planeArgs: ConstructorParameters<typeof PlaneGeometry>;
|
|
104
104
|
}, "" | Partial<Partial<{
|
|
105
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
106
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
107
105
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
108
106
|
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
109
107
|
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
@@ -123,6 +121,7 @@ export declare class NgtsGrid {
|
|
|
123
121
|
readonly id?: number | undefined;
|
|
124
122
|
uuid?: string | undefined;
|
|
125
123
|
name?: string | undefined;
|
|
124
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
126
125
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
127
126
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
128
127
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -177,6 +176,7 @@ export declare class NgtsGrid {
|
|
|
177
176
|
getWorldScale?: ((target: Vector3) => Vector3) | undefined;
|
|
178
177
|
getWorldDirection?: ((target: Vector3) => Vector3) | undefined;
|
|
179
178
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
179
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
180
180
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
181
181
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
182
182
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -201,8 +201,6 @@ export declare class NgtsGrid {
|
|
|
201
201
|
planeArgs: ConstructorParameters<typeof PlaneGeometry>;
|
|
202
202
|
}>>;
|
|
203
203
|
parameters: import("@angular/core").Signal<Omit<Partial<{
|
|
204
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
205
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
206
204
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
207
205
|
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
208
206
|
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
@@ -222,6 +220,7 @@ export declare class NgtsGrid {
|
|
|
222
220
|
readonly id?: number | undefined;
|
|
223
221
|
uuid?: string | undefined;
|
|
224
222
|
name?: string | undefined;
|
|
223
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
225
224
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
226
225
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
227
226
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -276,6 +275,7 @@ export declare class NgtsGrid {
|
|
|
276
275
|
getWorldScale?: ((target: Vector3) => Vector3) | undefined;
|
|
277
276
|
getWorldDirection?: ((target: Vector3) => Vector3) | undefined;
|
|
278
277
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
278
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
279
279
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
280
280
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
281
281
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -11,8 +11,6 @@ export declare class NgtsText3D {
|
|
|
11
11
|
font: import("@angular/core").InputSignal<NgtsFontInput>;
|
|
12
12
|
text: import("@angular/core").InputSignal<string>;
|
|
13
13
|
options: import("@angular/core").InputSignalWithTransform<Partial<{
|
|
14
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
15
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
16
14
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
17
15
|
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
18
16
|
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
@@ -32,6 +30,7 @@ export declare class NgtsText3D {
|
|
|
32
30
|
readonly id?: number | undefined;
|
|
33
31
|
uuid?: string | undefined;
|
|
34
32
|
name?: string | undefined;
|
|
33
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
35
34
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
36
35
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
37
36
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -86,6 +85,7 @@ export declare class NgtsText3D {
|
|
|
86
85
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
87
86
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
88
87
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
88
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
89
89
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
90
90
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
91
91
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -107,8 +107,6 @@ export declare class NgtsText3D {
|
|
|
107
107
|
layers: import("angular-three").NgtLayers;
|
|
108
108
|
dispose: (() => void) | null;
|
|
109
109
|
}> & NgtsText3DOptions, "" | Partial<Partial<{
|
|
110
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
111
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
112
110
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
113
111
|
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
114
112
|
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
@@ -128,6 +126,7 @@ export declare class NgtsText3D {
|
|
|
128
126
|
readonly id?: number | undefined;
|
|
129
127
|
uuid?: string | undefined;
|
|
130
128
|
name?: string | undefined;
|
|
129
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
131
130
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
132
131
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
133
132
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -182,6 +181,7 @@ export declare class NgtsText3D {
|
|
|
182
181
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
183
182
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
184
183
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
184
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
185
185
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
186
186
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
187
187
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -204,8 +204,6 @@ export declare class NgtsText3D {
|
|
|
204
204
|
dispose: (() => void) | null;
|
|
205
205
|
}> & NgtsText3DOptions>>;
|
|
206
206
|
parameters: import("@angular/core").Signal<Omit<Partial<{
|
|
207
|
-
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
208
|
-
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
209
207
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
210
208
|
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
211
209
|
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>, typeof Mesh>, ev: import("angular-three").NgtNodeEventMap<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
@@ -225,6 +223,7 @@ export declare class NgtsText3D {
|
|
|
225
223
|
readonly id?: number | undefined;
|
|
226
224
|
uuid?: string | undefined;
|
|
227
225
|
name?: string | undefined;
|
|
226
|
+
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
228
227
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
229
228
|
readonly modelViewMatrix?: import("three").Matrix4 | undefined;
|
|
230
229
|
readonly normalMatrix?: import("three").Matrix3 | undefined;
|
|
@@ -279,6 +278,7 @@ export declare class NgtsText3D {
|
|
|
279
278
|
getWorldScale?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
280
279
|
getWorldDirection?: ((target: import("three").Vector3) => import("three").Vector3) | undefined;
|
|
281
280
|
raycast?: ((raycaster: import("three").Raycaster, intersects: import("three").Intersection[]) => void) | undefined;
|
|
281
|
+
traverse?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
282
282
|
traverseVisible?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
283
283
|
traverseAncestors?: ((callback: (object: import("three").Object3D) => any) => void) | undefined;
|
|
284
284
|
updateMatrix?: (() => void) | undefined;
|
|
@@ -7,7 +7,7 @@ export declare class NgtsCustomShaderMaterial {
|
|
|
7
7
|
baseMaterial: import("@angular/core").InputSignal<Material | typeof Material | ElementRef<Material>>;
|
|
8
8
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
9
9
|
options: import("@angular/core").InputSignal<Omit<import("three-custom-shader-material/vanilla").iCSMParams<import("three-custom-shader-material/vanilla").MaterialConstructor>, "baseMaterial">>;
|
|
10
|
-
parameters: import("@angular/core").Signal<Omit<Omit<import("three-custom-shader-material/vanilla").iCSMParams<import("three-custom-shader-material/vanilla").MaterialConstructor>, "baseMaterial">, "
|
|
10
|
+
parameters: import("@angular/core").Signal<Omit<Omit<import("three-custom-shader-material/vanilla").iCSMParams<import("three-custom-shader-material/vanilla").MaterialConstructor>, "baseMaterial">, "vertexShader" | "fragmentShader" | "cacheKey" | "uniforms">>;
|
|
11
11
|
base: import("@angular/core").Signal<Material | typeof Material>;
|
|
12
12
|
private fragmentShader;
|
|
13
13
|
private vertexShader;
|
|
@@ -17,14 +17,14 @@ export interface NgtsMeshRefractionMaterialOptions extends Partial<NgtShaderMate
|
|
|
17
17
|
fastChroma: boolean;
|
|
18
18
|
}
|
|
19
19
|
export declare class NgtsMeshRefractionMaterial {
|
|
20
|
-
envMap: import("@angular/core").InputSignal<
|
|
20
|
+
envMap: import("@angular/core").InputSignal<Texture | CubeTexture>;
|
|
21
21
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
22
22
|
options: import("@angular/core").InputSignalWithTransform<NgtsMeshRefractionMaterialOptions, "" | Partial<NgtsMeshRefractionMaterialOptions>>;
|
|
23
|
-
parameters: import("@angular/core").Signal<Omit<NgtsMeshRefractionMaterialOptions, "
|
|
23
|
+
parameters: import("@angular/core").Signal<Omit<NgtsMeshRefractionMaterialOptions, "aberrationStrength" | "fastChroma">>;
|
|
24
24
|
private fastChroma;
|
|
25
25
|
aberrationStrength: import("@angular/core").Signal<number>;
|
|
26
26
|
materialRef: import("@angular/core").Signal<ElementRef<import("three").ShaderMaterial & {
|
|
27
|
-
[name: string]: number | boolean | any[] |
|
|
27
|
+
[name: string]: number | boolean | any[] | import("three").Color | Texture | import("three").Vector3 | import("three").Matrix4 | import("three").Vector4 | import("three").Quaternion | import("three").Matrix3 | CubeTexture | Int32Array | Float32Array | import("three").Vector2 | null;
|
|
28
28
|
}> | undefined>;
|
|
29
29
|
private store;
|
|
30
30
|
private size;
|
|
@@ -34,7 +34,7 @@ export declare class NgtsMeshRefractionMaterial {
|
|
|
34
34
|
}>;
|
|
35
35
|
private defineKeys;
|
|
36
36
|
material: import("@angular/core").Signal<import("three").ShaderMaterial & {
|
|
37
|
-
[name: string]: number | boolean | any[] |
|
|
37
|
+
[name: string]: number | boolean | any[] | import("three").Color | Texture | import("three").Vector3 | import("three").Matrix4 | import("three").Vector4 | import("three").Quaternion | import("three").Matrix3 | CubeTexture | Int32Array | Float32Array | import("three").Vector2 | null;
|
|
38
38
|
}>;
|
|
39
39
|
constructor();
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtsMeshRefractionMaterial, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-three-soba",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.293",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,17 +57,11 @@
|
|
|
57
57
|
"esm": "./esm2022/angular-three-soba.mjs",
|
|
58
58
|
"default": "./fesm2022/angular-three-soba.mjs"
|
|
59
59
|
},
|
|
60
|
-
"./
|
|
61
|
-
"types": "./
|
|
62
|
-
"esm2022": "./esm2022/
|
|
63
|
-
"esm": "./esm2022/
|
|
64
|
-
"default": "./fesm2022/angular-three-soba-
|
|
65
|
-
},
|
|
66
|
-
"./controls": {
|
|
67
|
-
"types": "./controls/index.d.ts",
|
|
68
|
-
"esm2022": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
69
|
-
"esm": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
70
|
-
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
60
|
+
"./abstractions": {
|
|
61
|
+
"types": "./abstractions/index.d.ts",
|
|
62
|
+
"esm2022": "./esm2022/abstractions/angular-three-soba-abstractions.mjs",
|
|
63
|
+
"esm": "./esm2022/abstractions/angular-three-soba-abstractions.mjs",
|
|
64
|
+
"default": "./fesm2022/angular-three-soba-abstractions.mjs"
|
|
71
65
|
},
|
|
72
66
|
"./materials": {
|
|
73
67
|
"types": "./materials/index.d.ts",
|
|
@@ -75,17 +69,17 @@
|
|
|
75
69
|
"esm": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
76
70
|
"default": "./fesm2022/angular-three-soba-materials.mjs"
|
|
77
71
|
},
|
|
78
|
-
"./
|
|
79
|
-
"types": "./
|
|
80
|
-
"esm2022": "./esm2022/
|
|
81
|
-
"esm": "./esm2022/
|
|
82
|
-
"default": "./fesm2022/angular-three-soba-
|
|
72
|
+
"./controls": {
|
|
73
|
+
"types": "./controls/index.d.ts",
|
|
74
|
+
"esm2022": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
75
|
+
"esm": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
76
|
+
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
83
77
|
},
|
|
84
|
-
"./
|
|
85
|
-
"types": "./
|
|
86
|
-
"esm2022": "./esm2022/
|
|
87
|
-
"esm": "./esm2022/
|
|
88
|
-
"default": "./fesm2022/angular-three-soba-
|
|
78
|
+
"./cameras": {
|
|
79
|
+
"types": "./cameras/index.d.ts",
|
|
80
|
+
"esm2022": "./esm2022/cameras/angular-three-soba-cameras.mjs",
|
|
81
|
+
"esm": "./esm2022/cameras/angular-three-soba-cameras.mjs",
|
|
82
|
+
"default": "./fesm2022/angular-three-soba-cameras.mjs"
|
|
89
83
|
},
|
|
90
84
|
"./performances": {
|
|
91
85
|
"types": "./performances/index.d.ts",
|
|
@@ -93,6 +87,12 @@
|
|
|
93
87
|
"esm": "./esm2022/performances/angular-three-soba-performances.mjs",
|
|
94
88
|
"default": "./fesm2022/angular-three-soba-performances.mjs"
|
|
95
89
|
},
|
|
90
|
+
"./staging": {
|
|
91
|
+
"types": "./staging/index.d.ts",
|
|
92
|
+
"esm2022": "./esm2022/staging/angular-three-soba-staging.mjs",
|
|
93
|
+
"esm": "./esm2022/staging/angular-three-soba-staging.mjs",
|
|
94
|
+
"default": "./fesm2022/angular-three-soba-staging.mjs"
|
|
95
|
+
},
|
|
96
96
|
"./stats": {
|
|
97
97
|
"types": "./stats/index.d.ts",
|
|
98
98
|
"esm2022": "./esm2022/stats/angular-three-soba-stats.mjs",
|