angular-three-soba 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -132,7 +132,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
132
132
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").LineMaterial, [import("three-stdlib").LineMaterialParameters]>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>[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);
|
|
133
133
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
134
134
|
__ngt_args__: [import("three-stdlib").LineMaterialParameters];
|
|
135
|
-
type?: string | undefined;
|
|
135
|
+
readonly type?: string | undefined;
|
|
136
136
|
toJSON?: ((meta?: import("three").JSONMeta) => import("three").ShaderMaterialJSON) | undefined;
|
|
137
137
|
id?: number | undefined;
|
|
138
138
|
uuid?: string | undefined;
|
|
@@ -339,7 +339,7 @@ export declare class NgtsCatmullRomLine {
|
|
|
339
339
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").LineMaterial, [import("three-stdlib").LineMaterialParameters]>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>[TEventKey_1]) => any) => void) & any;
|
|
340
340
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
341
341
|
__ngt_args__: [import("three-stdlib").LineMaterialParameters];
|
|
342
|
-
type?: string | undefined;
|
|
342
|
+
readonly type?: string | undefined;
|
|
343
343
|
toJSON?: ((meta?: import("three").JSONMeta) => import("three").ShaderMaterialJSON) | undefined;
|
|
344
344
|
id?: number | undefined;
|
|
345
345
|
uuid?: string | undefined;
|
|
@@ -217,7 +217,7 @@ export declare class NgtsEdges {
|
|
|
217
217
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").LineMaterial, [LineMaterialParameters]>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>[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);
|
|
218
218
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
219
219
|
__ngt_args__: [LineMaterialParameters];
|
|
220
|
-
type?: string | undefined;
|
|
220
|
+
readonly type?: string | undefined;
|
|
221
221
|
toJSON?: ((meta?: import("three").JSONMeta) => import("three").ShaderMaterialJSON) | undefined;
|
|
222
222
|
id?: number | undefined;
|
|
223
223
|
uuid?: string | undefined;
|
|
@@ -517,7 +517,7 @@ export declare class NgtsEdges {
|
|
|
517
517
|
removeEventListener: (<TEventKey_1 extends keyof import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>>(type: TEventKey_1, listener: (this: import("angular-three").NgtNodeElement<import("three-stdlib").LineMaterial, [LineMaterialParameters]>, ev: import("angular-three").NgtNodeEventMap<import("three-stdlib").LineMaterial>[TEventKey_1]) => any) => void) & any;
|
|
518
518
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
519
519
|
__ngt_args__: [LineMaterialParameters];
|
|
520
|
-
type?: string | undefined;
|
|
520
|
+
readonly type?: string | undefined;
|
|
521
521
|
toJSON?: ((meta?: import("three").JSONMeta) => import("three").ShaderMaterialJSON) | undefined;
|
|
522
522
|
id?: number | undefined;
|
|
523
523
|
uuid?: string | undefined;
|
|
@@ -29,7 +29,7 @@ export type NgtsMeshTransmissionMaterialOptions = Partial<NgtMeshPhysicalMateria
|
|
|
29
29
|
export declare class NgtsMeshTransmissionMaterial {
|
|
30
30
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
31
31
|
options: import("@angular/core").InputSignalWithTransform<NgtsMeshTransmissionMaterialOptions, "" | Partial<NgtsMeshTransmissionMaterialOptions>>;
|
|
32
|
-
parameters: import("@angular/core").Signal<Omit<NgtsMeshTransmissionMaterialOptions, "
|
|
32
|
+
parameters: import("@angular/core").Signal<Omit<NgtsMeshTransmissionMaterialOptions, "thickness" | "anisotropy" | "transmission" | "side" | "buffer" | "anisotropicBlur" | "samples" | "transmissionSampler" | "backside" | "backsideThickness" | "backsideEnvMapIntensity" | "resolution" | "backsideResolution" | "background">>;
|
|
33
33
|
private resolution;
|
|
34
34
|
private backsideResolution;
|
|
35
35
|
private samples;
|
package/misc/lib/html/html.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare class NgtsHTML {
|
|
|
14
14
|
groupRef: import("@angular/core").Signal<ElementRef<Group<import("three").Object3DEventMap>>>;
|
|
15
15
|
occlusionMeshRef: import("@angular/core").Signal<ElementRef<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>> | undefined>;
|
|
16
16
|
occlusionGeometryRef: import("@angular/core").Signal<ElementRef<PlaneGeometry> | undefined>;
|
|
17
|
-
occlude: import("@angular/core").Signal<boolean | "raycast" |
|
|
17
|
+
occlude: import("@angular/core").Signal<boolean | "raycast" | Object3D<import("three").Object3DEventMap>[] | ElementRef<Object3D<import("three").Object3DEventMap>>[] | "blending">;
|
|
18
18
|
transform: import("@angular/core").Signal<boolean>;
|
|
19
19
|
castShadow: import("@angular/core").Signal<boolean>;
|
|
20
20
|
receiveShadow: import("@angular/core").Signal<boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-three-soba",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -69,6 +69,12 @@
|
|
|
69
69
|
"esm": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
70
70
|
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
71
71
|
},
|
|
72
|
+
"./materials": {
|
|
73
|
+
"types": "./materials/index.d.ts",
|
|
74
|
+
"esm2022": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
75
|
+
"esm": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
76
|
+
"default": "./fesm2022/angular-three-soba-materials.mjs"
|
|
77
|
+
},
|
|
72
78
|
"./cameras": {
|
|
73
79
|
"types": "./cameras/index.d.ts",
|
|
74
80
|
"esm2022": "./esm2022/cameras/angular-three-soba-cameras.mjs",
|
|
@@ -81,12 +87,6 @@
|
|
|
81
87
|
"esm": "./esm2022/gizmos/angular-three-soba-gizmos.mjs",
|
|
82
88
|
"default": "./fesm2022/angular-three-soba-gizmos.mjs"
|
|
83
89
|
},
|
|
84
|
-
"./materials": {
|
|
85
|
-
"types": "./materials/index.d.ts",
|
|
86
|
-
"esm2022": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
87
|
-
"esm": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
88
|
-
"default": "./fesm2022/angular-three-soba-materials.mjs"
|
|
89
|
-
},
|
|
90
90
|
"./performances": {
|
|
91
91
|
"types": "./performances/index.d.ts",
|
|
92
92
|
"esm2022": "./esm2022/performances/angular-three-soba-performances.mjs",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"maath": ">=0.10.0 <0.11.0",
|
|
117
117
|
"meshline": "^3.1.0",
|
|
118
118
|
"stats-gl": ">=2.0.0",
|
|
119
|
-
"three": ">=0.148.0 <0.
|
|
120
|
-
"three-custom-shader-material": ">=5.
|
|
119
|
+
"three": ">=0.148.0 <0.171.0",
|
|
120
|
+
"three-custom-shader-material": ">=5.5.0 <6.3.0",
|
|
121
121
|
"three-mesh-bvh": ">=0.5.0 <0.9.0",
|
|
122
122
|
"three-stdlib": "^2.0.0",
|
|
123
123
|
"troika-three-text": ">=0.47.0 <0.53.0"
|