angular-three-soba 4.0.0-next.92 → 4.0.0-next.93
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-three-soba",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.93",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -39,26 +39,26 @@
|
|
|
39
39
|
"types": "./cameras/index.d.ts",
|
|
40
40
|
"default": "./fesm2022/angular-three-soba-cameras.mjs"
|
|
41
41
|
},
|
|
42
|
-
"./controls": {
|
|
43
|
-
"types": "./controls/index.d.ts",
|
|
44
|
-
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
45
|
-
},
|
|
46
42
|
"./gizmos": {
|
|
47
43
|
"types": "./gizmos/index.d.ts",
|
|
48
44
|
"default": "./fesm2022/angular-three-soba-gizmos.mjs"
|
|
49
45
|
},
|
|
50
|
-
"./loaders": {
|
|
51
|
-
"types": "./loaders/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/angular-three-soba-loaders.mjs"
|
|
53
|
-
},
|
|
54
46
|
"./materials": {
|
|
55
47
|
"types": "./materials/index.d.ts",
|
|
56
48
|
"default": "./fesm2022/angular-three-soba-materials.mjs"
|
|
57
49
|
},
|
|
50
|
+
"./controls": {
|
|
51
|
+
"types": "./controls/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
53
|
+
},
|
|
58
54
|
"./misc": {
|
|
59
55
|
"types": "./misc/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/angular-three-soba-misc.mjs"
|
|
61
57
|
},
|
|
58
|
+
"./loaders": {
|
|
59
|
+
"types": "./loaders/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/angular-three-soba-loaders.mjs"
|
|
61
|
+
},
|
|
62
62
|
"./performances": {
|
|
63
63
|
"types": "./performances/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/angular-three-soba-performances.mjs"
|
|
@@ -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" | "
|
|
33
|
+
parameters: import("@angular/core").Signal<Omit<NgtsAccumulativeShadowsOptions, "scale" | "frames" | "blend" | "limit" | "temporal" | "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;
|
package/staging/lib/center.d.ts
CHANGED
|
@@ -38,12 +38,12 @@ export interface NgtsCenterOptions {
|
|
|
38
38
|
}
|
|
39
39
|
export declare class NgtsCenter {
|
|
40
40
|
options: import("@angular/core").InputSignalWithTransform<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "" | Partial<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions>>;
|
|
41
|
-
protected parameters: import("@angular/core").Signal<Omit<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "
|
|
41
|
+
protected parameters: import("@angular/core").Signal<Omit<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
|
|
42
42
|
centered: import("@angular/core").OutputEmitterRef<NgtsCenterState>;
|
|
43
43
|
groupRef: import("@angular/core").Signal<ElementRef<THREE.Group<THREE.Object3DEventMap>>>;
|
|
44
44
|
private outerRef;
|
|
45
45
|
private innerRef;
|
|
46
|
-
centerOptions: import("@angular/core").Signal<Pick<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "
|
|
46
|
+
centerOptions: import("@angular/core").Signal<Pick<Partial<import("angular-three").NgtThreeElement<typeof THREE.Group>> & NgtsCenterOptions, "disable" | "top" | "left" | "right" | "bottom" | "precise" | "cacheKey" | "front" | "back" | "disableX" | "disableY" | "disableZ">>;
|
|
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>;
|
package/staging/lib/sky.d.ts
CHANGED
|
@@ -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" | "
|
|
18
|
+
protected parameters: import("@angular/core").Signal<Omit<NgtsSkyOptions, "distance" | "inclination" | "azimuth" | "mieCoefficient" | "mieDirectionalG" | "turbidity" | "sunPosition">>;
|
|
19
19
|
private distance;
|
|
20
20
|
protected turbidity: import("@angular/core").Signal<number>;
|
|
21
21
|
protected mieCoefficient: import("@angular/core").Signal<number>;
|
package/staging/lib/stage.d.ts
CHANGED
|
@@ -57,9 +57,6 @@ 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
|
-
} | {
|
|
63
60
|
readonly main: readonly [1, 2, 1];
|
|
64
61
|
readonly fill: readonly [-2, -0.5, -2];
|
|
65
62
|
} | {
|
|
@@ -71,6 +68,9 @@ export declare class NgtsStage {
|
|
|
71
68
|
} | {
|
|
72
69
|
readonly main: readonly [-2, 4, 4];
|
|
73
70
|
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>;
|