@tresjs/cientos 5.3.0 → 5.4.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.
- package/dist/trescientos.d.ts +473 -687
- package/dist/trescientos.js +362 -213
- package/package.json +5 -4
package/dist/trescientos.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @tresjs/cientos
|
|
3
|
-
* version: v5.
|
|
3
|
+
* version: v5.4.0
|
|
4
4
|
* (c) 2026
|
|
5
5
|
* description: Collection of useful helpers and fully functional, ready-made abstractions for Tres
|
|
6
6
|
* author: Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)
|
|
7
7
|
*/
|
|
8
|
-
import * as
|
|
8
|
+
import * as vue124 from "vue";
|
|
9
9
|
import { ComputedRef, MaybeRef, MaybeRefOrGetter, Ref } from "vue";
|
|
10
10
|
import * as _tresjs_core0 from "@tresjs/core";
|
|
11
11
|
import { TresCamera, TresColor, TresObject, TresObject3D, TresOptions, TresRenderer, TresVector2, TresVector3, VectorFlexibleParams } from "@tresjs/core";
|
|
@@ -88,13 +88,13 @@ declare var __VLS_36: {};
|
|
|
88
88
|
type __VLS_Slots$42 = {} & {
|
|
89
89
|
default?: (props: typeof __VLS_36) => any;
|
|
90
90
|
};
|
|
91
|
-
declare const __VLS_base$42:
|
|
92
|
-
instance:
|
|
93
|
-
}, {}, {}, {},
|
|
91
|
+
declare const __VLS_base$42: vue124.DefineComponent<AnimatedSpriteProps, {
|
|
92
|
+
instance: vue124.ShallowRef<any, any>;
|
|
93
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {} & {
|
|
94
94
|
end: (frameName: string) => any;
|
|
95
95
|
loop: (frameName: string) => any;
|
|
96
96
|
frame: (frameName: string) => any;
|
|
97
|
-
}, string,
|
|
97
|
+
}, string, vue124.PublicProps, Readonly<AnimatedSpriteProps> & Readonly<{
|
|
98
98
|
onEnd?: ((frameName: string) => any) | undefined;
|
|
99
99
|
onLoop?: ((frameName: string) => any) | undefined;
|
|
100
100
|
onFrame?: ((frameName: string) => any) | undefined;
|
|
@@ -111,7 +111,7 @@ declare const __VLS_base$42: vue112.DefineComponent<AnimatedSpriteProps, {
|
|
|
111
111
|
resetOnEnd: boolean;
|
|
112
112
|
asSprite: boolean;
|
|
113
113
|
center: TresVector2;
|
|
114
|
-
}, {}, {}, {}, string,
|
|
114
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
115
115
|
declare const __VLS_export$82: __VLS_WithSlots$42<typeof __VLS_base$42, __VLS_Slots$42>;
|
|
116
116
|
declare const _default$2: typeof __VLS_export$82;
|
|
117
117
|
type __VLS_WithSlots$42<T, S> = T & {
|
|
@@ -147,14 +147,14 @@ declare var __VLS_14$16: {};
|
|
|
147
147
|
type __VLS_Slots$41 = {} & {
|
|
148
148
|
default?: (props: typeof __VLS_14$16) => any;
|
|
149
149
|
};
|
|
150
|
-
declare const __VLS_base$41:
|
|
151
|
-
instance:
|
|
152
|
-
fbo:
|
|
153
|
-
camera:
|
|
150
|
+
declare const __VLS_base$41: vue124.DefineComponent<Props$2, {
|
|
151
|
+
instance: vue124.ShallowRef<Group<three12.Object3DEventMap> | undefined, Group<three12.Object3DEventMap> | undefined>;
|
|
152
|
+
fbo: vue124.ComputedRef<three12.WebGLCubeRenderTarget>;
|
|
153
|
+
camera: vue124.ComputedRef<three12.CubeCamera>;
|
|
154
154
|
update: () => void;
|
|
155
|
-
}, {}, {}, {},
|
|
155
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<Props$2> & Readonly<{}>, {
|
|
156
156
|
frames: MaybeRefOrGetter<number>;
|
|
157
|
-
}, {}, {}, {}, string,
|
|
157
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
158
158
|
declare const __VLS_export$81: __VLS_WithSlots$41<typeof __VLS_base$41, __VLS_Slots$41>;
|
|
159
159
|
declare const _default$14: typeof __VLS_export$81;
|
|
160
160
|
type __VLS_WithSlots$41<T, S> = T & {
|
|
@@ -187,15 +187,15 @@ declare var __VLS_17$2: {};
|
|
|
187
187
|
type __VLS_Slots$40 = {} & {
|
|
188
188
|
default?: (props: typeof __VLS_17$2) => any;
|
|
189
189
|
};
|
|
190
|
-
declare const __VLS_base$40:
|
|
191
|
-
instance:
|
|
190
|
+
declare const __VLS_base$40: vue124.DefineComponent<BillboardProps, {
|
|
191
|
+
instance: vue124.ShallowRef<Group<three12.Object3DEventMap>, Group<three12.Object3DEventMap>>;
|
|
192
192
|
update: typeof update$1;
|
|
193
|
-
}, {}, {}, {},
|
|
193
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<BillboardProps> & Readonly<{}>, {
|
|
194
194
|
autoUpdate: boolean;
|
|
195
195
|
lockX: boolean;
|
|
196
196
|
lockY: boolean;
|
|
197
197
|
lockZ: boolean;
|
|
198
|
-
}, {}, {}, {}, string,
|
|
198
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
199
199
|
declare const __VLS_export$80: __VLS_WithSlots$40<typeof __VLS_base$40, __VLS_Slots$40>;
|
|
200
200
|
declare const _default$4: typeof __VLS_export$80;
|
|
201
201
|
type __VLS_WithSlots$40<T, S> = T & {
|
|
@@ -254,7 +254,7 @@ interface AudioProps {
|
|
|
254
254
|
*/
|
|
255
255
|
playbackRate?: number;
|
|
256
256
|
}
|
|
257
|
-
declare const GlobalAudio:
|
|
257
|
+
declare const GlobalAudio: vue124.DefineComponent<AudioProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<AudioProps> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
258
258
|
//#endregion
|
|
259
259
|
//#region src/core/abstractions/GradientTexture.vue.d.ts
|
|
260
260
|
type GradientType = 'linear' | 'radial';
|
|
@@ -292,16 +292,16 @@ interface Props$1 {
|
|
|
292
292
|
*/
|
|
293
293
|
outerCircleRadius?: string | number;
|
|
294
294
|
}
|
|
295
|
-
declare const __VLS_export$79:
|
|
296
|
-
instance:
|
|
297
|
-
}, {}, {}, {},
|
|
295
|
+
declare const __VLS_export$79: vue124.DefineComponent<Props$1, {
|
|
296
|
+
instance: vue124.ShallowRef<any, any>;
|
|
297
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<Props$1> & Readonly<{}>, {
|
|
298
298
|
type: GradientType;
|
|
299
299
|
width: number;
|
|
300
300
|
height: number;
|
|
301
301
|
attach: string;
|
|
302
302
|
innerCircleRadius: number;
|
|
303
303
|
outerCircleRadius: string | number;
|
|
304
|
-
}, {}, {}, {}, string,
|
|
304
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
305
305
|
declare const _default$25: typeof __VLS_export$79;
|
|
306
306
|
//#endregion
|
|
307
307
|
//#region src/core/abstractions/Image/component.vue.d.ts
|
|
@@ -309,7 +309,7 @@ declare var __VLS_9$11: {};
|
|
|
309
309
|
type __VLS_Slots$39 = {} & {
|
|
310
310
|
default?: (props: typeof __VLS_9$11) => any;
|
|
311
311
|
};
|
|
312
|
-
declare const __VLS_base$39:
|
|
312
|
+
declare const __VLS_base$39: vue124.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue124.PublicProps>;
|
|
313
313
|
declare const __VLS_export$78: __VLS_WithSlots$39<typeof __VLS_base$39, __VLS_Slots$39>;
|
|
314
314
|
declare const _default$31: typeof __VLS_export$78;
|
|
315
315
|
type __VLS_WithSlots$39<T, S> = T & {
|
|
@@ -392,18 +392,18 @@ interface LensflareProps {
|
|
|
392
392
|
*/
|
|
393
393
|
texture?: Texture | string;
|
|
394
394
|
}
|
|
395
|
-
declare const __VLS_export$77:
|
|
396
|
-
instance:
|
|
397
|
-
}, {}, {}, {},
|
|
395
|
+
declare const __VLS_export$77: vue124.DefineComponent<LensflareProps, {
|
|
396
|
+
instance: vue124.ShallowRef<Lensflare | undefined, Lensflare | undefined>;
|
|
397
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<LensflareProps> & Readonly<{}>, {
|
|
398
398
|
color: TresColor;
|
|
399
|
-
scale: number;
|
|
400
399
|
size: number;
|
|
400
|
+
scale: number;
|
|
401
401
|
distance: number;
|
|
402
402
|
texture: Texture | string;
|
|
403
403
|
elements: Partial<LensflareElementProps>[];
|
|
404
404
|
seed: number;
|
|
405
405
|
seedProps: SeedProps[];
|
|
406
|
-
}, {}, {}, {}, string,
|
|
406
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
407
407
|
declare const _default$34: typeof __VLS_export$77;
|
|
408
408
|
//#endregion
|
|
409
409
|
//#region src/core/abstractions/Levioso.vue.d.ts
|
|
@@ -417,14 +417,14 @@ declare var __VLS_9$10: {};
|
|
|
417
417
|
type __VLS_Slots$38 = {} & {
|
|
418
418
|
default?: (props: typeof __VLS_9$10) => any;
|
|
419
419
|
};
|
|
420
|
-
declare const __VLS_base$38:
|
|
421
|
-
instance:
|
|
422
|
-
}, {}, {}, {},
|
|
420
|
+
declare const __VLS_base$38: vue124.DefineComponent<__VLS_Props$6, {
|
|
421
|
+
instance: vue124.ShallowRef<any, any>;
|
|
422
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<__VLS_Props$6> & Readonly<{}>, {
|
|
423
423
|
speed: number;
|
|
424
424
|
rotationFactor: number;
|
|
425
425
|
floatFactor: number;
|
|
426
426
|
range: [number, number];
|
|
427
|
-
}, {}, {}, {}, string,
|
|
427
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
428
428
|
declare const __VLS_export$76: __VLS_WithSlots$38<typeof __VLS_base$38, __VLS_Slots$38>;
|
|
429
429
|
declare const _default$35: typeof __VLS_export$76;
|
|
430
430
|
type __VLS_WithSlots$38<T, S> = T & {
|
|
@@ -439,12 +439,12 @@ interface MarchingCubeProps {
|
|
|
439
439
|
subtract?: number;
|
|
440
440
|
color?: ColorRepresentation;
|
|
441
441
|
}
|
|
442
|
-
declare const __VLS_export$75:
|
|
443
|
-
instance:
|
|
444
|
-
}, {}, {}, {},
|
|
442
|
+
declare const __VLS_export$75: vue124.DefineComponent<MarchingCubeProps, {
|
|
443
|
+
instance: vue124.ShallowRef<any, any>;
|
|
444
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<MarchingCubeProps> & Readonly<{}>, {
|
|
445
445
|
strength: number;
|
|
446
446
|
subtract: number;
|
|
447
|
-
}, {}, {}, {}, string,
|
|
447
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
448
448
|
declare const _default$39: typeof __VLS_export$75;
|
|
449
449
|
//#endregion
|
|
450
450
|
//#region src/core/abstractions/MarchingCubes/MarchingCubes.vue.d.ts
|
|
@@ -458,14 +458,14 @@ declare var __VLS_8$1: {};
|
|
|
458
458
|
type __VLS_Slots$37 = {} & {
|
|
459
459
|
default?: (props: typeof __VLS_8$1) => any;
|
|
460
460
|
};
|
|
461
|
-
declare const __VLS_base$37:
|
|
462
|
-
instance:
|
|
463
|
-
}, {}, {}, {},
|
|
461
|
+
declare const __VLS_base$37: vue124.DefineComponent<MarchingCubesProps, {
|
|
462
|
+
instance: vue124.ComputedRef<MarchingCubes>;
|
|
463
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<MarchingCubesProps> & Readonly<{}>, {
|
|
464
464
|
resolution: number;
|
|
465
465
|
maxPolyCount: number;
|
|
466
466
|
enableUvs: boolean;
|
|
467
467
|
enableColors: boolean;
|
|
468
|
-
}, {}, {}, {}, string,
|
|
468
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
469
469
|
declare const __VLS_export$74: __VLS_WithSlots$37<typeof __VLS_base$37, __VLS_Slots$37>;
|
|
470
470
|
declare const _default$40: typeof __VLS_export$74;
|
|
471
471
|
type __VLS_WithSlots$37<T, S> = T & {
|
|
@@ -480,11 +480,11 @@ interface MarchingPlaneProps {
|
|
|
480
480
|
strength?: number;
|
|
481
481
|
subtract?: number;
|
|
482
482
|
}
|
|
483
|
-
declare const __VLS_export$73:
|
|
483
|
+
declare const __VLS_export$73: vue124.DefineComponent<MarchingPlaneProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<MarchingPlaneProps> & Readonly<{}>, {
|
|
484
484
|
strength: number;
|
|
485
485
|
subtract: number;
|
|
486
486
|
planeType: "x" | "y" | "z";
|
|
487
|
-
}, {}, {}, {}, string,
|
|
487
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
488
488
|
declare const _default$41: typeof __VLS_export$73;
|
|
489
489
|
//#endregion
|
|
490
490
|
//#region src/core/abstractions/Mask/component.vue.d.ts
|
|
@@ -500,13 +500,13 @@ declare var __VLS_9$9: {};
|
|
|
500
500
|
type __VLS_Slots$36 = {} & {
|
|
501
501
|
default?: (props: typeof __VLS_9$9) => any;
|
|
502
502
|
};
|
|
503
|
-
declare const __VLS_base$36:
|
|
504
|
-
instance:
|
|
505
|
-
}, {}, {}, {},
|
|
503
|
+
declare const __VLS_base$36: vue124.DefineComponent<MaskProps, {
|
|
504
|
+
instance: vue124.ShallowRef<Mesh<three12.BufferGeometry<three12.NormalBufferAttributes, three12.BufferGeometryEventMap>, three12.Material | three12.Material[], three12.Object3DEventMap> | undefined, Mesh<three12.BufferGeometry<three12.NormalBufferAttributes, three12.BufferGeometryEventMap>, three12.Material | three12.Material[], three12.Object3DEventMap> | undefined>;
|
|
505
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<MaskProps> & Readonly<{}>, {
|
|
506
506
|
depthWrite: boolean;
|
|
507
507
|
colorWrite: boolean;
|
|
508
508
|
id: number;
|
|
509
|
-
}, {}, {}, {}, string,
|
|
509
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
510
510
|
declare const __VLS_export$72: __VLS_WithSlots$36<typeof __VLS_base$36, __VLS_Slots$36>;
|
|
511
511
|
declare const _default$42: typeof __VLS_export$72;
|
|
512
512
|
type __VLS_WithSlots$36<T, S> = T & {
|
|
@@ -550,12 +550,12 @@ interface MouseParallaxProps {
|
|
|
550
550
|
*/
|
|
551
551
|
local?: boolean;
|
|
552
552
|
}
|
|
553
|
-
declare const __VLS_export$71:
|
|
553
|
+
declare const __VLS_export$71: vue124.DefineComponent<MouseParallaxProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<MouseParallaxProps> & Readonly<{}>, {
|
|
554
554
|
local: boolean;
|
|
555
555
|
disabled: boolean;
|
|
556
556
|
factor: number | [number, number];
|
|
557
557
|
ease: number | [number, number];
|
|
558
|
-
}, {}, {}, {}, string,
|
|
558
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
559
559
|
declare const _default$47: typeof __VLS_export$71;
|
|
560
560
|
//#endregion
|
|
561
561
|
//#region src/core/abstractions/Outline/component.vue.d.ts
|
|
@@ -577,9 +577,9 @@ interface OutlineProps {
|
|
|
577
577
|
polygonOffsetFactor?: number;
|
|
578
578
|
renderOrder?: number;
|
|
579
579
|
}
|
|
580
|
-
declare const __VLS_export$70:
|
|
581
|
-
instance:
|
|
582
|
-
}, {}, {}, {},
|
|
580
|
+
declare const __VLS_export$70: vue124.DefineComponent<OutlineProps, {
|
|
581
|
+
instance: vue124.ShallowRef<any, any>;
|
|
582
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<OutlineProps> & Readonly<{}>, {
|
|
583
583
|
toneMapped: boolean;
|
|
584
584
|
color: TresColor;
|
|
585
585
|
opacity: number;
|
|
@@ -590,7 +590,7 @@ declare const __VLS_export$70: vue112.DefineComponent<OutlineProps, {
|
|
|
590
590
|
thickness: number;
|
|
591
591
|
angle: number;
|
|
592
592
|
renderOrder: number;
|
|
593
|
-
}, {}, {}, {}, string,
|
|
593
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
594
594
|
declare const _default$51: typeof __VLS_export$70;
|
|
595
595
|
//#endregion
|
|
596
596
|
//#region src/core/abstractions/PositionalAudio.vue.d.ts
|
|
@@ -605,15 +605,15 @@ interface PositionalAudioProps {
|
|
|
605
605
|
outerAngle?: number;
|
|
606
606
|
outerGain?: number;
|
|
607
607
|
}
|
|
608
|
-
declare const __VLS_export$69:
|
|
609
|
-
instance:
|
|
608
|
+
declare const __VLS_export$69: vue124.DefineComponent<PositionalAudioProps, {
|
|
609
|
+
instance: vue124.ShallowRef<PositionalAudio | null, PositionalAudio | null>;
|
|
610
610
|
play: () => void;
|
|
611
611
|
stop: () => void;
|
|
612
612
|
pause: () => void;
|
|
613
613
|
dispose: () => void;
|
|
614
|
-
}, {}, {}, {},
|
|
614
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
615
615
|
isPlaying: (...args: any[]) => void;
|
|
616
|
-
}, string,
|
|
616
|
+
}, string, vue124.PublicProps, Readonly<PositionalAudioProps> & Readonly<{
|
|
617
617
|
onIsPlaying?: ((...args: any[]) => any) | undefined;
|
|
618
618
|
}>, {
|
|
619
619
|
distance: number;
|
|
@@ -624,7 +624,7 @@ declare const __VLS_export$69: vue112.DefineComponent<PositionalAudioProps, {
|
|
|
624
624
|
innerAngle: number;
|
|
625
625
|
outerAngle: number;
|
|
626
626
|
outerGain: number;
|
|
627
|
-
}, {}, {}, {}, string,
|
|
627
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
628
628
|
declare const _default$55: typeof __VLS_export$69;
|
|
629
629
|
//#endregion
|
|
630
630
|
//#region src/core/abstractions/Reflector.vue.d.ts
|
|
@@ -688,16 +688,16 @@ declare var __VLS_9$8: {};
|
|
|
688
688
|
type __VLS_Slots$35 = {} & {
|
|
689
689
|
default?: (props: typeof __VLS_9$8) => any;
|
|
690
690
|
};
|
|
691
|
-
declare const __VLS_base$35:
|
|
692
|
-
instance:
|
|
693
|
-
}, {}, {}, {},
|
|
691
|
+
declare const __VLS_base$35: vue124.DefineComponent<ReflectorProps, {
|
|
692
|
+
instance: vue124.ShallowRef<Reflector | undefined, Reflector | undefined>;
|
|
693
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<ReflectorProps> & Readonly<{}>, {
|
|
694
694
|
color: TresColor;
|
|
695
695
|
textureWidth: number;
|
|
696
696
|
textureHeight: number;
|
|
697
697
|
clipBias: number;
|
|
698
698
|
multisample: number;
|
|
699
699
|
shader: object;
|
|
700
|
-
}, {}, {}, {}, string,
|
|
700
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
701
701
|
declare const __VLS_export$68: __VLS_WithSlots$35<typeof __VLS_base$35, __VLS_Slots$35>;
|
|
702
702
|
declare const _default$59: typeof __VLS_export$68;
|
|
703
703
|
type __VLS_WithSlots$35<T, S> = T & {
|
|
@@ -718,11 +718,11 @@ declare var __VLS_15: {};
|
|
|
718
718
|
type __VLS_Slots$34 = {} & {
|
|
719
719
|
default?: (props: typeof __VLS_15) => any;
|
|
720
720
|
};
|
|
721
|
-
declare const __VLS_base$34:
|
|
722
|
-
instance:
|
|
723
|
-
}, {}, {}, {},
|
|
721
|
+
declare const __VLS_base$34: vue124.DefineComponent<ScreenSpaceProps, {
|
|
722
|
+
instance: vue124.ShallowRef<any, any>;
|
|
723
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<ScreenSpaceProps> & Readonly<{}>, {
|
|
724
724
|
depth: number;
|
|
725
|
-
}, {}, {}, {}, string,
|
|
725
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
726
726
|
declare const __VLS_export$67: __VLS_WithSlots$34<typeof __VLS_base$34, __VLS_Slots$34>;
|
|
727
727
|
declare const _default$65: typeof __VLS_export$67;
|
|
728
728
|
type __VLS_WithSlots$34<T, S> = T & {
|
|
@@ -852,11 +852,11 @@ declare var __VLS_14$15: {};
|
|
|
852
852
|
type __VLS_Slots$33 = {} & {
|
|
853
853
|
default?: (props: typeof __VLS_14$15) => any;
|
|
854
854
|
};
|
|
855
|
-
declare const __VLS_base$33:
|
|
856
|
-
instance:
|
|
857
|
-
}, {}, {}, {},
|
|
858
|
-
height: number;
|
|
855
|
+
declare const __VLS_base$33: vue124.DefineComponent<Text3DProps, {
|
|
856
|
+
instance: vue124.ShallowRef<any, any>;
|
|
857
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<Text3DProps> & Readonly<{}>, {
|
|
859
858
|
size: number;
|
|
859
|
+
height: number;
|
|
860
860
|
center: boolean;
|
|
861
861
|
curveSegments: number;
|
|
862
862
|
bevelEnabled: boolean;
|
|
@@ -865,7 +865,7 @@ declare const __VLS_base$33: vue112.DefineComponent<Text3DProps, {
|
|
|
865
865
|
bevelOffset: number;
|
|
866
866
|
bevelSegments: number;
|
|
867
867
|
needUpdates: boolean;
|
|
868
|
-
}, {}, {}, {}, string,
|
|
868
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
869
869
|
declare const __VLS_export$66: __VLS_WithSlots$33<typeof __VLS_base$33, __VLS_Slots$33>;
|
|
870
870
|
declare const _default$76: typeof __VLS_export$66;
|
|
871
871
|
type __VLS_WithSlots$33<T, S> = T & {
|
|
@@ -887,10 +887,10 @@ type __VLS_WithSlots$33<T, S> = T & {
|
|
|
887
887
|
declare function useAnimations<T extends AnimationClip>(animations: MaybeRef<T[]>, modelRef?: MaybeRef<Object3D | undefined | null>, options?: {
|
|
888
888
|
manualUpdate?: boolean;
|
|
889
889
|
}): {
|
|
890
|
-
actions:
|
|
890
|
+
actions: vue124.ShallowReactive<{
|
|
891
891
|
[key: string]: AnimationAction | undefined;
|
|
892
892
|
}>;
|
|
893
|
-
mixer:
|
|
893
|
+
mixer: vue124.ComputedRef<AnimationMixer>;
|
|
894
894
|
};
|
|
895
895
|
//#endregion
|
|
896
896
|
//#region src/core/abstractions/Mask/useMask.d.ts
|
|
@@ -921,13 +921,13 @@ interface FboOptions {
|
|
|
921
921
|
declare function useFBO(options: FboOptions): Ref<WebGLRenderTarget<three12.Texture<unknown>> | null, WebGLRenderTarget<three12.Texture<unknown>> | null>;
|
|
922
922
|
//#endregion
|
|
923
923
|
//#region src/core/abstractions/useFBO/component.vue.d.ts
|
|
924
|
-
declare const __VLS_export$65:
|
|
925
|
-
instance:
|
|
926
|
-
}, {}, {}, {},
|
|
924
|
+
declare const __VLS_export$65: vue124.DefineComponent<FboOptions, {
|
|
925
|
+
instance: vue124.Ref<three12.WebGLRenderTarget<three12.Texture<unknown>> | null, three12.WebGLRenderTarget<three12.Texture<unknown>> | null>;
|
|
926
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<FboOptions> & Readonly<{}>, {
|
|
927
927
|
depth: boolean;
|
|
928
928
|
settings: three12.RenderTargetOptions;
|
|
929
929
|
autoRender: boolean;
|
|
930
|
-
}, {}, {}, {}, string,
|
|
930
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
931
931
|
declare const _default$22: typeof __VLS_export$65;
|
|
932
932
|
//#endregion
|
|
933
933
|
//#region src/core/abstractions/useSurfaceSampler/index.d.ts
|
|
@@ -968,7 +968,7 @@ type TransformPayload = SamplePayload & {
|
|
|
968
968
|
};
|
|
969
969
|
type TransformFn = (payload: TransformPayload, i: number) => void;
|
|
970
970
|
declare const useSurfaceSampler: (mesh: Mesh, count?: number, instanceMesh?: InstancedMesh | null, weight?: string, transform?: TransformFn) => {
|
|
971
|
-
buffer:
|
|
971
|
+
buffer: vue124.Ref<{
|
|
972
972
|
readonly isInterleavedBuffer: true;
|
|
973
973
|
array: {
|
|
974
974
|
[x: number]: number;
|
|
@@ -2346,9 +2346,9 @@ declare var __VLS_9$7: {};
|
|
|
2346
2346
|
type __VLS_Slots$32 = {} & {
|
|
2347
2347
|
default?: (props: typeof __VLS_9$7) => any;
|
|
2348
2348
|
};
|
|
2349
|
-
declare const __VLS_base$32:
|
|
2350
|
-
samplerRef:
|
|
2351
|
-
}, {}, {}, {},
|
|
2349
|
+
declare const __VLS_base$32: vue124.DefineComponent<useSurfaceSamplerProps, {
|
|
2350
|
+
samplerRef: vue124.Ref<any, any>;
|
|
2351
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<useSurfaceSamplerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
2352
2352
|
declare const __VLS_export$64: __VLS_WithSlots$32<typeof __VLS_base$32, __VLS_Slots$32>;
|
|
2353
2353
|
declare const _default$62: typeof __VLS_export$64;
|
|
2354
2354
|
type __VLS_WithSlots$32<T, S> = T & {
|
|
@@ -2362,9 +2362,9 @@ declare var __VLS_17$1: {};
|
|
|
2362
2362
|
type __VLS_Slots$31 = {} & {
|
|
2363
2363
|
default?: (props: typeof __VLS_17$1) => any;
|
|
2364
2364
|
};
|
|
2365
|
-
declare const __VLS_base$31:
|
|
2366
|
-
instance:
|
|
2367
|
-
}, {}, {}, {},
|
|
2365
|
+
declare const __VLS_base$31: vue124.DefineComponent<{}, {
|
|
2366
|
+
instance: vue124.ShallowRef<any, any>;
|
|
2367
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, true, {}, any>;
|
|
2368
2368
|
declare const __VLS_export$63: __VLS_WithSlots$31<typeof __VLS_base$31, __VLS_Slots$31>;
|
|
2369
2369
|
declare const _default$64: typeof __VLS_export$63;
|
|
2370
2370
|
type __VLS_WithSlots$31<T, S> = T & {
|
|
@@ -2382,12 +2382,12 @@ declare var __VLS_9$6: {};
|
|
|
2382
2382
|
type __VLS_Slots$30 = {} & {
|
|
2383
2383
|
default?: (props: typeof __VLS_9$6) => any;
|
|
2384
2384
|
};
|
|
2385
|
-
declare const __VLS_base$30:
|
|
2386
|
-
instance:
|
|
2387
|
-
}, {}, {}, {},
|
|
2385
|
+
declare const __VLS_base$30: vue124.DefineComponent<EdgesProps, {
|
|
2386
|
+
instance: vue124.ShallowRef<LineSegments<BufferGeometry<three12.NormalBufferAttributes, three12.BufferGeometryEventMap>, three12.Material | three12.Material[], three12.Object3DEventMap> | undefined, LineSegments<BufferGeometry<three12.NormalBufferAttributes, three12.BufferGeometryEventMap>, three12.Material | three12.Material[], three12.Object3DEventMap> | undefined>;
|
|
2387
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<EdgesProps> & Readonly<{}>, {
|
|
2388
2388
|
color: TresColor;
|
|
2389
2389
|
threshold: number;
|
|
2390
|
-
}, {}, {}, {}, string,
|
|
2390
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
2391
2391
|
declare const __VLS_export$62: __VLS_WithSlots$30<typeof __VLS_base$30, __VLS_Slots$30>;
|
|
2392
2392
|
declare const _default$19: typeof __VLS_export$62;
|
|
2393
2393
|
type __VLS_WithSlots$30<T, S> = T & {
|
|
@@ -2794,20 +2794,20 @@ interface CameraControlsProps {
|
|
|
2794
2794
|
touches?: Partial<CameraControls['touches']>;
|
|
2795
2795
|
}
|
|
2796
2796
|
declare const _default$7: typeof __VLS_export$61;
|
|
2797
|
-
declare const __VLS_export$61:
|
|
2798
|
-
instance:
|
|
2797
|
+
declare const __VLS_export$61: vue124.DefineComponent<CameraControlsProps, {
|
|
2798
|
+
instance: vue124.ShallowRef<(three12.EventDispatcher<{}> & {
|
|
2799
2799
|
enabled: boolean;
|
|
2800
2800
|
} & CameraControls) | null, (three12.EventDispatcher<{}> & {
|
|
2801
2801
|
enabled: boolean;
|
|
2802
2802
|
} & CameraControls) | null>;
|
|
2803
|
-
}, {}, {}, {},
|
|
2804
|
-
start: (
|
|
2805
|
-
change: (
|
|
2806
|
-
end: (
|
|
2807
|
-
}, string,
|
|
2808
|
-
onStart?: ((
|
|
2809
|
-
onChange?: ((
|
|
2810
|
-
onEnd?: ((
|
|
2803
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
2804
|
+
start: (controls: CameraControls) => any;
|
|
2805
|
+
change: (controls: CameraControls) => any;
|
|
2806
|
+
end: (controls: CameraControls) => any;
|
|
2807
|
+
}, string, vue124.PublicProps, Readonly<CameraControlsProps> & Readonly<{
|
|
2808
|
+
onStart?: ((controls: CameraControls) => any) | undefined;
|
|
2809
|
+
onChange?: ((controls: CameraControls) => any) | undefined;
|
|
2810
|
+
onEnd?: ((controls: CameraControls) => any) | undefined;
|
|
2811
2811
|
}>, {
|
|
2812
2812
|
distance: number;
|
|
2813
2813
|
makeDefault: boolean;
|
|
@@ -2836,7 +2836,7 @@ declare const __VLS_export$61: vue112.DefineComponent<CameraControlsProps, {
|
|
|
2836
2836
|
colliderMeshes: Object3D[];
|
|
2837
2837
|
mouseButtons: Partial<CameraControls["mouseButtons"]>;
|
|
2838
2838
|
touches: Partial<CameraControls["touches"]>;
|
|
2839
|
-
}, {}, {}, {}, string,
|
|
2839
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
2840
2840
|
//#endregion
|
|
2841
2841
|
//#region src/core/controls/Helper/component.vue.d.ts
|
|
2842
2842
|
type HelperConstructor = new (...args: any[]) => any;
|
|
@@ -2844,7 +2844,7 @@ interface HelperProps {
|
|
|
2844
2844
|
type: HelperConstructor;
|
|
2845
2845
|
args?: any[];
|
|
2846
2846
|
}
|
|
2847
|
-
declare const __VLS_export$60:
|
|
2847
|
+
declare const __VLS_export$60: vue124.DefineComponent<HelperProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<HelperProps> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
2848
2848
|
declare const _default$27: typeof __VLS_export$60;
|
|
2849
2849
|
//#endregion
|
|
2850
2850
|
//#region src/core/controls/KeyboardControls.vue.d.ts
|
|
@@ -2892,116 +2892,84 @@ interface KeyboardControlsProps {
|
|
|
2892
2892
|
*/
|
|
2893
2893
|
selector?: string;
|
|
2894
2894
|
}
|
|
2895
|
-
declare const __VLS_export$59:
|
|
2896
|
-
instance:
|
|
2897
|
-
}, {}, {}, {},
|
|
2895
|
+
declare const __VLS_export$59: vue124.DefineComponent<KeyboardControlsProps, {
|
|
2896
|
+
instance: vue124.Ref<_tresjs_core0.TresControl | null, _tresjs_core0.TresControl | null>;
|
|
2897
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
2898
2898
|
change: (...args: any[]) => void;
|
|
2899
2899
|
isLock: (...args: any[]) => void;
|
|
2900
|
-
}, string,
|
|
2900
|
+
}, string, vue124.PublicProps, Readonly<KeyboardControlsProps> & Readonly<{
|
|
2901
2901
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2902
2902
|
onIsLock?: ((...args: any[]) => any) | undefined;
|
|
2903
2903
|
}>, {
|
|
2904
2904
|
makeDefault: boolean;
|
|
2905
2905
|
moveSpeed: number;
|
|
2906
|
-
}, {}, {}, {}, string,
|
|
2906
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
2907
2907
|
declare const _default$32: typeof __VLS_export$59;
|
|
2908
2908
|
//#endregion
|
|
2909
|
-
//#region src/core/controls/
|
|
2910
|
-
|
|
2909
|
+
//#region src/core/controls/useOrbitLikeControls.d.ts
|
|
2910
|
+
/** Shared props for OrbitControls and MapControls (three-stdlib OrbitControls API). */
|
|
2911
|
+
interface OrbitLikeControlsProps {
|
|
2911
2912
|
/**
|
|
2912
2913
|
* Whether to make this the default controls.
|
|
2913
|
-
*
|
|
2914
2914
|
* @default false
|
|
2915
|
-
* @
|
|
2916
|
-
* @memberof MapControlsProps
|
|
2917
|
-
* @see https://threejs.org/docs/#examples/en/controls/MapControls
|
|
2915
|
+
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls
|
|
2918
2916
|
*/
|
|
2919
2917
|
makeDefault?: boolean;
|
|
2920
2918
|
/**
|
|
2921
2919
|
* The camera to control.
|
|
2922
|
-
*
|
|
2923
|
-
* @type {Camera}
|
|
2924
|
-
* @memberof MapControlsProps
|
|
2925
|
-
* @see https://threejs.org/docs/#examples/en/controls/MapControls
|
|
2920
|
+
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.camera
|
|
2926
2921
|
*/
|
|
2927
2922
|
camera?: Camera;
|
|
2928
2923
|
/**
|
|
2929
2924
|
* The dom element to listen to.
|
|
2930
|
-
*
|
|
2931
|
-
* @type {HTMLElement}
|
|
2932
|
-
* @memberof MapControlsProps
|
|
2933
|
-
* @see https://threejs.org/docs/#examples/en/controls/MapControls
|
|
2925
|
+
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.domElement
|
|
2934
2926
|
*/
|
|
2935
2927
|
domElement?: HTMLElement;
|
|
2936
2928
|
/**
|
|
2937
2929
|
* The target to orbit around.
|
|
2938
|
-
*
|
|
2939
|
-
* @type {TresVector3}
|
|
2940
|
-
* @memberof OrbitControlsProps
|
|
2941
2930
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.target
|
|
2942
2931
|
*/
|
|
2943
2932
|
target?: TresVector3;
|
|
2944
2933
|
/**
|
|
2945
2934
|
* Whether to enable damping (inertia)
|
|
2946
|
-
*
|
|
2947
2935
|
* @default false
|
|
2948
|
-
* @type {boolean}
|
|
2949
|
-
* @memberof OrbitControlsProps
|
|
2950
2936
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enableDamping
|
|
2951
2937
|
*/
|
|
2952
2938
|
enableDamping?: boolean;
|
|
2953
2939
|
/**
|
|
2954
2940
|
* The damping inertia used if `.enableDamping` is set to true
|
|
2955
|
-
*
|
|
2956
2941
|
* @default 0.05
|
|
2957
|
-
* @type {number}
|
|
2958
|
-
* @memberof OrbitControlsProps
|
|
2959
2942
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.dampingFactor
|
|
2960
2943
|
*/
|
|
2961
2944
|
dampingFactor?: number;
|
|
2962
2945
|
/**
|
|
2963
2946
|
* Set to true to automatically rotate around the target.
|
|
2964
|
-
*
|
|
2965
2947
|
* @default false
|
|
2966
|
-
* @type {boolean}
|
|
2967
|
-
* @memberof OrbitControlsProps
|
|
2968
2948
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.autoRotate
|
|
2969
2949
|
*/
|
|
2970
2950
|
autoRotate?: boolean;
|
|
2971
2951
|
/**
|
|
2972
2952
|
* How fast to rotate around the target if `.autoRotate` is true.
|
|
2973
|
-
*
|
|
2974
2953
|
* @default 2
|
|
2975
|
-
* @type {number}
|
|
2976
|
-
* @memberof OrbitControlsProps
|
|
2977
2954
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.autoRotateSpeed
|
|
2978
2955
|
*/
|
|
2979
2956
|
autoRotateSpeed?: number;
|
|
2980
2957
|
/**
|
|
2981
2958
|
* Whether to enable panning.
|
|
2982
|
-
*
|
|
2983
2959
|
* @default true
|
|
2984
|
-
* @type {boolean}
|
|
2985
|
-
* @memberof OrbitControlsProps
|
|
2986
2960
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enablePan
|
|
2987
2961
|
*/
|
|
2988
2962
|
enablePan?: boolean;
|
|
2989
2963
|
/**
|
|
2990
2964
|
* How fast to pan the camera when the keyboard is used. Default is 7.0 pixels per keypress.
|
|
2991
|
-
*
|
|
2992
2965
|
* @default 7.0
|
|
2993
|
-
* @type {number}
|
|
2994
|
-
* @memberof OrbitControlsProps
|
|
2995
2966
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.keyPanSpeed
|
|
2996
2967
|
*/
|
|
2997
2968
|
keyPanSpeed?: number;
|
|
2998
2969
|
/**
|
|
2999
2970
|
* This object contains references to the keycodes for controlling camera panning.
|
|
3000
2971
|
* Default is the 4 arrow keys.
|
|
3001
|
-
*
|
|
3002
2972
|
* @default `{ LEFT: 'ArrowLeft', UP: 'ArrowUp', RIGHT: 'ArrowRight', BOTTOM: 'ArrowDown' }`
|
|
3003
|
-
* @type Record<string, string>
|
|
3004
|
-
* @memberof OrbitControlsProps
|
|
3005
2973
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.keys
|
|
3006
2974
|
*/
|
|
3007
2975
|
keys?: Record<string, string>;
|
|
@@ -3009,137 +2977,122 @@ interface MapControlsProps {
|
|
|
3009
2977
|
* How far you can orbit horizontally, upper limit.
|
|
3010
2978
|
* If set, the interval [ min, max ] must be a sub-interval of [ - 2 PI, 2 PI ],
|
|
3011
2979
|
* with ( max - min < 2 PI ). Default is Infinity.
|
|
3012
|
-
*
|
|
3013
2980
|
* @default Infinity
|
|
3014
|
-
* @type {number}
|
|
3015
|
-
* @memberof OrbitControlsProps
|
|
3016
2981
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxAzimuthAngle
|
|
3017
2982
|
*/
|
|
3018
2983
|
maxAzimuthAngle?: number;
|
|
3019
2984
|
/**
|
|
3020
2985
|
* How far you can orbit horizontally, lower limit.
|
|
3021
2986
|
* If set, the interval [ min, max ] must be a sub-interval of [ - 2 PI, 2 PI ],
|
|
3022
|
-
* with ( max - min < 2 PI ).
|
|
3023
|
-
* Default is - Infinity.
|
|
3024
|
-
*
|
|
2987
|
+
* with ( max - min < 2 PI ). Default is - Infinity.
|
|
3025
2988
|
* @default -Infinity
|
|
3026
|
-
* @type {number}
|
|
3027
|
-
* @memberof OrbitControlsProps
|
|
3028
2989
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minAzimuthAngle
|
|
3029
2990
|
*/
|
|
3030
2991
|
minAzimuthAngle?: number;
|
|
3031
2992
|
/**
|
|
3032
2993
|
* How far you can orbit vertically, upper limit.
|
|
3033
2994
|
* Range is 0 to Math.PI radians, and default is Math.PI.
|
|
3034
|
-
*
|
|
3035
2995
|
* @default Math.PI
|
|
3036
|
-
* @type {number}
|
|
3037
|
-
* @memberof OrbitControlsProps
|
|
3038
2996
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxPolarAngle
|
|
3039
2997
|
*/
|
|
3040
2998
|
maxPolarAngle?: number;
|
|
3041
2999
|
/**
|
|
3042
3000
|
* How far you can orbit vertically, lower limit.
|
|
3043
3001
|
* Range is 0 to Math.PI radians, and default is 0.
|
|
3044
|
-
*
|
|
3045
3002
|
* @default 0
|
|
3046
|
-
* @type {number}
|
|
3047
|
-
* @memberof OrbitControlsProps
|
|
3048
3003
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minPolarAngle
|
|
3049
3004
|
*/
|
|
3050
3005
|
minPolarAngle?: number;
|
|
3051
3006
|
/**
|
|
3052
|
-
* The minimum distance of the camera to the target.
|
|
3053
|
-
* Default is 0.
|
|
3054
|
-
*
|
|
3007
|
+
* The minimum distance of the camera to the target. Default is 0.
|
|
3055
3008
|
* @default 0
|
|
3056
|
-
* @type {number}
|
|
3057
|
-
* @memberof OrbitControlsProps
|
|
3058
3009
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minDistance
|
|
3059
3010
|
*/
|
|
3060
3011
|
minDistance?: number;
|
|
3061
3012
|
/**
|
|
3062
|
-
* The maximum distance of the camera to the target.
|
|
3063
|
-
* Default is Infinity.
|
|
3064
|
-
*
|
|
3013
|
+
* The maximum distance of the camera to the target. Default is Infinity.
|
|
3065
3014
|
* @default Infinity
|
|
3066
|
-
* @type {number}
|
|
3067
|
-
* @memberof OrbitControlsProps
|
|
3068
3015
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxDistance
|
|
3069
3016
|
*/
|
|
3070
3017
|
maxDistance?: number;
|
|
3071
3018
|
/**
|
|
3072
|
-
* The minimum field of view angle, in radians.
|
|
3073
|
-
* Default is 0.
|
|
3074
|
-
*
|
|
3019
|
+
* The minimum field of view angle, in radians. Default is 0.
|
|
3075
3020
|
* @default 0
|
|
3076
|
-
* @type {number}
|
|
3077
|
-
* @memberof OrbitControlsProps
|
|
3078
3021
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minZoom
|
|
3079
3022
|
*/
|
|
3080
3023
|
minZoom?: number;
|
|
3081
3024
|
/**
|
|
3082
|
-
* The maximum field of view angle, in radians.
|
|
3083
|
-
* ( OrthographicCamera only ).
|
|
3084
|
-
* Default is Infinity.
|
|
3085
|
-
*
|
|
3025
|
+
* The maximum field of view angle, in radians. ( OrthographicCamera only ). Default is Infinity.
|
|
3086
3026
|
* @default Infinity
|
|
3087
|
-
* @type {number}
|
|
3088
|
-
* @memberof OrbitControlsProps
|
|
3089
3027
|
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxZoom
|
|
3090
3028
|
*/
|
|
3091
3029
|
maxZoom?: number;
|
|
3030
|
+
/**
|
|
3031
|
+
* Touch action mapping.
|
|
3032
|
+
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.touches
|
|
3033
|
+
*/
|
|
3092
3034
|
touches?: {
|
|
3093
|
-
ONE?: number
|
|
3094
|
-
TWO?: number
|
|
3035
|
+
ONE?: number;
|
|
3036
|
+
TWO?: number;
|
|
3095
3037
|
};
|
|
3096
3038
|
/**
|
|
3097
3039
|
* Whether to enable zooming.
|
|
3098
|
-
*
|
|
3099
3040
|
* @default true
|
|
3100
|
-
* @type {boolean}
|
|
3101
|
-
* @memberof OrbitControlsProps
|
|
3102
3041
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enableZoom
|
|
3103
3042
|
*/
|
|
3104
3043
|
enableZoom?: boolean;
|
|
3105
3044
|
/**
|
|
3106
3045
|
* How fast to zoom in and out. Default is 1.
|
|
3107
|
-
*
|
|
3108
3046
|
* @default 1
|
|
3109
|
-
* @type {number}
|
|
3110
|
-
* @memberof OrbitControlsProps
|
|
3111
3047
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.zoomSpeed
|
|
3112
3048
|
*/
|
|
3113
3049
|
zoomSpeed?: number;
|
|
3114
3050
|
/**
|
|
3115
3051
|
* Whether to enable rotating.
|
|
3116
|
-
*
|
|
3117
3052
|
* @default true
|
|
3118
|
-
* @type {boolean}
|
|
3119
|
-
* @memberof OrbitControlsProps
|
|
3120
3053
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enableRotate
|
|
3121
3054
|
*/
|
|
3122
3055
|
enableRotate?: boolean;
|
|
3123
3056
|
/**
|
|
3124
3057
|
* How fast to rotate around the target. Default is 1.
|
|
3125
|
-
*
|
|
3126
3058
|
* @default 1
|
|
3127
|
-
* @type {number}
|
|
3128
|
-
* @memberof OrbitControlsProps
|
|
3129
3059
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.rotateSpeed
|
|
3130
3060
|
*/
|
|
3131
3061
|
rotateSpeed?: number;
|
|
3062
|
+
/**
|
|
3063
|
+
* This object contains references to the mouse actions used by the controls.
|
|
3064
|
+
* LEFT: Rotate around the target; MIDDLE: Zoom the camera; RIGHT: Pan the camera.
|
|
3065
|
+
* @default OrbitControls: { LEFT: MOUSE.ROTATE, MIDDLE: MOUSE.DOLLY, RIGHT: MOUSE.PAN }
|
|
3066
|
+
* MapControls: { LEFT: MOUSE.PAN, MIDDLE: MOUSE.DOLLY, RIGHT: MOUSE.ROTATE }
|
|
3067
|
+
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.mouseButtons
|
|
3068
|
+
*/
|
|
3069
|
+
mouseButtons?: {
|
|
3070
|
+
LEFT?: number;
|
|
3071
|
+
MIDDLE?: number;
|
|
3072
|
+
RIGHT?: number;
|
|
3073
|
+
};
|
|
3074
|
+
/**
|
|
3075
|
+
* Defines how the camera's position is translated when panning.
|
|
3076
|
+
* If true, the camera pans in screen space. Otherwise, the camera
|
|
3077
|
+
* pans in the plane orthogonal to the camera's up direction.
|
|
3078
|
+
* @default OrbitControls: true
|
|
3079
|
+
* MapControls: false
|
|
3080
|
+
* @see https://threejs.org/docs/pages/OrbitControls.html#screenSpacePanning
|
|
3081
|
+
*/
|
|
3082
|
+
screenSpacePanning?: boolean;
|
|
3132
3083
|
}
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3084
|
+
//#endregion
|
|
3085
|
+
//#region src/core/controls/MapControls.vue.d.ts
|
|
3086
|
+
declare const __VLS_export$58: vue124.DefineComponent<OrbitLikeControlsProps, {
|
|
3087
|
+
instance: vue124.ShallowRef<MapControls | null, MapControls | null>;
|
|
3088
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
3089
|
+
start: (controls: MapControls) => any;
|
|
3090
|
+
change: (controls: MapControls) => any;
|
|
3091
|
+
end: (controls: MapControls) => any;
|
|
3092
|
+
}, string, vue124.PublicProps, Readonly<OrbitLikeControlsProps> & Readonly<{
|
|
3093
|
+
onStart?: ((controls: MapControls) => any) | undefined;
|
|
3094
|
+
onChange?: ((controls: MapControls) => any) | undefined;
|
|
3095
|
+
onEnd?: ((controls: MapControls) => any) | undefined;
|
|
3143
3096
|
}>, {
|
|
3144
3097
|
makeDefault: boolean;
|
|
3145
3098
|
minPolarAngle: number;
|
|
@@ -3150,6 +3103,16 @@ declare const __VLS_export$58: vue112.DefineComponent<MapControlsProps, {
|
|
|
3150
3103
|
maxDistance: number;
|
|
3151
3104
|
minZoom: number;
|
|
3152
3105
|
maxZoom: number;
|
|
3106
|
+
mouseButtons: {
|
|
3107
|
+
LEFT?: number;
|
|
3108
|
+
MIDDLE?: number;
|
|
3109
|
+
RIGHT?: number;
|
|
3110
|
+
};
|
|
3111
|
+
touches: {
|
|
3112
|
+
ONE?: number;
|
|
3113
|
+
TWO?: number;
|
|
3114
|
+
};
|
|
3115
|
+
target: _tresjs_core0.TresVector3;
|
|
3153
3116
|
enableDamping: boolean;
|
|
3154
3117
|
dampingFactor: number;
|
|
3155
3118
|
autoRotate: boolean;
|
|
@@ -3160,240 +3123,17 @@ declare const __VLS_export$58: vue112.DefineComponent<MapControlsProps, {
|
|
|
3160
3123
|
zoomSpeed: number;
|
|
3161
3124
|
enableRotate: boolean;
|
|
3162
3125
|
rotateSpeed: number;
|
|
3163
|
-
|
|
3126
|
+
screenSpacePanning: boolean;
|
|
3127
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3164
3128
|
declare const _default$38: typeof __VLS_export$58;
|
|
3165
3129
|
//#endregion
|
|
3166
3130
|
//#region src/core/controls/OrbitControls.vue.d.ts
|
|
3167
|
-
interface OrbitControlsProps {
|
|
3168
|
-
/**
|
|
3169
|
-
* Whether to make this the default controls.
|
|
3170
|
-
*
|
|
3171
|
-
* @default false
|
|
3172
|
-
* @type {boolean}
|
|
3173
|
-
* @memberof OrbitControlsProps
|
|
3174
|
-
*/
|
|
3175
|
-
makeDefault?: boolean;
|
|
3176
|
-
/**
|
|
3177
|
-
* The camera to control.
|
|
3178
|
-
*
|
|
3179
|
-
* @type {Camera}
|
|
3180
|
-
* @memberof OrbitControlsProps
|
|
3181
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.camera
|
|
3182
|
-
*/
|
|
3183
|
-
camera?: Camera;
|
|
3184
|
-
/**
|
|
3185
|
-
* The dom element to listen to.
|
|
3186
|
-
*
|
|
3187
|
-
* @type {HTMLElement}
|
|
3188
|
-
* @memberof OrbitControlsProps
|
|
3189
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.domElement
|
|
3190
|
-
*/
|
|
3191
|
-
domElement?: HTMLElement;
|
|
3192
|
-
/**
|
|
3193
|
-
* The target to orbit around.
|
|
3194
|
-
*
|
|
3195
|
-
* @type {TresVector3}
|
|
3196
|
-
* @memberof OrbitControlsProps
|
|
3197
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.target
|
|
3198
|
-
*/
|
|
3199
|
-
target?: TresVector3;
|
|
3200
|
-
/**
|
|
3201
|
-
* Whether to enable damping (inertia)
|
|
3202
|
-
*
|
|
3203
|
-
* @default false
|
|
3204
|
-
* @type {boolean}
|
|
3205
|
-
* @memberof OrbitControlsProps
|
|
3206
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enableDamping
|
|
3207
|
-
*/
|
|
3208
|
-
enableDamping?: boolean;
|
|
3209
|
-
/**
|
|
3210
|
-
* The damping inertia used if `.enableDamping` is set to true
|
|
3211
|
-
*
|
|
3212
|
-
* @default 0.05
|
|
3213
|
-
* @type {number}
|
|
3214
|
-
* @memberof OrbitControlsProps
|
|
3215
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.dampingFactor
|
|
3216
|
-
*/
|
|
3217
|
-
dampingFactor?: number;
|
|
3218
|
-
/**
|
|
3219
|
-
* Set to true to automatically rotate around the target.
|
|
3220
|
-
*
|
|
3221
|
-
* @default false
|
|
3222
|
-
* @type {boolean}
|
|
3223
|
-
* @memberof OrbitControlsProps
|
|
3224
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.autoRotate
|
|
3225
|
-
*/
|
|
3226
|
-
autoRotate?: boolean;
|
|
3227
|
-
/**
|
|
3228
|
-
* How fast to rotate around the target if `.autoRotate` is true.
|
|
3229
|
-
*
|
|
3230
|
-
* @default 2
|
|
3231
|
-
* @type {number}
|
|
3232
|
-
* @memberof OrbitControlsProps
|
|
3233
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.autoRotateSpeed
|
|
3234
|
-
*/
|
|
3235
|
-
autoRotateSpeed?: number;
|
|
3236
|
-
/**
|
|
3237
|
-
* Whether to enable panning.
|
|
3238
|
-
*
|
|
3239
|
-
* @default true
|
|
3240
|
-
* @type {boolean}
|
|
3241
|
-
* @memberof OrbitControlsProps
|
|
3242
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enablePan
|
|
3243
|
-
*/
|
|
3244
|
-
enablePan?: boolean;
|
|
3245
|
-
/**
|
|
3246
|
-
* How fast to pan the camera when the keyboard is used. Default is 7.0 pixels per keypress.
|
|
3247
|
-
*
|
|
3248
|
-
* @default 7.0
|
|
3249
|
-
* @type {number}
|
|
3250
|
-
* @memberof OrbitControlsProps
|
|
3251
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.keyPanSpeed
|
|
3252
|
-
*/
|
|
3253
|
-
keyPanSpeed?: number;
|
|
3254
|
-
/**
|
|
3255
|
-
* This object contains references to the keycodes for controlling camera panning.
|
|
3256
|
-
* Default is the 4 arrow keys.
|
|
3257
|
-
*
|
|
3258
|
-
* @default `{ LEFT: 'ArrowLeft', UP: 'ArrowUp', RIGHT: 'ArrowRight', BOTTOM: 'ArrowDown' }`
|
|
3259
|
-
* @type Record<string, string>
|
|
3260
|
-
* @memberof OrbitControlsProps
|
|
3261
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.keys
|
|
3262
|
-
*/
|
|
3263
|
-
keys?: Record<string, string>;
|
|
3264
|
-
/**
|
|
3265
|
-
* How far you can orbit horizontally, upper limit.
|
|
3266
|
-
* If set, the interval [ min, max ] must be a sub-interval of [ - 2 PI, 2 PI ],
|
|
3267
|
-
* with ( max - min < 2 PI ). Default is Infinity.
|
|
3268
|
-
*
|
|
3269
|
-
* @default Infinity
|
|
3270
|
-
* @type {number}
|
|
3271
|
-
* @memberof OrbitControlsProps
|
|
3272
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxAzimuthAngle
|
|
3273
|
-
*/
|
|
3274
|
-
maxAzimuthAngle?: number;
|
|
3275
|
-
/**
|
|
3276
|
-
* How far you can orbit horizontally, lower limit.
|
|
3277
|
-
* If set, the interval [ min, max ] must be a sub-interval of [ - 2 PI, 2 PI ],
|
|
3278
|
-
* with ( max - min < 2 PI ).
|
|
3279
|
-
* Default is - Infinity.
|
|
3280
|
-
*
|
|
3281
|
-
* @default -Infinity
|
|
3282
|
-
* @type {number}
|
|
3283
|
-
* @memberof OrbitControlsProps
|
|
3284
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minAzimuthAngle
|
|
3285
|
-
*/
|
|
3286
|
-
minAzimuthAngle?: number;
|
|
3287
|
-
/**
|
|
3288
|
-
* How far you can orbit vertically, upper limit.
|
|
3289
|
-
* Range is 0 to Math.PI radians, and default is Math.PI.
|
|
3290
|
-
*
|
|
3291
|
-
* @default Math.PI
|
|
3292
|
-
* @type {number}
|
|
3293
|
-
* @memberof OrbitControlsProps
|
|
3294
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxPolarAngle
|
|
3295
|
-
*/
|
|
3296
|
-
maxPolarAngle?: number;
|
|
3297
|
-
/**
|
|
3298
|
-
* How far you can orbit vertically, lower limit.
|
|
3299
|
-
* Range is 0 to Math.PI radians, and default is 0.
|
|
3300
|
-
*
|
|
3301
|
-
* @default 0
|
|
3302
|
-
* @type {number}
|
|
3303
|
-
* @memberof OrbitControlsProps
|
|
3304
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minPolarAngle
|
|
3305
|
-
*/
|
|
3306
|
-
minPolarAngle?: number;
|
|
3307
|
-
/**
|
|
3308
|
-
* The minimum distance of the camera to the target.
|
|
3309
|
-
* Default is 0.
|
|
3310
|
-
*
|
|
3311
|
-
* @default 0
|
|
3312
|
-
* @type {number}
|
|
3313
|
-
* @memberof OrbitControlsProps
|
|
3314
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minDistance
|
|
3315
|
-
*/
|
|
3316
|
-
minDistance?: number;
|
|
3317
|
-
/**
|
|
3318
|
-
* The maximum distance of the camera to the target.
|
|
3319
|
-
* Default is Infinity.
|
|
3320
|
-
*
|
|
3321
|
-
* @default Infinity
|
|
3322
|
-
* @type {number}
|
|
3323
|
-
* @memberof OrbitControlsProps
|
|
3324
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxDistance
|
|
3325
|
-
*/
|
|
3326
|
-
maxDistance?: number;
|
|
3327
|
-
/**
|
|
3328
|
-
* The minimum field of view angle, in radians.
|
|
3329
|
-
* Default is 0.
|
|
3330
|
-
*
|
|
3331
|
-
* @default 0
|
|
3332
|
-
* @type {number}
|
|
3333
|
-
* @memberof OrbitControlsProps
|
|
3334
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.minZoom
|
|
3335
|
-
*/
|
|
3336
|
-
minZoom?: number;
|
|
3337
|
-
/**
|
|
3338
|
-
* The maximum field of view angle, in radians.
|
|
3339
|
-
* ( OrthographicCamera only ).
|
|
3340
|
-
* Default is Infinity.
|
|
3341
|
-
*
|
|
3342
|
-
* @default Infinity
|
|
3343
|
-
* @type {number}
|
|
3344
|
-
* @memberof OrbitControlsProps
|
|
3345
|
-
* @see https://threejs.org/docs/index.html?q=orbi#examples/en/controls/OrbitControls.maxZoom
|
|
3346
|
-
*/
|
|
3347
|
-
maxZoom?: number;
|
|
3348
|
-
touches?: {
|
|
3349
|
-
ONE?: number | undefined;
|
|
3350
|
-
TWO?: number | undefined;
|
|
3351
|
-
};
|
|
3352
|
-
/**
|
|
3353
|
-
* Whether to enable zooming.
|
|
3354
|
-
*
|
|
3355
|
-
* @default true
|
|
3356
|
-
* @type {boolean}
|
|
3357
|
-
* @memberof OrbitControlsProps
|
|
3358
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enableZoom
|
|
3359
|
-
*/
|
|
3360
|
-
enableZoom?: boolean;
|
|
3361
|
-
/**
|
|
3362
|
-
* How fast to zoom in and out. Default is 1.
|
|
3363
|
-
*
|
|
3364
|
-
* @default 1
|
|
3365
|
-
* @type {number}
|
|
3366
|
-
* @memberof OrbitControlsProps
|
|
3367
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.zoomSpeed
|
|
3368
|
-
*/
|
|
3369
|
-
zoomSpeed?: number;
|
|
3370
|
-
/**
|
|
3371
|
-
* Whether to enable rotating.
|
|
3372
|
-
*
|
|
3373
|
-
* @default true
|
|
3374
|
-
* @type {boolean}
|
|
3375
|
-
* @memberof OrbitControlsProps
|
|
3376
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.enableRotate
|
|
3377
|
-
*/
|
|
3378
|
-
enableRotate?: boolean;
|
|
3379
|
-
/**
|
|
3380
|
-
* How fast to rotate around the target. Default is 1.
|
|
3381
|
-
*
|
|
3382
|
-
* @default 1
|
|
3383
|
-
* @type {number}
|
|
3384
|
-
* @memberof OrbitControlsProps
|
|
3385
|
-
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.rotateSpeed
|
|
3386
|
-
*/
|
|
3387
|
-
rotateSpeed?: number;
|
|
3131
|
+
interface OrbitControlsProps extends OrbitLikeControlsProps {
|
|
3388
3132
|
/**
|
|
3389
3133
|
* This object contains references to the mouse actions used by the controls.
|
|
3390
|
-
* LEFT: Rotate around the target
|
|
3391
|
-
* MIDDLE: Zoom the camera
|
|
3392
|
-
* RIGHT: Pan the camera
|
|
3134
|
+
* LEFT: Rotate around the target; MIDDLE: Zoom; RIGHT: Pan.
|
|
3393
3135
|
*
|
|
3394
3136
|
* @default { LEFT: MOUSE.ROTATE, MIDDLE: MOUSE.DOLLY, RIGHT: MOUSE.PAN }
|
|
3395
|
-
* @type {{ LEFT?: number, MIDDLE?: number, RIGHT?: number }}
|
|
3396
|
-
* @memberof OrbitControlsProps
|
|
3397
3137
|
* @see https://threejs.org/docs/#examples/en/controls/OrbitControls.mouseButtons
|
|
3398
3138
|
*/
|
|
3399
3139
|
mouseButtons?: {
|
|
@@ -3402,16 +3142,16 @@ interface OrbitControlsProps {
|
|
|
3402
3142
|
RIGHT?: number;
|
|
3403
3143
|
};
|
|
3404
3144
|
}
|
|
3405
|
-
declare const __VLS_export$57:
|
|
3406
|
-
instance:
|
|
3407
|
-
}, {}, {}, {},
|
|
3408
|
-
start: (
|
|
3409
|
-
change: (
|
|
3410
|
-
end: (
|
|
3411
|
-
}, string,
|
|
3412
|
-
onStart?: ((
|
|
3413
|
-
onChange?: ((
|
|
3414
|
-
onEnd?: ((
|
|
3145
|
+
declare const __VLS_export$57: vue124.DefineComponent<OrbitControlsProps, {
|
|
3146
|
+
instance: vue124.ShallowRef<OrbitControls | null, OrbitControls | null>;
|
|
3147
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
3148
|
+
start: (controls: OrbitControls) => any;
|
|
3149
|
+
change: (controls: OrbitControls) => any;
|
|
3150
|
+
end: (controls: OrbitControls) => any;
|
|
3151
|
+
}, string, vue124.PublicProps, Readonly<OrbitControlsProps> & Readonly<{
|
|
3152
|
+
onStart?: ((controls: OrbitControls) => any) | undefined;
|
|
3153
|
+
onChange?: ((controls: OrbitControls) => any) | undefined;
|
|
3154
|
+
onEnd?: ((controls: OrbitControls) => any) | undefined;
|
|
3415
3155
|
}>, {
|
|
3416
3156
|
makeDefault: boolean;
|
|
3417
3157
|
minPolarAngle: number;
|
|
@@ -3428,10 +3168,10 @@ declare const __VLS_export$57: vue112.DefineComponent<OrbitControlsProps, {
|
|
|
3428
3168
|
RIGHT?: number;
|
|
3429
3169
|
};
|
|
3430
3170
|
touches: {
|
|
3431
|
-
ONE?: number
|
|
3432
|
-
TWO?: number
|
|
3171
|
+
ONE?: number;
|
|
3172
|
+
TWO?: number;
|
|
3433
3173
|
};
|
|
3434
|
-
target: TresVector3;
|
|
3174
|
+
target: _tresjs_core0.TresVector3;
|
|
3435
3175
|
enableDamping: boolean;
|
|
3436
3176
|
dampingFactor: number;
|
|
3437
3177
|
autoRotate: boolean;
|
|
@@ -3442,7 +3182,8 @@ declare const __VLS_export$57: vue112.DefineComponent<OrbitControlsProps, {
|
|
|
3442
3182
|
zoomSpeed: number;
|
|
3443
3183
|
enableRotate: boolean;
|
|
3444
3184
|
rotateSpeed: number;
|
|
3445
|
-
|
|
3185
|
+
screenSpacePanning: boolean;
|
|
3186
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3446
3187
|
declare const _default$50: typeof __VLS_export$57;
|
|
3447
3188
|
//#endregion
|
|
3448
3189
|
//#region src/core/controls/PointerLockControls.vue.d.ts
|
|
@@ -3482,17 +3223,17 @@ interface PointerLockControlsProps {
|
|
|
3482
3223
|
*/
|
|
3483
3224
|
selector?: string;
|
|
3484
3225
|
}
|
|
3485
|
-
declare const __VLS_export$56:
|
|
3486
|
-
instance:
|
|
3487
|
-
}, {}, {}, {},
|
|
3226
|
+
declare const __VLS_export$56: vue124.DefineComponent<PointerLockControlsProps, {
|
|
3227
|
+
instance: vue124.Ref<_tresjs_core0.TresControl | null, _tresjs_core0.TresControl | null>;
|
|
3228
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
3488
3229
|
change: (...args: any[]) => void;
|
|
3489
3230
|
isLock: (...args: any[]) => void;
|
|
3490
|
-
}, string,
|
|
3231
|
+
}, string, vue124.PublicProps, Readonly<PointerLockControlsProps> & Readonly<{
|
|
3491
3232
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3492
3233
|
onIsLock?: ((...args: any[]) => any) | undefined;
|
|
3493
3234
|
}>, {
|
|
3494
3235
|
makeDefault: boolean;
|
|
3495
|
-
}, {}, {}, {}, string,
|
|
3236
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3496
3237
|
declare const _default$54: typeof __VLS_export$56;
|
|
3497
3238
|
//#endregion
|
|
3498
3239
|
//#region src/core/controls/ScrollControls.vue.d.ts
|
|
@@ -3507,11 +3248,11 @@ declare var __VLS_9$5: {};
|
|
|
3507
3248
|
type __VLS_Slots$29 = {} & {
|
|
3508
3249
|
default?: (props: typeof __VLS_9$5) => any;
|
|
3509
3250
|
};
|
|
3510
|
-
declare const __VLS_base$29:
|
|
3511
|
-
instance:
|
|
3512
|
-
}, {}, {}, {},
|
|
3251
|
+
declare const __VLS_base$29: vue124.DefineComponent<__VLS_Props$5, {
|
|
3252
|
+
instance: vue124.ShallowRef<any, any>;
|
|
3253
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
3513
3254
|
"update:modelValue": (...args: any[]) => void;
|
|
3514
|
-
}, string,
|
|
3255
|
+
}, string, vue124.PublicProps, Readonly<__VLS_Props$5> & Readonly<{
|
|
3515
3256
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3516
3257
|
}>, {
|
|
3517
3258
|
distance: number;
|
|
@@ -3519,7 +3260,7 @@ declare const __VLS_base$29: vue112.DefineComponent<__VLS_Props$5, {
|
|
|
3519
3260
|
smoothScroll: number;
|
|
3520
3261
|
horizontal: boolean;
|
|
3521
3262
|
htmlScroll: boolean;
|
|
3522
|
-
}, {}, {}, {}, string,
|
|
3263
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3523
3264
|
declare const __VLS_export$55: __VLS_WithSlots$29<typeof __VLS_base$29, __VLS_Slots$29>;
|
|
3524
3265
|
declare const _default$66: typeof __VLS_export$55;
|
|
3525
3266
|
type __VLS_WithSlots$29<T, S> = T & {
|
|
@@ -3544,30 +3285,30 @@ interface TransformControlsProps {
|
|
|
3544
3285
|
showY?: boolean;
|
|
3545
3286
|
showZ?: boolean;
|
|
3546
3287
|
}
|
|
3547
|
-
declare const __VLS_export$54:
|
|
3548
|
-
instance:
|
|
3549
|
-
}, {}, {}, {},
|
|
3550
|
-
change: (...args: any[]) => void;
|
|
3288
|
+
declare const __VLS_export$54: vue124.DefineComponent<TransformControlsProps, {
|
|
3289
|
+
instance: vue124.ShallowRef<TransformControls<Camera> | null, TransformControls<Camera> | null>;
|
|
3290
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
3551
3291
|
dragging: (...args: any[]) => void;
|
|
3292
|
+
change: (...args: any[]) => void;
|
|
3552
3293
|
mouseDown: (...args: any[]) => void;
|
|
3553
3294
|
mouseUp: (...args: any[]) => void;
|
|
3554
3295
|
objectChange: (...args: any[]) => void;
|
|
3555
|
-
}, string,
|
|
3556
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
3296
|
+
}, string, vue124.PublicProps, Readonly<TransformControlsProps> & Readonly<{
|
|
3557
3297
|
onDragging?: ((...args: any[]) => any) | undefined;
|
|
3298
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
3558
3299
|
onMouseDown?: ((...args: any[]) => any) | undefined;
|
|
3559
3300
|
onMouseUp?: ((...args: any[]) => any) | undefined;
|
|
3560
3301
|
onObjectChange?: ((...args: any[]) => any) | undefined;
|
|
3561
3302
|
}>, {
|
|
3562
|
-
size: number;
|
|
3563
|
-
mode: string;
|
|
3564
3303
|
enabled: boolean;
|
|
3304
|
+
mode: string;
|
|
3565
3305
|
axis: "X" | "Y" | "Z" | "XY" | "YZ" | "XZ" | "XYZ";
|
|
3566
3306
|
space: "local" | "world";
|
|
3307
|
+
size: number;
|
|
3567
3308
|
showX: boolean;
|
|
3568
3309
|
showY: boolean;
|
|
3569
3310
|
showZ: boolean;
|
|
3570
|
-
}, {}, {}, {}, string,
|
|
3311
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3571
3312
|
declare const _default$79: typeof __VLS_export$54;
|
|
3572
3313
|
//#endregion
|
|
3573
3314
|
//#region src/core/loaders/useSVG/index.d.ts
|
|
@@ -3725,14 +3466,14 @@ interface SVGProps {
|
|
|
3725
3466
|
*/
|
|
3726
3467
|
depth?: 'renderOrder' | 'flat' | 'offsetZ' | number;
|
|
3727
3468
|
}
|
|
3728
|
-
declare const __VLS_export$53:
|
|
3729
|
-
instance:
|
|
3730
|
-
layers:
|
|
3731
|
-
}, {}, {}, {},
|
|
3469
|
+
declare const __VLS_export$53: vue124.DefineComponent<SVGProps, {
|
|
3470
|
+
instance: vue124.Ref<three_stdlib0.SVGResult | null, three_stdlib0.SVGResult | null>;
|
|
3471
|
+
layers: vue124.ComputedRef<SVGLayer[]>;
|
|
3472
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SVGProps> & Readonly<{}>, {
|
|
3732
3473
|
depth: "renderOrder" | "flat" | "offsetZ" | number;
|
|
3733
3474
|
skipStrokes: boolean;
|
|
3734
3475
|
skipFills: boolean;
|
|
3735
|
-
}, {}, {}, {}, string,
|
|
3476
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3736
3477
|
declare const _default$81: typeof __VLS_export$53;
|
|
3737
3478
|
//#endregion
|
|
3738
3479
|
//#region src/core/loaders/useFBX/component.vue.d.ts
|
|
@@ -3767,12 +3508,12 @@ interface FBXModelProps {
|
|
|
3767
3508
|
receiveShadow?: boolean;
|
|
3768
3509
|
}
|
|
3769
3510
|
declare const _default$21: typeof __VLS_export$52;
|
|
3770
|
-
declare const __VLS_export$52:
|
|
3771
|
-
instance:
|
|
3772
|
-
}, {}, {}, {},
|
|
3511
|
+
declare const __VLS_export$52: vue124.DefineComponent<FBXModelProps, {
|
|
3512
|
+
instance: vue124.Ref<Group<three12.Object3DEventMap> | null, Group<three12.Object3DEventMap> | null>;
|
|
3513
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<FBXModelProps> & Readonly<{}>, {
|
|
3773
3514
|
receiveShadow: boolean;
|
|
3774
3515
|
castShadow: boolean;
|
|
3775
|
-
}, {}, {}, {}, string,
|
|
3516
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3776
3517
|
//#endregion
|
|
3777
3518
|
//#region src/core/loaders/useGLTF/component.vue.d.ts
|
|
3778
3519
|
interface GLTFModelProps {
|
|
@@ -3828,14 +3569,14 @@ interface GLTFModelProps {
|
|
|
3828
3569
|
decoderPath?: string;
|
|
3829
3570
|
}
|
|
3830
3571
|
declare const _default$24: typeof __VLS_export$51;
|
|
3831
|
-
declare const __VLS_export$51:
|
|
3832
|
-
instance:
|
|
3833
|
-
}, {}, {}, {},
|
|
3572
|
+
declare const __VLS_export$51: vue124.DefineComponent<GLTFModelProps, {
|
|
3573
|
+
instance: vue124.Ref<three_stdlib0.GLTF | null, three_stdlib0.GLTF | null>;
|
|
3574
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<GLTFModelProps> & Readonly<{}>, {
|
|
3834
3575
|
receiveShadow: boolean;
|
|
3835
3576
|
castShadow: boolean;
|
|
3836
3577
|
draco: boolean;
|
|
3837
3578
|
decoderPath: string;
|
|
3838
|
-
}, {}, {}, {}, string,
|
|
3579
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
3839
3580
|
//#endregion
|
|
3840
3581
|
//#region src/core/loaders/useTexture/component.vue.d.ts
|
|
3841
3582
|
type __VLS_Props$4 = {
|
|
@@ -14688,13 +14429,13 @@ declare var __VLS_1$1: {
|
|
|
14688
14429
|
type __VLS_Slots$28 = {} & {
|
|
14689
14430
|
default?: (props: typeof __VLS_1$1) => any;
|
|
14690
14431
|
};
|
|
14691
|
-
declare const __VLS_base$28:
|
|
14432
|
+
declare const __VLS_base$28: vue124.DefineComponent<__VLS_Props$4, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
14692
14433
|
loaded: (result: Texture<unknown>) => any;
|
|
14693
14434
|
error: (error: unknown) => any;
|
|
14694
|
-
}, string,
|
|
14435
|
+
}, string, vue124.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
|
|
14695
14436
|
onLoaded?: ((result: Texture<unknown>) => any) | undefined;
|
|
14696
14437
|
onError?: ((error: unknown) => any) | undefined;
|
|
14697
|
-
}>, {}, {}, {}, {}, string,
|
|
14438
|
+
}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
14698
14439
|
declare const __VLS_export$50: __VLS_WithSlots$28<typeof __VLS_base$28, __VLS_Slots$28>;
|
|
14699
14440
|
declare const _default$82: typeof __VLS_export$50;
|
|
14700
14441
|
type __VLS_WithSlots$28<T, S> = T & {
|
|
@@ -14822,9 +14563,9 @@ declare function useTexture(path: MaybeRef<string>): _tresjs_core0.UseLoaderRetu
|
|
|
14822
14563
|
* @returns Object containing textures, loading state, and error state
|
|
14823
14564
|
*/
|
|
14824
14565
|
declare function useTextures(paths: MaybeRef<string[]>): {
|
|
14825
|
-
textures:
|
|
14826
|
-
isLoading:
|
|
14827
|
-
error:
|
|
14566
|
+
textures: vue124.ComputedRef<Texture<unknown>[]>;
|
|
14567
|
+
isLoading: vue124.ComputedRef<boolean>;
|
|
14568
|
+
error: vue124.ComputedRef<Error[] | null>;
|
|
14828
14569
|
};
|
|
14829
14570
|
//#endregion
|
|
14830
14571
|
//#region src/core/materials/customShaderMaterial/index.vue.d.ts
|
|
@@ -14837,9 +14578,9 @@ interface CustomShaderMaterialProps {
|
|
|
14837
14578
|
[uniform: string]: any;
|
|
14838
14579
|
};
|
|
14839
14580
|
}
|
|
14840
|
-
declare const __VLS_export$49:
|
|
14841
|
-
instance:
|
|
14842
|
-
}, {}, {}, {},
|
|
14581
|
+
declare const __VLS_export$49: vue124.DefineComponent<CustomShaderMaterialProps, {
|
|
14582
|
+
instance: vue124.ShallowRef<null, null>;
|
|
14583
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<CustomShaderMaterialProps> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
14843
14584
|
declare const _default$16: typeof __VLS_export$49;
|
|
14844
14585
|
//#endregion
|
|
14845
14586
|
//#region src/core/materials/holographicMaterial/HolographicMaterialParameters.d.ts
|
|
@@ -14897,10 +14638,10 @@ type __VLS_Props$3 = {
|
|
|
14897
14638
|
hologramColor?: TresColor;
|
|
14898
14639
|
side?: Side;
|
|
14899
14640
|
};
|
|
14900
|
-
declare const __VLS_export$48:
|
|
14901
|
-
root:
|
|
14641
|
+
declare const __VLS_export$48: vue124.DefineComponent<__VLS_Props$3, {
|
|
14642
|
+
root: vue124.ShallowRef<any, any>;
|
|
14902
14643
|
constructor: typeof HolographicMaterial;
|
|
14903
|
-
}, {}, {}, {},
|
|
14644
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<__VLS_Props$3> & Readonly<{}>, {
|
|
14904
14645
|
side: Side;
|
|
14905
14646
|
fresnelAmount: number;
|
|
14906
14647
|
fresnelOpacity: number;
|
|
@@ -14912,19 +14653,19 @@ declare const __VLS_export$48: vue112.DefineComponent<__VLS_Props$3, {
|
|
|
14912
14653
|
signalSpeed: number;
|
|
14913
14654
|
hologramOpacity: number;
|
|
14914
14655
|
hologramColor: TresColor;
|
|
14915
|
-
}, {}, {}, {}, string,
|
|
14656
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
14916
14657
|
declare const _default$28: typeof __VLS_export$48;
|
|
14917
14658
|
//#endregion
|
|
14918
14659
|
//#region src/core/materials/meshDiscardMaterial/index.vue.d.ts
|
|
14919
|
-
declare const __VLS_export$47:
|
|
14920
|
-
instance:
|
|
14921
|
-
}, {}, {}, {},
|
|
14660
|
+
declare const __VLS_export$47: vue124.DefineComponent<{}, {
|
|
14661
|
+
instance: vue124.ShallowRef<any, any>;
|
|
14662
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, true, {}, any>;
|
|
14922
14663
|
declare const _default$43: typeof __VLS_export$47;
|
|
14923
14664
|
//#endregion
|
|
14924
14665
|
//#region src/core/materials/meshGlassMaterial/index.vue.d.ts
|
|
14925
|
-
declare const __VLS_export$46:
|
|
14926
|
-
instance:
|
|
14927
|
-
}, {}, {}, {},
|
|
14666
|
+
declare const __VLS_export$46: vue124.DefineComponent<{}, {
|
|
14667
|
+
instance: vue124.ShallowRef<any, any>;
|
|
14668
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, true, {}, any>;
|
|
14928
14669
|
declare const _default$44: typeof __VLS_export$46;
|
|
14929
14670
|
//#endregion
|
|
14930
14671
|
//#region src/core/materials/meshReflectionMaterial/index.vue.d.ts
|
|
@@ -14995,9 +14736,9 @@ interface MeshReflectionMaterialProps {
|
|
|
14995
14736
|
flatShading?: boolean;
|
|
14996
14737
|
fog?: boolean;
|
|
14997
14738
|
}
|
|
14998
|
-
declare const __VLS_export$45:
|
|
14999
|
-
instance:
|
|
15000
|
-
}, {}, {}, {},
|
|
14739
|
+
declare const __VLS_export$45: vue124.DefineComponent<MeshReflectionMaterialProps, {
|
|
14740
|
+
instance: vue124.ShallowRef<TresObject | undefined, TresObject | undefined>;
|
|
14741
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<MeshReflectionMaterialProps> & Readonly<{}>, {
|
|
15001
14742
|
color: TresColor;
|
|
15002
14743
|
resolution: number;
|
|
15003
14744
|
wireframe: boolean;
|
|
@@ -15035,7 +14776,7 @@ declare const __VLS_export$45: vue112.DefineComponent<MeshReflectionMaterialProp
|
|
|
15035
14776
|
roughnessMap: Texture | null;
|
|
15036
14777
|
envMapIntensity: number;
|
|
15037
14778
|
flatShading: boolean;
|
|
15038
|
-
}, {}, {}, {}, string,
|
|
14779
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15039
14780
|
declare const _default$45: typeof __VLS_export$45;
|
|
15040
14781
|
//#endregion
|
|
15041
14782
|
//#region src/core/materials/meshWobbleMaterial/index.vue.d.ts
|
|
@@ -15043,12 +14784,12 @@ type __VLS_Props$2 = {
|
|
|
15043
14784
|
speed?: number;
|
|
15044
14785
|
factor?: number;
|
|
15045
14786
|
};
|
|
15046
|
-
declare const __VLS_export$44:
|
|
15047
|
-
instance:
|
|
15048
|
-
}, {}, {}, {},
|
|
14787
|
+
declare const __VLS_export$44: vue124.DefineComponent<__VLS_Props$2, {
|
|
14788
|
+
instance: vue124.ShallowRef<any, any>;
|
|
14789
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<__VLS_Props$2> & Readonly<{}>, {
|
|
15049
14790
|
speed: number;
|
|
15050
14791
|
factor: number;
|
|
15051
|
-
}, {}, {}, {}, string,
|
|
14792
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15052
14793
|
declare const _default$46: typeof __VLS_export$44;
|
|
15053
14794
|
//#endregion
|
|
15054
14795
|
//#region src/core/materials/pointMaterial/material.d.ts
|
|
@@ -15060,13 +14801,13 @@ declare class PointMaterial extends PointsMaterial {
|
|
|
15060
14801
|
type __VLS_Props$1 = {
|
|
15061
14802
|
sizeAttenuation?: boolean;
|
|
15062
14803
|
};
|
|
15063
|
-
declare const __VLS_export$43:
|
|
15064
|
-
instance:
|
|
15065
|
-
}, {}, {}, {},
|
|
14804
|
+
declare const __VLS_export$43: vue124.DefineComponent<__VLS_Props$1, {
|
|
14805
|
+
instance: vue124.ShallowRef<PointMaterial, PointMaterial>;
|
|
14806
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<__VLS_Props$1> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15066
14807
|
declare const _default$53: typeof __VLS_export$43;
|
|
15067
14808
|
//#endregion
|
|
15068
14809
|
//#region src/core/misc/BakeShadows.d.ts
|
|
15069
|
-
declare const BakeShadows:
|
|
14810
|
+
declare const BakeShadows: vue124.DefineComponent<{}, void, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, true, {}, any>;
|
|
15070
14811
|
//#endregion
|
|
15071
14812
|
//#region src/core/misc/LOD.vue.d.ts
|
|
15072
14813
|
interface LODProps {
|
|
@@ -15085,11 +14826,11 @@ declare var __VLS_9$4: {};
|
|
|
15085
14826
|
type __VLS_Slots$27 = {} & {
|
|
15086
14827
|
default?: (props: typeof __VLS_9$4) => any;
|
|
15087
14828
|
};
|
|
15088
|
-
declare const __VLS_base$27:
|
|
15089
|
-
instance:
|
|
15090
|
-
}, {}, {}, {},
|
|
14829
|
+
declare const __VLS_base$27: vue124.DefineComponent<LODProps, {
|
|
14830
|
+
instance: vue124.ShallowRef<LOD<Object3DEventMap>, LOD<Object3DEventMap>>;
|
|
14831
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<LODProps> & Readonly<{}>, {
|
|
15091
14832
|
hysteresis: number;
|
|
15092
|
-
}, {}, {}, {}, string,
|
|
14833
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15093
14834
|
declare const __VLS_export$42: __VLS_WithSlots$27<typeof __VLS_base$27, __VLS_Slots$27>;
|
|
15094
14835
|
declare const _default$33: typeof __VLS_export$42;
|
|
15095
14836
|
type __VLS_WithSlots$27<T, S> = T & {
|
|
@@ -15127,13 +14868,13 @@ interface HTMLProps {
|
|
|
15127
14868
|
castShadow?: boolean;
|
|
15128
14869
|
receiveShadow?: boolean;
|
|
15129
14870
|
}
|
|
15130
|
-
declare const __VLS_base$26:
|
|
15131
|
-
instance:
|
|
15132
|
-
isVisible:
|
|
15133
|
-
occlusionMesh:
|
|
15134
|
-
}, {}, {}, {},
|
|
14871
|
+
declare const __VLS_base$26: vue124.DefineComponent<HTMLProps, {
|
|
14872
|
+
instance: vue124.ShallowRef<TresObject3D | null, TresObject3D | null>;
|
|
14873
|
+
isVisible: vue124.Ref<boolean, boolean>;
|
|
14874
|
+
occlusionMesh: vue124.ShallowRef<TresObject3D | null, TresObject3D | null>;
|
|
14875
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
15135
14876
|
onOcclude: (...args: any[]) => void;
|
|
15136
|
-
}, string,
|
|
14877
|
+
}, string, vue124.PublicProps, Readonly<HTMLProps> & Readonly<{
|
|
15137
14878
|
onOnOcclude?: ((...args: any[]) => any) | undefined;
|
|
15138
14879
|
}>, {
|
|
15139
14880
|
receiveShadow: boolean;
|
|
@@ -15147,7 +14888,7 @@ declare const __VLS_base$26: vue112.DefineComponent<HTMLProps, {
|
|
|
15147
14888
|
transparentMaterial: boolean;
|
|
15148
14889
|
zIndexRange: Array<number>;
|
|
15149
14890
|
calculatePosition: typeof calculatePosition;
|
|
15150
|
-
}, {}, {}, {}, string,
|
|
14891
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15151
14892
|
declare const __VLS_export$41: __VLS_WithSlots$26<typeof __VLS_base$26, __VLS_Slots>;
|
|
15152
14893
|
declare const _default$29: typeof __VLS_export$41;
|
|
15153
14894
|
type __VLS_WithSlots$26<T, S> = T & {
|
|
@@ -15157,19 +14898,19 @@ type __VLS_WithSlots$26<T, S> = T & {
|
|
|
15157
14898
|
};
|
|
15158
14899
|
//#endregion
|
|
15159
14900
|
//#region src/core/misc/Stats.d.ts
|
|
15160
|
-
declare const Stats:
|
|
14901
|
+
declare const Stats: vue124.DefineComponent<vue124.ExtractPropTypes<{
|
|
15161
14902
|
showPanel: {
|
|
15162
14903
|
type: NumberConstructor;
|
|
15163
14904
|
default: number;
|
|
15164
14905
|
};
|
|
15165
|
-
}>, void, {}, {}, {},
|
|
14906
|
+
}>, void, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<vue124.ExtractPropTypes<{
|
|
15166
14907
|
showPanel: {
|
|
15167
14908
|
type: NumberConstructor;
|
|
15168
14909
|
default: number;
|
|
15169
14910
|
};
|
|
15170
14911
|
}>> & Readonly<{}>, {
|
|
15171
14912
|
showPanel: number;
|
|
15172
|
-
}, {}, {}, {}, string,
|
|
14913
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, true, {}, any>;
|
|
15173
14914
|
//#endregion
|
|
15174
14915
|
//#region src/core/misc/StatsGl.d.ts
|
|
15175
14916
|
interface StatsGlProps {
|
|
@@ -15181,7 +14922,7 @@ interface StatsGlProps {
|
|
|
15181
14922
|
minimal?: boolean;
|
|
15182
14923
|
mode?: number;
|
|
15183
14924
|
}
|
|
15184
|
-
declare const StatsGl:
|
|
14925
|
+
declare const StatsGl: vue124.DefineComponent<StatsGlProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<StatsGlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15185
14926
|
//#endregion
|
|
15186
14927
|
//#region src/core/misc/useGLTFExporter.d.ts
|
|
15187
14928
|
interface gltfExporterOptions {
|
|
@@ -15198,11 +14939,56 @@ declare function useGLTFExporter(object3D: Object3D | Object3D[], options?: gltf
|
|
|
15198
14939
|
//#region src/core/misc/useIntersect.d.ts
|
|
15199
14940
|
type UseIntersectCallback = (isIntersected: boolean) => void;
|
|
15200
14941
|
declare function useIntersect<T extends Object3D>(onChange?: Ref<UseIntersectCallback> | UseIntersectCallback): {
|
|
15201
|
-
ref:
|
|
15202
|
-
intersect:
|
|
14942
|
+
ref: vue124.ShallowRef<T | undefined, T | undefined>;
|
|
14943
|
+
intersect: vue124.ShallowRef<boolean, boolean>;
|
|
15203
14944
|
off: () => void;
|
|
15204
14945
|
};
|
|
15205
14946
|
//#endregion
|
|
14947
|
+
//#region src/core/performance/useBVH.d.ts
|
|
14948
|
+
/**
|
|
14949
|
+
* BVH construction options (static - set once at creation, changing requires rebuild)
|
|
14950
|
+
*/
|
|
14951
|
+
interface BVHOptions {
|
|
14952
|
+
/** Split strategy, default: SAH (slowest to construct, fastest runtime, least memory). */
|
|
14953
|
+
splitStrategy?: 'CENTER' | 'AVERAGE' | 'SAH';
|
|
14954
|
+
/** Print out warnings encountered during tree construction, default: false. */
|
|
14955
|
+
verbose?: boolean;
|
|
14956
|
+
/** If true then the bounding box for the geometry is set once the BVH has been constructed, default: true. */
|
|
14957
|
+
setBoundingBox?: boolean;
|
|
14958
|
+
/** The maximum depth to allow the tree to build to, default: 40. */
|
|
14959
|
+
maxDepth?: number;
|
|
14960
|
+
/** The number of triangles to aim for in a leaf node, default: 10. */
|
|
14961
|
+
maxLeafSize?: number;
|
|
14962
|
+
/** If false then an index buffer is created if it does not exist and is rearranged. */
|
|
14963
|
+
indirect?: boolean;
|
|
14964
|
+
}
|
|
14965
|
+
type UseBVHTarget = Group | Object3D | null | undefined;
|
|
14966
|
+
interface UseBVHOptions extends BVHOptions {
|
|
14967
|
+
/** Enable/disable BVH optimization, default: true. */
|
|
14968
|
+
enabled?: MaybeRefOrGetter<boolean>;
|
|
14969
|
+
/** Use .raycastFirst to retrieve hits which is generally faster, default: false. */
|
|
14970
|
+
firstHitOnly?: boolean;
|
|
14971
|
+
/** Show debug visualization of BVH bounding boxes, default: false. */
|
|
14972
|
+
debug?: MaybeRefOrGetter<boolean>;
|
|
14973
|
+
}
|
|
14974
|
+
/**
|
|
14975
|
+
* Vue composable for BVH optimization - speeds up raycasting
|
|
14976
|
+
* Automatically computes boundsTree and assigns acceleratedRaycast for meshes
|
|
14977
|
+
* Not side-effect free: mutates mesh.raycast; reverts to original when disabled or unmounted
|
|
14978
|
+
*/
|
|
14979
|
+
declare const useBVH: (/** The object or group to apply BVH to. Usually the model */
|
|
14980
|
+
target: MaybeRefOrGetter<UseBVHTarget>, {
|
|
14981
|
+
enabled,
|
|
14982
|
+
firstHitOnly,
|
|
14983
|
+
splitStrategy,
|
|
14984
|
+
verbose,
|
|
14985
|
+
setBoundingBox,
|
|
14986
|
+
maxDepth,
|
|
14987
|
+
maxLeafSize,
|
|
14988
|
+
indirect,
|
|
14989
|
+
debug
|
|
14990
|
+
}?: UseBVHOptions) => void;
|
|
14991
|
+
//#endregion
|
|
15206
14992
|
//#region src/core/shapes/Box.vue.d.ts
|
|
15207
14993
|
interface BoxProps$1 {
|
|
15208
14994
|
/**
|
|
@@ -15227,12 +15013,12 @@ declare var __VLS_14$14: {};
|
|
|
15227
15013
|
type __VLS_Slots$26 = {} & {
|
|
15228
15014
|
default?: (props: typeof __VLS_14$14) => any;
|
|
15229
15015
|
};
|
|
15230
|
-
declare const __VLS_base$25:
|
|
15231
|
-
instance:
|
|
15232
|
-
}, {}, {}, {},
|
|
15016
|
+
declare const __VLS_base$25: vue124.DefineComponent<BoxProps$1, {
|
|
15017
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15018
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<BoxProps$1> & Readonly<{}>, {
|
|
15233
15019
|
args: ConstructorParameters<typeof BoxGeometry>;
|
|
15234
15020
|
color: TresColor;
|
|
15235
|
-
}, {}, {}, {}, string,
|
|
15021
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15236
15022
|
declare const __VLS_export$40: __VLS_WithSlots$25<typeof __VLS_base$25, __VLS_Slots$26>;
|
|
15237
15023
|
declare const _default$6: typeof __VLS_export$40;
|
|
15238
15024
|
type __VLS_WithSlots$25<T, S> = T & {
|
|
@@ -15261,14 +15047,14 @@ interface CatmullRomCurve3Props {
|
|
|
15261
15047
|
gapSize?: number;
|
|
15262
15048
|
worldUnits?: boolean;
|
|
15263
15049
|
}
|
|
15264
|
-
declare const __VLS_export$39:
|
|
15265
|
-
instance:
|
|
15266
|
-
}, {}, {}, {},
|
|
15050
|
+
declare const __VLS_export$39: vue124.DefineComponent<CatmullRomCurve3Props, {
|
|
15051
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15052
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<CatmullRomCurve3Props> & Readonly<{}>, {
|
|
15267
15053
|
segments: number;
|
|
15268
15054
|
closed: boolean;
|
|
15269
15055
|
curveType: CurveType;
|
|
15270
15056
|
tension: number;
|
|
15271
|
-
}, {}, {}, {}, string,
|
|
15057
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15272
15058
|
declare const _default$9: typeof __VLS_export$39;
|
|
15273
15059
|
//#endregion
|
|
15274
15060
|
//#region src/core/shapes/Circle.vue.d.ts
|
|
@@ -15294,12 +15080,12 @@ declare var __VLS_14$13: {};
|
|
|
15294
15080
|
type __VLS_Slots$25 = {} & {
|
|
15295
15081
|
default?: (props: typeof __VLS_14$13) => any;
|
|
15296
15082
|
};
|
|
15297
|
-
declare const __VLS_base$24:
|
|
15298
|
-
instance:
|
|
15299
|
-
}, {}, {}, {},
|
|
15083
|
+
declare const __VLS_base$24: vue124.DefineComponent<CircleProps, {
|
|
15084
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15085
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<CircleProps> & Readonly<{}>, {
|
|
15300
15086
|
args: ConstructorParameters<typeof CircleGeometry>;
|
|
15301
15087
|
color: TresColor;
|
|
15302
|
-
}, {}, {}, {}, string,
|
|
15088
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15303
15089
|
declare const __VLS_export$38: __VLS_WithSlots$24<typeof __VLS_base$24, __VLS_Slots$25>;
|
|
15304
15090
|
declare const _default$10: typeof __VLS_export$38;
|
|
15305
15091
|
type __VLS_WithSlots$24<T, S> = T & {
|
|
@@ -15331,12 +15117,12 @@ declare var __VLS_14$12: {};
|
|
|
15331
15117
|
type __VLS_Slots$24 = {} & {
|
|
15332
15118
|
default?: (props: typeof __VLS_14$12) => any;
|
|
15333
15119
|
};
|
|
15334
|
-
declare const __VLS_base$23:
|
|
15335
|
-
instance:
|
|
15336
|
-
}, {}, {}, {},
|
|
15120
|
+
declare const __VLS_base$23: vue124.DefineComponent<ConeProps, {
|
|
15121
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15122
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<ConeProps> & Readonly<{}>, {
|
|
15337
15123
|
args: ConstructorParameters<typeof ConeGeometry>;
|
|
15338
15124
|
color: TresColor;
|
|
15339
|
-
}, {}, {}, {}, string,
|
|
15125
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15340
15126
|
declare const __VLS_export$37: __VLS_WithSlots$23<typeof __VLS_base$23, __VLS_Slots$24>;
|
|
15341
15127
|
declare const _default$12: typeof __VLS_export$37;
|
|
15342
15128
|
type __VLS_WithSlots$23<T, S> = T & {
|
|
@@ -15352,11 +15138,11 @@ interface QuadraticBezierLineProps {
|
|
|
15352
15138
|
mid?: Vector3 | [number, number, number];
|
|
15353
15139
|
segments?: number;
|
|
15354
15140
|
}
|
|
15355
|
-
declare const __VLS_export$36:
|
|
15356
|
-
instance:
|
|
15357
|
-
}, {}, {}, {},
|
|
15141
|
+
declare const __VLS_export$36: vue124.DefineComponent<QuadraticBezierLineProps, {
|
|
15142
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15143
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<QuadraticBezierLineProps> & Readonly<{}>, {
|
|
15358
15144
|
segments: number;
|
|
15359
|
-
}, {}, {}, {}, string,
|
|
15145
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15360
15146
|
declare const _default$57: typeof __VLS_export$36;
|
|
15361
15147
|
//#endregion
|
|
15362
15148
|
//#region src/core/shapes/CubicBezierLine.vue.d.ts
|
|
@@ -15367,11 +15153,11 @@ interface CubicBezierLineProps {
|
|
|
15367
15153
|
midB: Vector3 | [number, number, number];
|
|
15368
15154
|
segments?: number;
|
|
15369
15155
|
}
|
|
15370
|
-
declare const __VLS_export$35:
|
|
15371
|
-
instance:
|
|
15372
|
-
}, {}, {}, {},
|
|
15156
|
+
declare const __VLS_export$35: vue124.DefineComponent<CubicBezierLineProps, {
|
|
15157
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15158
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<CubicBezierLineProps> & Readonly<{}>, {
|
|
15373
15159
|
segments: number;
|
|
15374
|
-
}, {}, {}, {}, string,
|
|
15160
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15375
15161
|
declare const _default$15: typeof __VLS_export$35;
|
|
15376
15162
|
//#endregion
|
|
15377
15163
|
//#region src/core/shapes/Cylinder.vue.d.ts
|
|
@@ -15397,12 +15183,12 @@ declare var __VLS_14$11: {};
|
|
|
15397
15183
|
type __VLS_Slots$23 = {} & {
|
|
15398
15184
|
default?: (props: typeof __VLS_14$11) => any;
|
|
15399
15185
|
};
|
|
15400
|
-
declare const __VLS_base$22:
|
|
15401
|
-
instance:
|
|
15402
|
-
}, {}, {}, {},
|
|
15186
|
+
declare const __VLS_base$22: vue124.DefineComponent<CylinderProps, {
|
|
15187
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15188
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<CylinderProps> & Readonly<{}>, {
|
|
15403
15189
|
args: ConstructorParameters<typeof CylinderGeometry>;
|
|
15404
15190
|
color: TresColor;
|
|
15405
|
-
}, {}, {}, {}, string,
|
|
15191
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15406
15192
|
declare const __VLS_export$34: __VLS_WithSlots$22<typeof __VLS_base$22, __VLS_Slots$23>;
|
|
15407
15193
|
declare const _default$17: typeof __VLS_export$34;
|
|
15408
15194
|
type __VLS_WithSlots$22<T, S> = T & {
|
|
@@ -15434,12 +15220,12 @@ declare var __VLS_14$10: {};
|
|
|
15434
15220
|
type __VLS_Slots$22 = {} & {
|
|
15435
15221
|
default?: (props: typeof __VLS_14$10) => any;
|
|
15436
15222
|
};
|
|
15437
|
-
declare const __VLS_base$21:
|
|
15438
|
-
instance:
|
|
15439
|
-
}, {}, {}, {},
|
|
15223
|
+
declare const __VLS_base$21: vue124.DefineComponent<DodecahedronProps, {
|
|
15224
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15225
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<DodecahedronProps> & Readonly<{}>, {
|
|
15440
15226
|
args: ConstructorParameters<typeof DodecahedronGeometry>;
|
|
15441
15227
|
color: TresColor;
|
|
15442
|
-
}, {}, {}, {}, string,
|
|
15228
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15443
15229
|
declare const __VLS_export$33: __VLS_WithSlots$21<typeof __VLS_base$21, __VLS_Slots$22>;
|
|
15444
15230
|
declare const _default$18: typeof __VLS_export$33;
|
|
15445
15231
|
type __VLS_WithSlots$21<T, S> = T & {
|
|
@@ -15471,12 +15257,12 @@ declare var __VLS_14$9: {};
|
|
|
15471
15257
|
type __VLS_Slots$21 = {} & {
|
|
15472
15258
|
default?: (props: typeof __VLS_14$9) => any;
|
|
15473
15259
|
};
|
|
15474
|
-
declare const __VLS_base$20:
|
|
15475
|
-
instance:
|
|
15476
|
-
}, {}, {}, {},
|
|
15260
|
+
declare const __VLS_base$20: vue124.DefineComponent<IcosahedronProps, {
|
|
15261
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15262
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<IcosahedronProps> & Readonly<{}>, {
|
|
15477
15263
|
args: ConstructorParameters<typeof IcosahedronGeometry>;
|
|
15478
15264
|
color: TresColor;
|
|
15479
|
-
}, {}, {}, {}, string,
|
|
15265
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15480
15266
|
declare const __VLS_export$32: __VLS_WithSlots$20<typeof __VLS_base$20, __VLS_Slots$21>;
|
|
15481
15267
|
declare const _default$30: typeof __VLS_export$32;
|
|
15482
15268
|
type __VLS_WithSlots$20<T, S> = T & {
|
|
@@ -15501,9 +15287,9 @@ interface LineProps {
|
|
|
15501
15287
|
dashScale?: number;
|
|
15502
15288
|
dashOffset?: number;
|
|
15503
15289
|
}
|
|
15504
|
-
declare const __VLS_export$31:
|
|
15505
|
-
instance:
|
|
15506
|
-
}, {}, {}, {},
|
|
15290
|
+
declare const __VLS_export$31: vue124.DefineComponent<LineProps, {
|
|
15291
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15292
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<LineProps> & Readonly<{}>, {
|
|
15507
15293
|
color: TresColor;
|
|
15508
15294
|
vertexColors: VertexColors | null;
|
|
15509
15295
|
alphaToCoverage: boolean;
|
|
@@ -15514,7 +15300,7 @@ declare const __VLS_export$31: vue112.DefineComponent<LineProps, {
|
|
|
15514
15300
|
dashOffset: number;
|
|
15515
15301
|
gapSize: number;
|
|
15516
15302
|
worldUnits: boolean;
|
|
15517
|
-
}, {}, {}, {}, string,
|
|
15303
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15518
15304
|
declare const _default$37: typeof __VLS_export$31;
|
|
15519
15305
|
//#endregion
|
|
15520
15306
|
//#region src/core/shapes/Octahedron.vue.d.ts
|
|
@@ -15540,12 +15326,12 @@ declare var __VLS_14$8: {};
|
|
|
15540
15326
|
type __VLS_Slots$20 = {} & {
|
|
15541
15327
|
default?: (props: typeof __VLS_14$8) => any;
|
|
15542
15328
|
};
|
|
15543
|
-
declare const __VLS_base$19:
|
|
15544
|
-
instance:
|
|
15545
|
-
}, {}, {}, {},
|
|
15329
|
+
declare const __VLS_base$19: vue124.DefineComponent<OctahedronProps, {
|
|
15330
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15331
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<OctahedronProps> & Readonly<{}>, {
|
|
15546
15332
|
args: ConstructorParameters<typeof OctahedronGeometry>;
|
|
15547
15333
|
color: TresColor;
|
|
15548
|
-
}, {}, {}, {}, string,
|
|
15334
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15549
15335
|
declare const __VLS_export$30: __VLS_WithSlots$19<typeof __VLS_base$19, __VLS_Slots$20>;
|
|
15550
15336
|
declare const _default$49: typeof __VLS_export$30;
|
|
15551
15337
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -15577,12 +15363,12 @@ declare var __VLS_14$7: {};
|
|
|
15577
15363
|
type __VLS_Slots$19 = {} & {
|
|
15578
15364
|
default?: (props: typeof __VLS_14$7) => any;
|
|
15579
15365
|
};
|
|
15580
|
-
declare const __VLS_base$18:
|
|
15581
|
-
instance:
|
|
15582
|
-
}, {}, {}, {},
|
|
15366
|
+
declare const __VLS_base$18: vue124.DefineComponent<PlaneProps, {
|
|
15367
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15368
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<PlaneProps> & Readonly<{}>, {
|
|
15583
15369
|
args: ConstructorParameters<typeof PlaneGeometry>;
|
|
15584
15370
|
color: TresColor;
|
|
15585
|
-
}, {}, {}, {}, string,
|
|
15371
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15586
15372
|
declare const __VLS_export$29: __VLS_WithSlots$18<typeof __VLS_base$18, __VLS_Slots$19>;
|
|
15587
15373
|
declare const _default$52: typeof __VLS_export$29;
|
|
15588
15374
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -15614,12 +15400,12 @@ declare var __VLS_14$6: {};
|
|
|
15614
15400
|
type __VLS_Slots$18 = {} & {
|
|
15615
15401
|
default?: (props: typeof __VLS_14$6) => any;
|
|
15616
15402
|
};
|
|
15617
|
-
declare const __VLS_base$17:
|
|
15618
|
-
instance:
|
|
15619
|
-
}, {}, {}, {},
|
|
15403
|
+
declare const __VLS_base$17: vue124.DefineComponent<RingProps, {
|
|
15404
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15405
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<RingProps> & Readonly<{}>, {
|
|
15620
15406
|
args: ConstructorParameters<typeof RingGeometry>;
|
|
15621
15407
|
color: TresColor;
|
|
15622
|
-
}, {}, {}, {}, string,
|
|
15408
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15623
15409
|
declare const __VLS_export$28: __VLS_WithSlots$17<typeof __VLS_base$17, __VLS_Slots$18>;
|
|
15624
15410
|
declare const _default$60: typeof __VLS_export$28;
|
|
15625
15411
|
type __VLS_WithSlots$17<T, S> = T & {
|
|
@@ -15652,12 +15438,12 @@ declare var __VLS_14$5: {};
|
|
|
15652
15438
|
type __VLS_Slots$17 = {} & {
|
|
15653
15439
|
default?: (props: typeof __VLS_14$5) => any;
|
|
15654
15440
|
};
|
|
15655
|
-
declare const __VLS_base$16:
|
|
15656
|
-
instance:
|
|
15657
|
-
}, {}, {}, {},
|
|
15441
|
+
declare const __VLS_base$16: vue124.DefineComponent<BoxProps, {
|
|
15442
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15443
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<BoxProps> & Readonly<{}>, {
|
|
15658
15444
|
args: ConstructorParameters<typeof BoxGeometry>;
|
|
15659
15445
|
color: TresColor;
|
|
15660
|
-
}, {}, {}, {}, string,
|
|
15446
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15661
15447
|
declare const __VLS_export$27: __VLS_WithSlots$16<typeof __VLS_base$16, __VLS_Slots$17>;
|
|
15662
15448
|
declare const _default$61: typeof __VLS_export$27;
|
|
15663
15449
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
@@ -15671,9 +15457,9 @@ declare var __VLS_9$3: {};
|
|
|
15671
15457
|
type __VLS_Slots$16 = {} & {
|
|
15672
15458
|
default?: (props: typeof __VLS_9$3) => any;
|
|
15673
15459
|
};
|
|
15674
|
-
declare const __VLS_base$15:
|
|
15675
|
-
instance:
|
|
15676
|
-
}, {}, {}, {},
|
|
15460
|
+
declare const __VLS_base$15: vue124.DefineComponent<{}, {
|
|
15461
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15462
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue124.ComponentProvideOptions, true, {}, any>;
|
|
15677
15463
|
declare const __VLS_export$26: __VLS_WithSlots$15<typeof __VLS_base$15, __VLS_Slots$16>;
|
|
15678
15464
|
declare const _default$63: typeof __VLS_export$26;
|
|
15679
15465
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -15706,12 +15492,12 @@ declare var __VLS_14$4: {};
|
|
|
15706
15492
|
type __VLS_Slots$15 = {} & {
|
|
15707
15493
|
default?: (props: typeof __VLS_14$4) => any;
|
|
15708
15494
|
};
|
|
15709
|
-
declare const __VLS_base$14:
|
|
15710
|
-
instance:
|
|
15711
|
-
}, {}, {}, {},
|
|
15495
|
+
declare const __VLS_base$14: vue124.DefineComponent<SphereProps, {
|
|
15496
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15497
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SphereProps> & Readonly<{}>, {
|
|
15712
15498
|
args: ConstructorParameters<typeof SphereGeometry>;
|
|
15713
15499
|
color: TresColor;
|
|
15714
|
-
}, {}, {}, {}, string,
|
|
15500
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15715
15501
|
declare const __VLS_export$25: __VLS_WithSlots$14<typeof __VLS_base$14, __VLS_Slots$15>;
|
|
15716
15502
|
declare const _default$71: typeof __VLS_export$25;
|
|
15717
15503
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -15757,9 +15543,9 @@ declare var __VLS_9$2: {};
|
|
|
15757
15543
|
type __VLS_Slots$14 = {} & {
|
|
15758
15544
|
default?: (props: typeof __VLS_9$2) => any;
|
|
15759
15545
|
};
|
|
15760
|
-
declare const __VLS_base$13:
|
|
15761
|
-
instance:
|
|
15762
|
-
}, {}, {}, {},
|
|
15546
|
+
declare const __VLS_base$13: vue124.DefineComponent<SuperFormulaProps, {
|
|
15547
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15548
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SuperFormulaProps> & Readonly<{}>, {
|
|
15763
15549
|
color: TresColor;
|
|
15764
15550
|
widthSegments: number;
|
|
15765
15551
|
heightSegments: number;
|
|
@@ -15767,7 +15553,7 @@ declare const __VLS_base$13: vue112.DefineComponent<SuperFormulaProps, {
|
|
|
15767
15553
|
expA: Float3;
|
|
15768
15554
|
numArmsB: number;
|
|
15769
15555
|
expB: Float3;
|
|
15770
|
-
}, {}, {}, {}, string,
|
|
15556
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15771
15557
|
declare const __VLS_export$24: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$14>;
|
|
15772
15558
|
declare const _default$74: typeof __VLS_export$24;
|
|
15773
15559
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -15799,12 +15585,12 @@ declare var __VLS_14$3: {};
|
|
|
15799
15585
|
type __VLS_Slots$13 = {} & {
|
|
15800
15586
|
default?: (props: typeof __VLS_14$3) => any;
|
|
15801
15587
|
};
|
|
15802
|
-
declare const __VLS_base$12:
|
|
15803
|
-
instance:
|
|
15804
|
-
}, {}, {}, {},
|
|
15588
|
+
declare const __VLS_base$12: vue124.DefineComponent<TetrahedronProps, {
|
|
15589
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15590
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<TetrahedronProps> & Readonly<{}>, {
|
|
15805
15591
|
args: ConstructorParameters<typeof TetrahedronGeometry>;
|
|
15806
15592
|
color: TresColor;
|
|
15807
|
-
}, {}, {}, {}, string,
|
|
15593
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15808
15594
|
declare const __VLS_export$23: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$13>;
|
|
15809
15595
|
declare const _default$75: typeof __VLS_export$23;
|
|
15810
15596
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -15836,12 +15622,12 @@ declare var __VLS_14$2: {};
|
|
|
15836
15622
|
type __VLS_Slots$12 = {} & {
|
|
15837
15623
|
default?: (props: typeof __VLS_14$2) => any;
|
|
15838
15624
|
};
|
|
15839
|
-
declare const __VLS_base$11:
|
|
15840
|
-
instance:
|
|
15841
|
-
}, {}, {}, {},
|
|
15625
|
+
declare const __VLS_base$11: vue124.DefineComponent<TorusProps, {
|
|
15626
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15627
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<TorusProps> & Readonly<{}>, {
|
|
15842
15628
|
args: ConstructorParameters<typeof TorusGeometry>;
|
|
15843
15629
|
color: TresColor;
|
|
15844
|
-
}, {}, {}, {}, string,
|
|
15630
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15845
15631
|
declare const __VLS_export$22: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$12>;
|
|
15846
15632
|
declare const _default$77: typeof __VLS_export$22;
|
|
15847
15633
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -15873,12 +15659,12 @@ declare var __VLS_14$1: {};
|
|
|
15873
15659
|
type __VLS_Slots$11 = {} & {
|
|
15874
15660
|
default?: (props: typeof __VLS_14$1) => any;
|
|
15875
15661
|
};
|
|
15876
|
-
declare const __VLS_base$10:
|
|
15877
|
-
instance:
|
|
15878
|
-
}, {}, {}, {},
|
|
15662
|
+
declare const __VLS_base$10: vue124.DefineComponent<TorusKnotProps, {
|
|
15663
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15664
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<TorusKnotProps> & Readonly<{}>, {
|
|
15879
15665
|
args: ConstructorParameters<typeof TorusKnotGeometry>;
|
|
15880
15666
|
color: TresColor;
|
|
15881
|
-
}, {}, {}, {}, string,
|
|
15667
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15882
15668
|
declare const __VLS_export$21: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$11>;
|
|
15883
15669
|
declare const _default$78: typeof __VLS_export$21;
|
|
15884
15670
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -15910,12 +15696,12 @@ declare var __VLS_14: {};
|
|
|
15910
15696
|
type __VLS_Slots$10 = {} & {
|
|
15911
15697
|
default?: (props: typeof __VLS_14) => any;
|
|
15912
15698
|
};
|
|
15913
|
-
declare const __VLS_base$9:
|
|
15914
|
-
instance:
|
|
15915
|
-
}, {}, {}, {},
|
|
15699
|
+
declare const __VLS_base$9: vue124.DefineComponent<TubeProps, {
|
|
15700
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15701
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<TubeProps> & Readonly<{}>, {
|
|
15916
15702
|
args: ConstructorParameters<typeof TubeGeometry>;
|
|
15917
15703
|
color: TresColor;
|
|
15918
|
-
}, {}, {}, {}, string,
|
|
15704
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15919
15705
|
declare const __VLS_export$20: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$10>;
|
|
15920
15706
|
declare const _default$80: typeof __VLS_export$20;
|
|
15921
15707
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -15960,10 +15746,10 @@ declare var __VLS_17: {};
|
|
|
15960
15746
|
type __VLS_Slots$9 = {} & {
|
|
15961
15747
|
default?: (props: typeof __VLS_17) => any;
|
|
15962
15748
|
};
|
|
15963
|
-
declare const __VLS_base$8:
|
|
15964
|
-
instance:
|
|
15749
|
+
declare const __VLS_base$8: vue124.DefineComponent<AccumulativeShadowsProps, {
|
|
15750
|
+
instance: vue124.ShallowRef<Group<three12.Object3DEventMap> | undefined, Group<three12.Object3DEventMap> | undefined>;
|
|
15965
15751
|
update: () => void;
|
|
15966
|
-
}, {}, {}, {},
|
|
15752
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<AccumulativeShadowsProps> & Readonly<{}>, {
|
|
15967
15753
|
toneMapped: boolean;
|
|
15968
15754
|
color: ColorRepresentation;
|
|
15969
15755
|
once: boolean;
|
|
@@ -15976,7 +15762,7 @@ declare const __VLS_base$8: vue112.DefineComponent<AccumulativeShadowsProps, {
|
|
|
15976
15762
|
alphaTest: number;
|
|
15977
15763
|
colorBlend: number;
|
|
15978
15764
|
resolution: number;
|
|
15979
|
-
}, {}, {}, {}, string,
|
|
15765
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
15980
15766
|
declare const __VLS_export$19: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$9>;
|
|
15981
15767
|
declare const _default: typeof __VLS_export$19;
|
|
15982
15768
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -16026,19 +15812,19 @@ declare var __VLS_25$1: {};
|
|
|
16026
15812
|
type __VLS_Slots$8 = {} & {
|
|
16027
15813
|
default?: (props: typeof __VLS_25$1) => any;
|
|
16028
15814
|
};
|
|
16029
|
-
declare const __VLS_base$7:
|
|
16030
|
-
instance:
|
|
15815
|
+
declare const __VLS_base$7: vue124.DefineComponent<AlignProps, {
|
|
15816
|
+
instance: vue124.ShallowRef<Group<Object3DEventMap> | undefined, Group<Object3DEventMap> | undefined>;
|
|
16031
15817
|
update: typeof update;
|
|
16032
|
-
}, {}, {}, {},
|
|
16033
|
-
update: (props: AlignCallbackOptions) => void;
|
|
15818
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {
|
|
16034
15819
|
change: (props: AlignCallbackOptions) => void;
|
|
16035
|
-
|
|
16036
|
-
|
|
15820
|
+
update: (props: AlignCallbackOptions) => void;
|
|
15821
|
+
}, string, vue124.PublicProps, Readonly<AlignProps> & Readonly<{
|
|
16037
15822
|
onChange?: ((props: AlignCallbackOptions) => any) | undefined;
|
|
15823
|
+
onUpdate?: ((props: AlignCallbackOptions) => any) | undefined;
|
|
16038
15824
|
}>, {
|
|
16039
15825
|
precise: boolean;
|
|
16040
15826
|
cacheKey: MaybeRefOrGetter<any>;
|
|
16041
|
-
}, {}, {}, {}, string,
|
|
15827
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16042
15828
|
declare const __VLS_export$18: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$8>;
|
|
16043
15829
|
declare const _default$1: typeof __VLS_export$18;
|
|
16044
15830
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -16057,13 +15843,13 @@ declare var __VLS_22: {};
|
|
|
16057
15843
|
type __VLS_Slots$7 = {} & {
|
|
16058
15844
|
default?: (props: typeof __VLS_22) => any;
|
|
16059
15845
|
};
|
|
16060
|
-
declare const __VLS_base$6:
|
|
16061
|
-
instance:
|
|
16062
|
-
}, {}, {}, {},
|
|
15846
|
+
declare const __VLS_base$6: vue124.DefineComponent<BackdropProps, {
|
|
15847
|
+
instance: vue124.ShallowRef<any, any>;
|
|
15848
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<BackdropProps> & Readonly<{}>, {
|
|
16063
15849
|
floor: number;
|
|
16064
15850
|
segments: number;
|
|
16065
15851
|
receiveShadow: boolean;
|
|
16066
|
-
}, {}, {}, {}, string,
|
|
15852
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16067
15853
|
declare const __VLS_export$17: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$7>;
|
|
16068
15854
|
declare const _default$3: typeof __VLS_export$17;
|
|
16069
15855
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -16176,13 +15962,13 @@ declare var __VLS_8: {};
|
|
|
16176
15962
|
type __VLS_Slots$6 = {} & {
|
|
16177
15963
|
default?: (props: typeof __VLS_8) => any;
|
|
16178
15964
|
};
|
|
16179
|
-
declare const __VLS_base$5:
|
|
15965
|
+
declare const __VLS_base$5: vue124.DefineComponent<BoundsProps, {
|
|
16180
15966
|
instance: Bounds;
|
|
16181
|
-
}, {}, {}, {},
|
|
15967
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {} & {
|
|
16182
15968
|
start: (sizeProps: OnLookAtCallbackArg) => any;
|
|
16183
15969
|
cancel: (sizeProps: OnLookAtCallbackArg) => any;
|
|
16184
15970
|
end: (sizeProps: OnLookAtCallbackArg) => any;
|
|
16185
|
-
}, string,
|
|
15971
|
+
}, string, vue124.PublicProps, Readonly<BoundsProps> & Readonly<{
|
|
16186
15972
|
onStart?: ((sizeProps: OnLookAtCallbackArg) => any) | undefined;
|
|
16187
15973
|
onCancel?: ((sizeProps: OnLookAtCallbackArg) => any) | undefined;
|
|
16188
15974
|
onEnd?: ((sizeProps: OnLookAtCallbackArg) => any) | undefined;
|
|
@@ -16192,7 +15978,7 @@ declare const __VLS_base$5: vue112.DefineComponent<BoundsProps, {
|
|
|
16192
15978
|
useResize: boolean;
|
|
16193
15979
|
useMounted: boolean;
|
|
16194
15980
|
clip: boolean;
|
|
16195
|
-
}, {}, {}, {}, string,
|
|
15981
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16196
15982
|
declare const __VLS_export$16: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$6>;
|
|
16197
15983
|
declare const _default$5: typeof __VLS_export$16;
|
|
16198
15984
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -16307,9 +16093,9 @@ interface ContactShadowsProps {
|
|
|
16307
16093
|
*/
|
|
16308
16094
|
depthWrite?: boolean;
|
|
16309
16095
|
}
|
|
16310
|
-
declare const __VLS_export$15:
|
|
16096
|
+
declare const __VLS_export$15: vue124.DefineComponent<ContactShadowsProps, {
|
|
16311
16097
|
instance: Group<three12.Object3DEventMap>;
|
|
16312
|
-
}, {}, {}, {},
|
|
16098
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<ContactShadowsProps> & Readonly<{}>, {
|
|
16313
16099
|
color: TresColor;
|
|
16314
16100
|
frames: number;
|
|
16315
16101
|
scale: number | [x: number, y: number];
|
|
@@ -16322,7 +16108,7 @@ declare const __VLS_export$15: vue112.DefineComponent<ContactShadowsProps, {
|
|
|
16322
16108
|
far: number;
|
|
16323
16109
|
smooth: boolean;
|
|
16324
16110
|
depthWrite: boolean;
|
|
16325
|
-
}, {}, {}, {}, string,
|
|
16111
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16326
16112
|
declare const _default$13: typeof __VLS_export$15;
|
|
16327
16113
|
//#endregion
|
|
16328
16114
|
//#region src/core/staging/Fit.vue.d.ts
|
|
@@ -16342,7 +16128,7 @@ interface Props {
|
|
|
16342
16128
|
precise?: boolean;
|
|
16343
16129
|
}
|
|
16344
16130
|
declare const props: Readonly<{}> & {
|
|
16345
|
-
readonly into: number | Vector3 | [number, number, number] | Box3 |
|
|
16131
|
+
readonly into: number | Object3D<three12.Object3DEventMap> | Vector3 | [number, number, number] | Box3 | null;
|
|
16346
16132
|
readonly precise: boolean;
|
|
16347
16133
|
} & {
|
|
16348
16134
|
readonly precise: boolean;
|
|
@@ -16351,14 +16137,14 @@ declare var __VLS_25: {};
|
|
|
16351
16137
|
type __VLS_Slots$5 = {} & {
|
|
16352
16138
|
default?: (props: typeof __VLS_25) => any;
|
|
16353
16139
|
};
|
|
16354
|
-
declare const __VLS_base$4:
|
|
16355
|
-
instance:
|
|
16140
|
+
declare const __VLS_base$4: vue124.DefineComponent<Props, {
|
|
16141
|
+
instance: vue124.ShallowRef<any, any>;
|
|
16356
16142
|
fit: (into?: typeof props.into, precise?: boolean) => void;
|
|
16357
16143
|
update: () => void;
|
|
16358
|
-
}, {}, {}, {},
|
|
16144
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16359
16145
|
precise: boolean;
|
|
16360
16146
|
into: number | [number, number, number] | Vector3 | Box3 | Object3D | null;
|
|
16361
|
-
}, {}, {}, {}, string,
|
|
16147
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16362
16148
|
declare const __VLS_export$14: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$5>;
|
|
16363
16149
|
declare const _default$23: typeof __VLS_export$14;
|
|
16364
16150
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -16404,7 +16190,7 @@ type GridProps = GridMaterialType & {
|
|
|
16404
16190
|
/** Default plane-geometry arguments */
|
|
16405
16191
|
args?: ConstructorParameters<typeof PlaneGeometry>;
|
|
16406
16192
|
};
|
|
16407
|
-
declare const __VLS_export$13:
|
|
16193
|
+
declare const __VLS_export$13: vue124.DefineComponent<GridProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<GridProps> & Readonly<{}>, {
|
|
16408
16194
|
side: Side;
|
|
16409
16195
|
cellSize: number;
|
|
16410
16196
|
cellThickness: number;
|
|
@@ -16417,7 +16203,7 @@ declare const __VLS_export$13: vue112.DefineComponent<GridProps, {}, {}, {}, {},
|
|
|
16417
16203
|
fadeDistance: number;
|
|
16418
16204
|
fadeStrength: number;
|
|
16419
16205
|
fadeFrom: number;
|
|
16420
|
-
}, {}, {}, {}, string,
|
|
16206
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16421
16207
|
declare const _default$26: typeof __VLS_export$13;
|
|
16422
16208
|
//#endregion
|
|
16423
16209
|
//#region src/core/staging/Ocean.vue.d.ts
|
|
@@ -16522,9 +16308,10 @@ declare var __VLS_9$1: {};
|
|
|
16522
16308
|
type __VLS_Slots$4 = {} & {
|
|
16523
16309
|
default?: (props: typeof __VLS_9$1) => any;
|
|
16524
16310
|
};
|
|
16525
|
-
declare const __VLS_base$3:
|
|
16526
|
-
instance:
|
|
16527
|
-
}, {}, {}, {},
|
|
16311
|
+
declare const __VLS_base$3: vue124.DefineComponent<OceanProps, {
|
|
16312
|
+
instance: vue124.ShallowRef<any, any>;
|
|
16313
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<OceanProps> & Readonly<{}>, {
|
|
16314
|
+
size: number;
|
|
16528
16315
|
side: TresVector3;
|
|
16529
16316
|
textureWidth: number;
|
|
16530
16317
|
textureHeight: number;
|
|
@@ -16533,10 +16320,9 @@ declare const __VLS_base$3: vue112.DefineComponent<OceanProps, {
|
|
|
16533
16320
|
sunColor: TresColor;
|
|
16534
16321
|
waterColor: TresColor;
|
|
16535
16322
|
distortionScale: number;
|
|
16536
|
-
size: number;
|
|
16537
16323
|
clipBias: number;
|
|
16538
16324
|
alpha: number;
|
|
16539
|
-
}, {}, {}, {}, string,
|
|
16325
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16540
16326
|
declare const __VLS_export$12: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$4>;
|
|
16541
16327
|
declare const _default$48: typeof __VLS_export$12;
|
|
16542
16328
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -16655,21 +16441,21 @@ interface PrecipitationProps {
|
|
|
16655
16441
|
*/
|
|
16656
16442
|
sizeAttenuation?: boolean;
|
|
16657
16443
|
}
|
|
16658
|
-
declare const __VLS_export$11:
|
|
16659
|
-
instance:
|
|
16660
|
-
}, {}, {}, {},
|
|
16444
|
+
declare const __VLS_export$11: vue124.DefineComponent<PrecipitationProps, {
|
|
16445
|
+
instance: vue124.ShallowRef<any, any>;
|
|
16446
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<PrecipitationProps> & Readonly<{}>, {
|
|
16661
16447
|
color: TresColor;
|
|
16448
|
+
count: number;
|
|
16449
|
+
size: number;
|
|
16662
16450
|
opacity: number;
|
|
16663
16451
|
alphaTest: number;
|
|
16664
|
-
count: number;
|
|
16665
16452
|
depthWrite: boolean;
|
|
16666
16453
|
transparent: boolean;
|
|
16667
|
-
size: number;
|
|
16668
16454
|
area: [number, number, number];
|
|
16669
16455
|
speed: number;
|
|
16670
16456
|
randomness: number;
|
|
16671
16457
|
sizeAttenuation: boolean;
|
|
16672
|
-
}, {}, {}, {}, string,
|
|
16458
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16673
16459
|
declare const _default$56: typeof __VLS_export$11;
|
|
16674
16460
|
//#endregion
|
|
16675
16461
|
//#region src/core/staging/CircleShadow.vue.d.ts
|
|
@@ -16680,15 +16466,15 @@ interface ShadowProps {
|
|
|
16680
16466
|
fog?: boolean;
|
|
16681
16467
|
depthWrite?: boolean;
|
|
16682
16468
|
}
|
|
16683
|
-
declare const __VLS_export$10:
|
|
16684
|
-
instance:
|
|
16685
|
-
}, {}, {}, {},
|
|
16469
|
+
declare const __VLS_export$10: vue124.DefineComponent<ShadowProps, {
|
|
16470
|
+
instance: vue124.ShallowRef<any, any>;
|
|
16471
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<ShadowProps> & Readonly<{}>, {
|
|
16686
16472
|
color: Color | number | string;
|
|
16687
16473
|
opacity: number;
|
|
16688
16474
|
offset: number;
|
|
16689
16475
|
depthWrite: boolean;
|
|
16690
16476
|
fog: boolean;
|
|
16691
|
-
}, {}, {}, {}, string,
|
|
16477
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16692
16478
|
declare const _default$11: typeof __VLS_export$10;
|
|
16693
16479
|
//#endregion
|
|
16694
16480
|
//#region src/core/staging/RandomizedLights/component.vue.d.ts
|
|
@@ -16716,13 +16502,13 @@ interface RandomizedLightsProps {
|
|
|
16716
16502
|
/** Position, [5, 5, -10] */
|
|
16717
16503
|
position?: VectorFlexibleParams;
|
|
16718
16504
|
}
|
|
16719
|
-
declare const __VLS_export$9:
|
|
16720
|
-
instance:
|
|
16721
|
-
}, {}, {}, {},
|
|
16505
|
+
declare const __VLS_export$9: vue124.DefineComponent<RandomizedLightsProps, {
|
|
16506
|
+
instance: vue124.ShallowRef<any, any>;
|
|
16507
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<RandomizedLightsProps> & Readonly<{}>, {
|
|
16722
16508
|
intensity: number;
|
|
16723
16509
|
count: number;
|
|
16724
|
-
far: number;
|
|
16725
16510
|
size: number;
|
|
16511
|
+
far: number;
|
|
16726
16512
|
radius: number;
|
|
16727
16513
|
ambient: number;
|
|
16728
16514
|
castShadow: boolean;
|
|
@@ -16730,7 +16516,7 @@ declare const __VLS_export$9: vue112.DefineComponent<RandomizedLightsProps, {
|
|
|
16730
16516
|
mapSize: number;
|
|
16731
16517
|
near: number;
|
|
16732
16518
|
position: VectorFlexibleParams;
|
|
16733
|
-
}, {}, {}, {}, string,
|
|
16519
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16734
16520
|
declare const _default$58: typeof __VLS_export$9;
|
|
16735
16521
|
//#endregion
|
|
16736
16522
|
//#region src/core/staging/Sky.vue.d.ts
|
|
@@ -16765,10 +16551,10 @@ interface SkyProps {
|
|
|
16765
16551
|
*/
|
|
16766
16552
|
distance?: number;
|
|
16767
16553
|
}
|
|
16768
|
-
declare const __VLS_export$8:
|
|
16554
|
+
declare const __VLS_export$8: vue124.DefineComponent<SkyProps, {
|
|
16769
16555
|
instance: Sky;
|
|
16770
16556
|
sunPosition: Vector3;
|
|
16771
|
-
}, {}, {}, {},
|
|
16557
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SkyProps> & Readonly<{}>, {
|
|
16772
16558
|
turbidity: number;
|
|
16773
16559
|
rayleigh: number;
|
|
16774
16560
|
mieCoefficient: number;
|
|
@@ -16776,7 +16562,7 @@ declare const __VLS_export$8: vue112.DefineComponent<SkyProps, {
|
|
|
16776
16562
|
elevation: number;
|
|
16777
16563
|
azimuth: number;
|
|
16778
16564
|
distance: number;
|
|
16779
|
-
}, {}, {}, {}, string,
|
|
16565
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16780
16566
|
declare const _default$67: typeof __VLS_export$8;
|
|
16781
16567
|
//#endregion
|
|
16782
16568
|
//#region src/core/staging/Smoke.vue.d.ts
|
|
@@ -16853,9 +16639,9 @@ interface SmokeProps {
|
|
|
16853
16639
|
*/
|
|
16854
16640
|
scale?: number;
|
|
16855
16641
|
}
|
|
16856
|
-
declare const __VLS_export$7:
|
|
16857
|
-
instance:
|
|
16858
|
-
}, {}, {}, {},
|
|
16642
|
+
declare const __VLS_export$7: vue124.DefineComponent<SmokeProps, {
|
|
16643
|
+
instance: vue124.ShallowRef<any, any>;
|
|
16644
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SmokeProps> & Readonly<{}>, {
|
|
16859
16645
|
color: TresColor;
|
|
16860
16646
|
scale: number;
|
|
16861
16647
|
opacity: number;
|
|
@@ -16866,7 +16652,7 @@ declare const __VLS_export$7: vue112.DefineComponent<SmokeProps, {
|
|
|
16866
16652
|
texture: string;
|
|
16867
16653
|
spreadY: number;
|
|
16868
16654
|
spreadX: number;
|
|
16869
|
-
}, {}, {}, {}, string,
|
|
16655
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16870
16656
|
declare const _default$68: typeof __VLS_export$7;
|
|
16871
16657
|
//#endregion
|
|
16872
16658
|
//#region src/core/staging/CameraShake.vue.d.ts
|
|
@@ -16933,7 +16719,7 @@ declare var __VLS_1: {};
|
|
|
16933
16719
|
type __VLS_Slots$3 = {} & {
|
|
16934
16720
|
default?: (props: typeof __VLS_1) => any;
|
|
16935
16721
|
};
|
|
16936
|
-
declare const __VLS_base$2:
|
|
16722
|
+
declare const __VLS_base$2: vue124.DefineComponent<CameraShakeProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<CameraShakeProps> & Readonly<{}>, {
|
|
16937
16723
|
intensity: number;
|
|
16938
16724
|
decay: boolean;
|
|
16939
16725
|
decayRate: number;
|
|
@@ -16943,7 +16729,7 @@ declare const __VLS_base$2: vue112.DefineComponent<CameraShakeProps, {}, {}, {},
|
|
|
16943
16729
|
yawFrequency: number;
|
|
16944
16730
|
pitchFrequency: number;
|
|
16945
16731
|
rollFrequency: number;
|
|
16946
|
-
}, {}, {}, {}, string,
|
|
16732
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16947
16733
|
declare const __VLS_export$6: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$3>;
|
|
16948
16734
|
declare const _default$8: typeof __VLS_export$6;
|
|
16949
16735
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -16961,11 +16747,11 @@ interface SoftShadowsProps {
|
|
|
16961
16747
|
/** Depth focus, use it to shift the focal point (where the shadow is the sharpest), default: 0 (the beginning) */
|
|
16962
16748
|
focus?: number;
|
|
16963
16749
|
}
|
|
16964
|
-
declare const __VLS_export$5:
|
|
16750
|
+
declare const __VLS_export$5: vue124.DefineComponent<SoftShadowsProps, {}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SoftShadowsProps> & Readonly<{}>, {
|
|
16965
16751
|
size: number;
|
|
16966
16752
|
samples: number;
|
|
16967
16753
|
focus: number;
|
|
16968
|
-
}, {}, {}, {}, string,
|
|
16754
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
16969
16755
|
declare const _default$69: typeof __VLS_export$5;
|
|
16970
16756
|
//#endregion
|
|
16971
16757
|
//#region src/utils/Gradient.d.ts
|
|
@@ -17104,15 +16890,15 @@ interface SparkleProps {
|
|
|
17104
16890
|
*/
|
|
17105
16891
|
depthWrite?: boolean;
|
|
17106
16892
|
}
|
|
17107
|
-
declare const __VLS_export$4:
|
|
16893
|
+
declare const __VLS_export$4: vue124.DefineComponent<SparkleProps, {
|
|
17108
16894
|
instance: Points<BufferGeometry<three12.NormalOrGLBufferAttributes, three12.BufferGeometryEventMap>, ShaderMaterial, three12.Object3DEventMap>;
|
|
17109
|
-
}, {}, {}, {},
|
|
16895
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<SparkleProps> & Readonly<{}>, {
|
|
17110
16896
|
map: Texture | string;
|
|
16897
|
+
size: number;
|
|
17111
16898
|
offset: number;
|
|
17112
16899
|
depthWrite: boolean;
|
|
17113
16900
|
blending: Blending;
|
|
17114
16901
|
transparent: boolean;
|
|
17115
|
-
size: number;
|
|
17116
16902
|
alpha: number;
|
|
17117
16903
|
geometry: Object3D | BufferGeometry;
|
|
17118
16904
|
directionalLight: Object3D;
|
|
@@ -17136,7 +16922,7 @@ declare const __VLS_export$4: vue112.DefineComponent<SparkleProps, {
|
|
|
17136
16922
|
mixSize: number;
|
|
17137
16923
|
mixSurfaceDistance: number;
|
|
17138
16924
|
mixNoise: number;
|
|
17139
|
-
}, {}, {}, {}, string,
|
|
16925
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
17140
16926
|
declare const _default$70: typeof __VLS_export$4;
|
|
17141
16927
|
//#endregion
|
|
17142
16928
|
//#region src/core/staging/Stage.vue.d.ts
|
|
@@ -17172,10 +16958,10 @@ declare var __VLS_48: {};
|
|
|
17172
16958
|
type __VLS_Slots$2 = {} & {
|
|
17173
16959
|
default?: (props: typeof __VLS_48) => any;
|
|
17174
16960
|
};
|
|
17175
|
-
declare const __VLS_base$1:
|
|
17176
|
-
instance:
|
|
16961
|
+
declare const __VLS_base$1: vue124.DefineComponent<StageProps, {
|
|
16962
|
+
instance: vue124.ShallowRef<typeof Group | undefined, typeof Group | undefined>;
|
|
17177
16963
|
update: () => void;
|
|
17178
|
-
}, {}, {}, {},
|
|
16964
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<StageProps> & Readonly<{}>, {
|
|
17179
16965
|
intensity: number;
|
|
17180
16966
|
lighting: false | "rembrandt" | "portrait" | "upfront" | "soft" | {
|
|
17181
16967
|
main: [x: number, y: number, z: number];
|
|
@@ -17184,7 +16970,7 @@ declare const __VLS_base$1: vue112.DefineComponent<StageProps, {
|
|
|
17184
16970
|
shadows: boolean | "contact" | "accumulative" | StageShadows;
|
|
17185
16971
|
adjustCamera: boolean | number;
|
|
17186
16972
|
environment: EnvironmentPresetsType | Partial<EnvironmentOptions> | null;
|
|
17187
|
-
}, {}, {}, {}, string,
|
|
16973
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
17188
16974
|
declare const __VLS_export$3: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$2>;
|
|
17189
16975
|
declare const _default$72: typeof __VLS_export$3;
|
|
17190
16976
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -17260,18 +17046,18 @@ interface StarsProps {
|
|
|
17260
17046
|
*/
|
|
17261
17047
|
alphaMap?: null;
|
|
17262
17048
|
}
|
|
17263
|
-
declare const __VLS_export$2:
|
|
17264
|
-
instance:
|
|
17265
|
-
}, {}, {}, {},
|
|
17266
|
-
alphaTest: number;
|
|
17049
|
+
declare const __VLS_export$2: vue124.DefineComponent<StarsProps, {
|
|
17050
|
+
instance: vue124.ShallowRef<any, any>;
|
|
17051
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<StarsProps> & Readonly<{}>, {
|
|
17267
17052
|
count: number;
|
|
17053
|
+
size: number;
|
|
17054
|
+
alphaTest: number;
|
|
17268
17055
|
transparent: boolean;
|
|
17269
17056
|
alphaMap: null;
|
|
17270
|
-
size: number;
|
|
17271
17057
|
sizeAttenuation: boolean;
|
|
17272
17058
|
radius: number;
|
|
17273
17059
|
depth: number;
|
|
17274
|
-
}, {}, {}, {}, string,
|
|
17060
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
17275
17061
|
declare const _default$73: typeof __VLS_export$2;
|
|
17276
17062
|
//#endregion
|
|
17277
17063
|
//#region src/core/staging/useEnvironment/component.vue.d.ts
|
|
@@ -17279,9 +17065,9 @@ declare var __VLS_9: {};
|
|
|
17279
17065
|
type __VLS_Slots$1 = {} & {
|
|
17280
17066
|
default?: (props: typeof __VLS_9) => any;
|
|
17281
17067
|
};
|
|
17282
|
-
declare const __VLS_base:
|
|
17068
|
+
declare const __VLS_base: vue124.DefineComponent<EnvironmentOptions, {
|
|
17283
17069
|
texture: Ref<Texture<unknown> | CubeTexture<unknown> | null, Texture<unknown> | CubeTexture<unknown> | null>;
|
|
17284
|
-
}, {}, {}, {},
|
|
17070
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<EnvironmentOptions> & Readonly<{}>, {
|
|
17285
17071
|
frames: number;
|
|
17286
17072
|
resolution: number;
|
|
17287
17073
|
blur: number;
|
|
@@ -17293,7 +17079,7 @@ declare const __VLS_base: vue112.DefineComponent<EnvironmentOptions, {
|
|
|
17293
17079
|
preset: EnvironmentPresetsType;
|
|
17294
17080
|
backgroundIntensity: number;
|
|
17295
17081
|
environmentIntensity: number;
|
|
17296
|
-
}, {}, {}, {}, string,
|
|
17082
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
17297
17083
|
declare const __VLS_export$1: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots$1>;
|
|
17298
17084
|
declare const _default$20: typeof __VLS_export$1;
|
|
17299
17085
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17311,16 +17097,16 @@ type __VLS_Props = {
|
|
|
17311
17097
|
intensity?: number;
|
|
17312
17098
|
color?: any;
|
|
17313
17099
|
};
|
|
17314
|
-
declare const __VLS_export:
|
|
17315
|
-
mesh:
|
|
17316
|
-
}, {}, {}, {},
|
|
17100
|
+
declare const __VLS_export: vue124.DefineComponent<__VLS_Props, {
|
|
17101
|
+
mesh: vue124.Ref<any, any>;
|
|
17102
|
+
}, {}, {}, {}, vue124.ComponentOptionsMixin, vue124.ComponentOptionsMixin, {}, string, vue124.PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17317
17103
|
args: any[];
|
|
17318
17104
|
form: "circle" | "ring" | "rect" | any;
|
|
17319
17105
|
toneMapped: boolean;
|
|
17320
17106
|
map: Texture;
|
|
17321
17107
|
intensity: number;
|
|
17322
17108
|
color: any;
|
|
17323
|
-
}, {}, {}, {}, string,
|
|
17109
|
+
}, {}, {}, {}, string, vue124.ComponentProvideOptions, false, {}, any>;
|
|
17324
17110
|
declare const _default$36: typeof __VLS_export;
|
|
17325
17111
|
//#endregion
|
|
17326
17112
|
//#region src/utils/index.d.ts
|
|
@@ -17346,4 +17132,4 @@ declare function pick<T extends object, K extends keyof T>(obj: T, props: K[]):
|
|
|
17346
17132
|
declare function hasSetter(obj: any, prop: string): boolean;
|
|
17347
17133
|
declare function extractBindingPosition(binding: any): Vector3;
|
|
17348
17134
|
//#endregion
|
|
17349
|
-
export { _default as AccumulativeShadows, _default$1 as Align, _default$2 as AnimatedSprite, _default$3 as Backdrop, BakeShadows, BaseCameraControls, _default$4 as Billboard, _default$5 as Bounds, _default$6 as Box, _default$7 as CameraControls, _default$8 as CameraShake, _default$9 as CatmullRomCurve3, _default$10 as Circle, _default$11 as CircleShadow, _default$12 as Cone, _default$13 as ContactShadows, _default$14 as CubeCamera, _default$15 as CubicBezierLine, _default$16 as CustomShaderMaterial, _default$17 as Cylinder, _default$18 as Dodecahedron, _default$19 as Edges, _default$20 as Environment, _default$21 as FBXModel, _default$22 as Fbo, FboOptions, _default$23 as Fit, _default$24 as GLTFModel, GlobalAudio, _default$25 as GradientTexture, _default$26 as Grid, _default$27 as Helper, _default$28 as HolographicMaterial, _default$29 as Html, _default$30 as Icosahedron, _default$31 as Image, _default$32 as KeyboardControls, _default$33 as LOD, _default$34 as Lensflare, _default$35 as Levioso, _default$36 as Lightformer, _default$37 as Line2, _default$38 as MapControls, _default$39 as MarchingCube, _default$40 as MarchingCubes, _default$41 as MarchingPlane, _default$42 as Mask, _default$43 as MeshDiscardMaterial, _default$44 as MeshGlassMaterial, _default$45 as MeshReflectionMaterial, _default$46 as MeshWobbleMaterial, _default$47 as MouseParallax, _default$48 as Ocean, _default$49 as Octahedron, _default$50 as OrbitControls, _default$51 as Outline, _default$52 as Plane, _default$53 as PointMaterial, _default$54 as PointerLockControls, _default$55 as PositionalAudio, _default$56 as Precipitation, _default$57 as QuadraticBezierLine, _default$58 as RandomizedLights, _default$59 as Reflector, _default$60 as Ring, _default$61 as RoundedBox, SVGLayer, _default$62 as Sampler, _default$63 as ScreenQuad, _default$64 as ScreenSizer, _default$65 as ScreenSpace, _default$66 as ScrollControls, _default$67 as Sky, _default$68 as Smoke, _default$69 as SoftShadows, _default$70 as Sparkles, _default$71 as Sphere, _default$72 as Stage, _default$73 as Stars, Stats, StatsGl, _default$74 as Superformula, _default$75 as Tetrahedron, _default$76 as Text3D, _default$77 as Torus, _default$78 as TorusKnot, _default$79 as TransformControls, TransformFn, _default$80 as Tube, UseFBXOptions, UseGLTFOptions, _default$81 as UseSVG, UseSVGOptions, _default$82 as UseTexture, extractBindingPosition, hasSetter, pick, useAnimations, useEnvironment, useFBO, useFBX, useGLTF, useGLTFExporter, useIntersect, useMask, useProgress, useSVG, useSurfaceSampler, useSurfaceSamplerProps, useTexture, useTextures, useVideoTexture };
|
|
17135
|
+
export { _default as AccumulativeShadows, _default$1 as Align, _default$2 as AnimatedSprite, BVHOptions, _default$3 as Backdrop, BakeShadows, BaseCameraControls, _default$4 as Billboard, _default$5 as Bounds, _default$6 as Box, _default$7 as CameraControls, _default$8 as CameraShake, _default$9 as CatmullRomCurve3, _default$10 as Circle, _default$11 as CircleShadow, _default$12 as Cone, _default$13 as ContactShadows, _default$14 as CubeCamera, _default$15 as CubicBezierLine, _default$16 as CustomShaderMaterial, _default$17 as Cylinder, _default$18 as Dodecahedron, _default$19 as Edges, _default$20 as Environment, _default$21 as FBXModel, _default$22 as Fbo, FboOptions, _default$23 as Fit, _default$24 as GLTFModel, GlobalAudio, _default$25 as GradientTexture, _default$26 as Grid, _default$27 as Helper, _default$28 as HolographicMaterial, _default$29 as Html, _default$30 as Icosahedron, _default$31 as Image, _default$32 as KeyboardControls, _default$33 as LOD, _default$34 as Lensflare, _default$35 as Levioso, _default$36 as Lightformer, _default$37 as Line2, _default$38 as MapControls, _default$39 as MarchingCube, _default$40 as MarchingCubes, _default$41 as MarchingPlane, _default$42 as Mask, _default$43 as MeshDiscardMaterial, _default$44 as MeshGlassMaterial, _default$45 as MeshReflectionMaterial, _default$46 as MeshWobbleMaterial, _default$47 as MouseParallax, _default$48 as Ocean, _default$49 as Octahedron, _default$50 as OrbitControls, _default$51 as Outline, _default$52 as Plane, _default$53 as PointMaterial, _default$54 as PointerLockControls, _default$55 as PositionalAudio, _default$56 as Precipitation, _default$57 as QuadraticBezierLine, _default$58 as RandomizedLights, _default$59 as Reflector, _default$60 as Ring, _default$61 as RoundedBox, SVGLayer, _default$62 as Sampler, _default$63 as ScreenQuad, _default$64 as ScreenSizer, _default$65 as ScreenSpace, _default$66 as ScrollControls, _default$67 as Sky, _default$68 as Smoke, _default$69 as SoftShadows, _default$70 as Sparkles, _default$71 as Sphere, _default$72 as Stage, _default$73 as Stars, Stats, StatsGl, _default$74 as Superformula, _default$75 as Tetrahedron, _default$76 as Text3D, _default$77 as Torus, _default$78 as TorusKnot, _default$79 as TransformControls, TransformFn, _default$80 as Tube, UseBVHOptions, UseBVHTarget, UseFBXOptions, UseGLTFOptions, _default$81 as UseSVG, UseSVGOptions, _default$82 as UseTexture, extractBindingPosition, hasSetter, pick, useAnimations, useBVH, useEnvironment, useFBO, useFBX, useGLTF, useGLTFExporter, useIntersect, useMask, useProgress, useSVG, useSurfaceSampler, useSurfaceSamplerProps, useTexture, useTextures, useVideoTexture };
|