angular-three-soba 3.7.0 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstractions/lib/catmull-rom-line.d.ts +179 -179
- package/abstractions/lib/edges.d.ts +203 -203
- package/abstractions/lib/grid.d.ts +39 -39
- package/abstractions/lib/line.d.ts +2 -2
- package/abstractions/lib/prism-geometry.d.ts +7 -7
- package/abstractions/lib/rounded-box.d.ts +1 -1
- package/abstractions/lib/text-3d.d.ts +46 -46
- package/abstractions/lib/text.d.ts +2 -2
- package/cameras/lib/cube-camera.d.ts +1 -1
- package/cameras/lib/orthographic-camera.d.ts +1 -1
- package/cameras/lib/perspective-camera.d.ts +1 -1
- package/controls/lib/camera-controls.d.ts +1 -1
- package/controls/lib/orbit-controls.d.ts +1 -1
- package/fesm2022/angular-three-soba-abstractions.mjs +39 -39
- package/fesm2022/angular-three-soba-cameras.mjs +12 -12
- package/fesm2022/angular-three-soba-controls.mjs +15 -15
- package/fesm2022/angular-three-soba-gizmos.mjs +45 -45
- package/fesm2022/angular-three-soba-loaders.mjs +3 -3
- package/fesm2022/angular-three-soba-materials.mjs +27 -27
- package/fesm2022/angular-three-soba-misc.mjs +27 -27
- package/fesm2022/angular-three-soba-performances.mjs +30 -30
- package/fesm2022/angular-three-soba-staging.mjs +90 -90
- package/fesm2022/angular-three-soba-stats.mjs +3 -3
- package/gizmos/lib/gizmo-helper/gizmo-viewport.d.ts +1 -1
- package/gizmos/lib/pivot-controls/axis-arrow.d.ts +1 -1
- package/gizmos/lib/pivot-controls/axis-rotator.d.ts +1 -1
- package/gizmos/lib/pivot-controls/pivot-controls.d.ts +1 -1
- package/gizmos/lib/pivot-controls/plane-slider.d.ts +1 -1
- package/gizmos/lib/pivot-controls/scaling-sphere.d.ts +1 -1
- package/gizmos/lib/transform-controls.d.ts +2 -2
- package/materials/lib/custom-shader-material.d.ts +2 -2
- package/materials/lib/mesh-portal-material.d.ts +9 -9
- package/materials/lib/mesh-refraction-material.d.ts +3 -3
- package/materials/lib/mesh-transmission-material.d.ts +1 -1
- package/misc/lib/computed-attribute.d.ts +5 -5
- package/misc/lib/decal.d.ts +1 -1
- package/misc/lib/html/html.d.ts +1 -1
- package/misc/lib/sampler.d.ts +1 -1
- package/package.json +5 -5
- package/performances/lib/instances/instances.d.ts +14 -14
- package/performances/lib/points/points.d.ts +32 -32
- package/performances/lib/segments/segments.d.ts +39 -39
- package/shaders/lib/mesh-refraction-material.d.ts +2 -2
- package/staging/lib/caustics.d.ts +1 -1
- package/staging/lib/center.d.ts +10 -10
- package/staging/lib/contact-shadows.d.ts +1 -1
- package/staging/lib/lightformer.d.ts +13 -13
- package/staging/lib/mask.d.ts +1 -1
- package/staging/lib/render-texture.d.ts +1 -1
- package/staging/lib/sky.d.ts +1 -1
- package/staging/lib/spot-light.d.ts +2 -2
- package/staging/lib/stage.d.ts +11 -11
|
@@ -45,10 +45,10 @@ class NgtsStats {
|
|
|
45
45
|
});
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
49
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.
|
|
48
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: NgtsStats, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
49
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: NgtsStats, isStandalone: true, selector: "ngt-canvas[stats]", inputs: { options: { classPropertyName: "options", publicName: "stats", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: NgtsStats, decorators: [{
|
|
52
52
|
type: Directive,
|
|
53
53
|
args: [{ selector: 'ngt-canvas[stats]' }]
|
|
54
54
|
}], ctorParameters: () => [] });
|
|
@@ -46,7 +46,7 @@ export interface NgtsGizmoViewportOptions extends Partial<NgtGroup> {
|
|
|
46
46
|
export declare class NgtsGizmoViewport {
|
|
47
47
|
protected readonly Math: Math;
|
|
48
48
|
options: import("@angular/core").InputSignalWithTransform<NgtsGizmoViewportOptions, "" | Partial<NgtsGizmoViewportOptions>>;
|
|
49
|
-
parameters: import("@angular/core").Signal<Omit<NgtsGizmoViewportOptions, "
|
|
49
|
+
parameters: import("@angular/core").Signal<Omit<NgtsGizmoViewportOptions, "axisColors" | "axisScale" | "labels" | "axisHeadScale" | "labelColor" | "hideNegativeAxes" | "hideAxisHeads" | "disabled" | "font">>;
|
|
50
50
|
click: import("@angular/core").OutputEmitterRef<NgtThreeEvent<MouseEvent>>;
|
|
51
51
|
protected axisColors: import("@angular/core").Signal<[string, string, string]>;
|
|
52
52
|
protected axisScale: import("@angular/core").Signal<[number, number, number] | undefined>;
|
|
@@ -7,7 +7,7 @@ export declare function calculateOffset(clickPoint: Vector3, normal: Vector3, ra
|
|
|
7
7
|
export declare class NgtsAxisArrow {
|
|
8
8
|
protected readonly DoubleSide: 2;
|
|
9
9
|
direction: import("@angular/core").InputSignal<Vector3>;
|
|
10
|
-
axis: import("@angular/core").InputSignal<0 |
|
|
10
|
+
axis: import("@angular/core").InputSignal<0 | 1 | 2>;
|
|
11
11
|
groupRef: Signal<ElementRef<Group<import("three").Object3DEventMap>>>;
|
|
12
12
|
annotationRef: Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
13
13
|
pivotControls: NgtsPivotControls;
|
|
@@ -7,7 +7,7 @@ export declare class NgtsAxisRotator {
|
|
|
7
7
|
protected readonly DoubleSide: 2;
|
|
8
8
|
dir1: import("@angular/core").InputSignal<Vector3>;
|
|
9
9
|
dir2: import("@angular/core").InputSignal<Vector3>;
|
|
10
|
-
axis: import("@angular/core").InputSignal<0 |
|
|
10
|
+
axis: import("@angular/core").InputSignal<0 | 1 | 2>;
|
|
11
11
|
groupRef: Signal<ElementRef<Group<import("three").Object3DEventMap>>>;
|
|
12
12
|
annotationRef: Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
13
13
|
pivotControls: NgtsPivotControls;
|
|
@@ -60,7 +60,7 @@ export interface NgtsPivotControlsOptions {
|
|
|
60
60
|
}
|
|
61
61
|
export declare class NgtsPivotControls {
|
|
62
62
|
options: import("@angular/core").InputSignalWithTransform<NgtsPivotControlsOptions, "" | Partial<NgtsPivotControlsOptions>>;
|
|
63
|
-
parameters: import("@angular/core").Signal<Omit<NgtsPivotControlsOptions, "
|
|
63
|
+
parameters: import("@angular/core").Signal<Omit<NgtsPivotControlsOptions, "scale" | "rotation" | "matrix" | "anchor" | "fixed" | "visible" | "userData" | "enabled" | "autoTransform" | "disableAxes" | "disableSliders" | "disableRotations" | "disableScaling" | "activeAxes" | "offset" | "lineWidth" | "translationLimits" | "rotationLimits" | "scaleLimits" | "depthTest" | "axisColors" | "hoveredColor" | "annotations" | "annotationsClass" | "opacity">>;
|
|
64
64
|
dragStarted: import("@angular/core").OutputEmitterRef<OnDragStartParameters>;
|
|
65
65
|
dragEnded: import("@angular/core").OutputEmitterRef<void>;
|
|
66
66
|
dragged: import("@angular/core").OutputEmitterRef<OnDragParameters>;
|
|
@@ -7,7 +7,7 @@ export declare class NgtsPlaneSlider {
|
|
|
7
7
|
protected readonly DoubleSide: 2;
|
|
8
8
|
dir1: import("@angular/core").InputSignal<Vector3>;
|
|
9
9
|
dir2: import("@angular/core").InputSignal<Vector3>;
|
|
10
|
-
axis: import("@angular/core").InputSignal<0 |
|
|
10
|
+
axis: import("@angular/core").InputSignal<0 | 1 | 2>;
|
|
11
11
|
groupRef: Signal<ElementRef<Group<import("three").Object3DEventMap>>>;
|
|
12
12
|
annotationRef: Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
13
13
|
pivotControls: NgtsPivotControls;
|
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare function calculateOffset(clickPoint: Vector3, normal: Vector3, rayStart: Vector3, rayDir: Vector3): number;
|
|
7
7
|
export declare class NgtsScalingSphere {
|
|
8
8
|
direction: import("@angular/core").InputSignal<Vector3>;
|
|
9
|
-
axis: import("@angular/core").InputSignal<0 |
|
|
9
|
+
axis: import("@angular/core").InputSignal<0 | 1 | 2>;
|
|
10
10
|
groupRef: Signal<ElementRef<Group<import("three").Object3DEventMap>>>;
|
|
11
11
|
annotationRef: Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
12
12
|
meshRef: Signal<ElementRef<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>;
|
|
@@ -23,8 +23,8 @@ export type NgtsTransformControlsOptions = Partial<NgtsTransformControlsObject>
|
|
|
23
23
|
export declare class NgtsTransformControls {
|
|
24
24
|
object: import("@angular/core").InputSignal<Object3D<import("three").Object3DEventMap> | ElementRef<Object3D<import("three").Object3DEventMap>> | null | undefined>;
|
|
25
25
|
options: import("@angular/core").InputSignal<Partial<NgtsTransformControlsOptions>>;
|
|
26
|
-
parameters: Signal<Omit<Partial<NgtsTransformControlsOptions>, "
|
|
27
|
-
protected controlsOptions: Signal<Pick<Partial<NgtsTransformControlsOptions>, "
|
|
26
|
+
parameters: Signal<Omit<Partial<NgtsTransformControlsOptions>, "enabled" | "axis" | "domElement" | "mode" | "translationSnap" | "rotationSnap" | "scaleSnap" | "space" | "size" | "showX" | "showY" | "showZ" | "camera" | "makeDefault">>;
|
|
27
|
+
protected controlsOptions: Signal<Pick<Partial<NgtsTransformControlsOptions>, "enabled" | "axis" | "mode" | "translationSnap" | "rotationSnap" | "scaleSnap" | "space" | "size" | "showX" | "showY" | "showZ">>;
|
|
28
28
|
private camera;
|
|
29
29
|
private domElement;
|
|
30
30
|
private makeDefault;
|
|
@@ -4,10 +4,10 @@ import { Material } from 'three';
|
|
|
4
4
|
import CustomShaderMaterial from 'three-custom-shader-material/vanilla';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NgtsCustomShaderMaterial {
|
|
7
|
-
baseMaterial: import("@angular/core").InputSignal<Material |
|
|
7
|
+
baseMaterial: import("@angular/core").InputSignal<typeof Material | Material | ElementRef<Material>>;
|
|
8
8
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
9
9
|
options: import("@angular/core").InputSignal<Omit<any, "baseMaterial">>;
|
|
10
|
-
parameters: import("@angular/core").Signal<Omit<Omit<any, "baseMaterial">, "
|
|
10
|
+
parameters: import("@angular/core").Signal<Omit<Omit<any, "baseMaterial">, "uniforms" | "vertexShader" | "fragmentShader" | "cacheKey">>;
|
|
11
11
|
private base;
|
|
12
12
|
private fragmentShader;
|
|
13
13
|
private vertexShader;
|
|
@@ -9,11 +9,6 @@ export declare class ManagePortalScene {
|
|
|
9
9
|
events: import("@angular/core").InputSignal<boolean | undefined>;
|
|
10
10
|
rootScene: import("@angular/core").InputSignal<Scene>;
|
|
11
11
|
material: import("@angular/core").InputSignal<import("angular-three").NgtExtendedColors<import("angular-three").NgtOverwrite<Partial<{
|
|
12
|
-
fragmentShader: string;
|
|
13
|
-
vertexShader: string;
|
|
14
|
-
uniforms: {
|
|
15
|
-
[uniform: string]: import("three").IUniform;
|
|
16
|
-
};
|
|
17
12
|
defines: {
|
|
18
13
|
[key: string]: any;
|
|
19
14
|
};
|
|
@@ -86,11 +81,13 @@ export declare class ManagePortalScene {
|
|
|
86
81
|
dispose: {};
|
|
87
82
|
}[T]) => void;
|
|
88
83
|
resolution: import("three").Vector2;
|
|
89
|
-
blur: number;
|
|
90
|
-
size?: number | undefined;
|
|
91
|
-
sdf?: (import("three").Texture | null) | undefined;
|
|
92
84
|
readonly isShaderMaterial: true;
|
|
85
|
+
uniforms: {
|
|
86
|
+
[uniform: string]: import("three").IUniform;
|
|
87
|
+
};
|
|
93
88
|
uniformsGroups: import("three").UniformsGroup[];
|
|
89
|
+
vertexShader: string;
|
|
90
|
+
fragmentShader: string;
|
|
94
91
|
linewidth: number;
|
|
95
92
|
lights: boolean;
|
|
96
93
|
clipping: boolean;
|
|
@@ -102,6 +99,9 @@ export declare class ManagePortalScene {
|
|
|
102
99
|
index0AttributeName: string | undefined;
|
|
103
100
|
uniformsNeedUpdate: boolean;
|
|
104
101
|
glslVersion: import("three").GLSLVersion | null;
|
|
102
|
+
size?: number | undefined;
|
|
103
|
+
blur: number;
|
|
104
|
+
sdf?: (import("three").Texture | null) | undefined;
|
|
105
105
|
}>, import("angular-three").NgtNodeElement<ShaderMaterial & import("@pmndrs/vanilla").PortalMaterialType, (new (parameters?: (import("three").ShaderMaterialParameters & Partial<import("@pmndrs/vanilla").PortalMaterialType>) | undefined) => ShaderMaterial & import("@pmndrs/vanilla").PortalMaterialType) & {
|
|
106
106
|
key: string;
|
|
107
107
|
}>>>>;
|
|
@@ -131,7 +131,7 @@ export interface NgtsMeshPortalMaterialOptions extends Partial<NgtShaderMaterial
|
|
|
131
131
|
export declare class NgtsMeshPortalMaterial {
|
|
132
132
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
133
133
|
options: import("@angular/core").InputSignalWithTransform<NgtsMeshPortalMaterialOptions, "" | Partial<NgtsMeshPortalMaterialOptions>>;
|
|
134
|
-
parameters: import("@angular/core").Signal<Omit<NgtsMeshPortalMaterialOptions, "resolution" | "
|
|
134
|
+
parameters: import("@angular/core").Signal<Omit<NgtsMeshPortalMaterialOptions, "resolution" | "events" | "blur" | "worldUnits" | "eventPriority" | "renderPriority">>;
|
|
135
135
|
blur: import("@angular/core").Signal<number>;
|
|
136
136
|
eventPriority: import("@angular/core").Signal<number>;
|
|
137
137
|
renderPriority: import("@angular/core").Signal<number>;
|
|
@@ -20,11 +20,11 @@ export declare class NgtsMeshRefractionMaterial {
|
|
|
20
20
|
envMap: import("@angular/core").InputSignal<Texture | CubeTexture>;
|
|
21
21
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
22
22
|
options: import("@angular/core").InputSignalWithTransform<NgtsMeshRefractionMaterialOptions, "" | Partial<NgtsMeshRefractionMaterialOptions>>;
|
|
23
|
-
parameters: import("@angular/core").Signal<Omit<NgtsMeshRefractionMaterialOptions, "
|
|
23
|
+
parameters: import("@angular/core").Signal<Omit<NgtsMeshRefractionMaterialOptions, "fastChroma" | "aberrationStrength">>;
|
|
24
24
|
private fastChroma;
|
|
25
25
|
aberrationStrength: import("@angular/core").Signal<number>;
|
|
26
26
|
materialRef: import("@angular/core").Signal<ElementRef<import("three").ShaderMaterial & {
|
|
27
|
-
[name: string]: number | boolean | any[] | import("three").Color | Texture | import("three").
|
|
27
|
+
[name: string]: number | boolean | any[] | import("three").Color | Texture | CubeTexture | Int32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | import("three").Matrix4 | import("three").Matrix3 | import("three").Quaternion | import("three").Vector4 | import("three").Vector3 | import("three").Vector2 | null;
|
|
28
28
|
}> | undefined>;
|
|
29
29
|
private store;
|
|
30
30
|
private size;
|
|
@@ -34,7 +34,7 @@ export declare class NgtsMeshRefractionMaterial {
|
|
|
34
34
|
}>;
|
|
35
35
|
private defineKeys;
|
|
36
36
|
material: import("@angular/core").Signal<import("three").ShaderMaterial & {
|
|
37
|
-
[name: string]: number | boolean | any[] | import("three").Color | Texture | import("three").
|
|
37
|
+
[name: string]: number | boolean | any[] | import("three").Color | Texture | CubeTexture | Int32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | import("three").Matrix4 | import("three").Matrix3 | import("three").Quaternion | import("three").Vector4 | import("three").Vector3 | import("three").Vector2 | null;
|
|
38
38
|
}>;
|
|
39
39
|
constructor();
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtsMeshRefractionMaterial, never>;
|
|
@@ -29,7 +29,7 @@ export type NgtsMeshTransmissionMaterialOptions = Partial<NgtMeshPhysicalMateria
|
|
|
29
29
|
export declare class NgtsMeshTransmissionMaterial {
|
|
30
30
|
attach: import("@angular/core").InputSignal<NgtAttachable>;
|
|
31
31
|
options: import("@angular/core").InputSignalWithTransform<NgtsMeshTransmissionMaterialOptions, "" | Partial<NgtsMeshTransmissionMaterialOptions>>;
|
|
32
|
-
parameters: import("@angular/core").Signal<Omit<NgtsMeshTransmissionMaterialOptions, "
|
|
32
|
+
parameters: import("@angular/core").Signal<Omit<NgtsMeshTransmissionMaterialOptions, "side" | "thickness" | "anisotropy" | "transmission" | "buffer" | "anisotropicBlur" | "samples" | "transmissionSampler" | "backside" | "backsideThickness" | "backsideEnvMapIntensity" | "resolution" | "backsideResolution" | "background">>;
|
|
33
33
|
private resolution;
|
|
34
34
|
private backsideResolution;
|
|
35
35
|
private samples;
|
|
@@ -5,9 +5,13 @@ export declare class NgtsComputedAttribute {
|
|
|
5
5
|
compute: import("@angular/core").InputSignal<(geometry: BufferGeometry) => BufferAttribute>;
|
|
6
6
|
name: import("@angular/core").InputSignal<string>;
|
|
7
7
|
options: import("@angular/core").InputSignal<Partial<import("angular-three").NgtExtendedColors<import("angular-three").NgtOverwrite<Partial<{
|
|
8
|
+
set: (value: ArrayLike<number> | ArrayBufferView, offset?: number) => BufferAttribute;
|
|
8
9
|
name: string;
|
|
9
|
-
|
|
10
|
+
applyMatrix4: (m: import("three").Matrix4) => BufferAttribute;
|
|
10
11
|
toJSON: () => import("three").BufferAttributeJSON;
|
|
12
|
+
clone: () => BufferAttribute;
|
|
13
|
+
copy: (source: BufferAttribute) => BufferAttribute;
|
|
14
|
+
readonly count: number;
|
|
11
15
|
array: import("three").TypedArray;
|
|
12
16
|
itemSize: number;
|
|
13
17
|
usage: import("three").Usage;
|
|
@@ -18,7 +22,6 @@ export declare class NgtsComputedAttribute {
|
|
|
18
22
|
}>;
|
|
19
23
|
version: number;
|
|
20
24
|
normalized: boolean;
|
|
21
|
-
readonly count: number;
|
|
22
25
|
needsUpdate: boolean;
|
|
23
26
|
readonly isBufferAttribute: true;
|
|
24
27
|
onUploadCallback: () => void;
|
|
@@ -26,14 +29,11 @@ export declare class NgtsComputedAttribute {
|
|
|
26
29
|
setUsage: (usage: import("three").Usage) => BufferAttribute;
|
|
27
30
|
addUpdateRange: (start: number, count: number) => void;
|
|
28
31
|
clearUpdateRanges: () => void;
|
|
29
|
-
copy: (source: BufferAttribute) => BufferAttribute;
|
|
30
32
|
copyAt: (index1: number, attribute: BufferAttribute, index2: number) => BufferAttribute;
|
|
31
33
|
copyArray: (array: ArrayLike<number>) => BufferAttribute;
|
|
32
34
|
applyMatrix3: (m: import("three").Matrix3) => BufferAttribute;
|
|
33
|
-
applyMatrix4: (m: import("three").Matrix4) => BufferAttribute;
|
|
34
35
|
applyNormalMatrix: (m: import("three").Matrix3) => BufferAttribute;
|
|
35
36
|
transformDirection: (m: import("three").Matrix4) => BufferAttribute;
|
|
36
|
-
set: (value: ArrayLike<number> | ArrayBufferView, offset?: number) => BufferAttribute;
|
|
37
37
|
getComponent: (index: number, component: number) => number;
|
|
38
38
|
setComponent: (index: number, component: number, value: number) => void;
|
|
39
39
|
getX: (index: number) => number;
|
package/misc/lib/decal.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface NgtsDecalOptions extends Partial<NgtMesh> {
|
|
|
11
11
|
export declare class NgtsDecal {
|
|
12
12
|
mesh: import("@angular/core").InputSignal<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap> | ElementRef<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>> | null | undefined>;
|
|
13
13
|
options: import("@angular/core").InputSignalWithTransform<NgtsDecalOptions, "" | Partial<NgtsDecalOptions>>;
|
|
14
|
-
parameters: import("@angular/core").Signal<Omit<NgtsDecalOptions, "position" | "scale" | "rotation" | "
|
|
14
|
+
parameters: import("@angular/core").Signal<Omit<NgtsDecalOptions, "position" | "scale" | "rotation" | "debug" | "map" | "depthTest" | "polygonOffsetFactor">>;
|
|
15
15
|
meshRef: import("@angular/core").Signal<ElementRef<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>;
|
|
16
16
|
helperRef: import("@angular/core").Signal<ElementRef<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>> | undefined>;
|
|
17
17
|
protected map: import("@angular/core").Signal<Texture | null | undefined>;
|
package/misc/lib/html/html.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare class NgtsHTML {
|
|
|
14
14
|
groupRef: import("@angular/core").Signal<ElementRef<Group<import("three").Object3DEventMap>>>;
|
|
15
15
|
occlusionMeshRef: import("@angular/core").Signal<ElementRef<Mesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>> | undefined>;
|
|
16
16
|
occlusionGeometryRef: import("@angular/core").Signal<ElementRef<PlaneGeometry> | undefined>;
|
|
17
|
-
occlude: import("@angular/core").Signal<boolean | "raycast" | Object3D<import("three").Object3DEventMap
|
|
17
|
+
occlude: import("@angular/core").Signal<boolean | "raycast" | ElementRef<Object3D<import("three").Object3DEventMap>>[] | Object3D<import("three").Object3DEventMap>[] | "blending">;
|
|
18
18
|
transform: import("@angular/core").Signal<boolean>;
|
|
19
19
|
castShadow: import("@angular/core").Signal<boolean>;
|
|
20
20
|
receiveShadow: import("@angular/core").Signal<boolean>;
|
package/misc/lib/sampler.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export declare class NgtsSampler {
|
|
|
62
62
|
mesh: import("@angular/core").InputSignal<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap> | ElementRef<Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>> | null>;
|
|
63
63
|
instances: import("@angular/core").InputSignal<InstancedMesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").InstancedMeshEventMap> | ElementRef<InstancedMesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").InstancedMeshEventMap>> | null>;
|
|
64
64
|
options: import("@angular/core").InputSignalWithTransform<NgtsSamplerOptions, "" | Partial<NgtsSamplerOptions>>;
|
|
65
|
-
parameters: import("@angular/core").Signal<Omit<NgtsSamplerOptions, "
|
|
65
|
+
parameters: import("@angular/core").Signal<Omit<NgtsSamplerOptions, "transform" | "weight" | "count">>;
|
|
66
66
|
groupRef: import("@angular/core").Signal<ElementRef<Group<import("three").Object3DEventMap>> | undefined>;
|
|
67
67
|
constructor();
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtsSampler, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-three-soba",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"types": "./materials/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/angular-three-soba-materials.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./gizmos": {
|
|
63
|
-
"types": "./gizmos/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/angular-three-soba-gizmos.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./controls": {
|
|
67
63
|
"types": "./controls/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./gizmos": {
|
|
67
|
+
"types": "./gizmos/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/angular-three-soba-gizmos.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./performances": {
|
|
71
71
|
"types": "./performances/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/angular-three-soba-performances.mjs"
|
|
@@ -5,16 +5,21 @@ import { PositionMesh } from './position-mesh';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NgtsInstance {
|
|
7
7
|
options: import("@angular/core").InputSignal<Partial<{
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
color?: import("three").ColorRepresentation | undefined;
|
|
9
|
+
name?: string | undefined;
|
|
10
|
+
visible?: boolean | undefined;
|
|
11
|
+
userData?: Record<string, any> | undefined;
|
|
12
|
+
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<TOriginal>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<PositionMesh, typeof PositionMesh>, ev: import("angular-three").NgtNodeEventMap<PositionMesh>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: /*elided*/ any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
13
|
+
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<TOriginal>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<PositionMesh, typeof PositionMesh>, ev: import("angular-three").NgtNodeEventMap<PositionMesh>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: /*elided*/ any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
10
14
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
11
15
|
__ngt_args__: [];
|
|
12
|
-
|
|
13
|
-
|
|
16
|
+
instance?: ElementRef<InstancedMesh> | InstancedMesh | null | undefined;
|
|
17
|
+
readonly geometry?: import("three").BufferGeometry<import("three").NormalBufferAttributes> | undefined;
|
|
18
|
+
readonly isGroup?: true | undefined;
|
|
14
19
|
readonly isObject3D?: true | undefined;
|
|
15
20
|
readonly id?: number | undefined;
|
|
16
21
|
uuid?: string | undefined;
|
|
17
|
-
|
|
22
|
+
readonly type?: string | undefined;
|
|
18
23
|
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
19
24
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
20
25
|
readonly modelViewMatrix?: Matrix4 | undefined;
|
|
@@ -23,13 +28,11 @@ export declare class NgtsInstance {
|
|
|
23
28
|
matrixAutoUpdate?: boolean | undefined;
|
|
24
29
|
matrixWorldAutoUpdate?: boolean | undefined;
|
|
25
30
|
matrixWorldNeedsUpdate?: boolean | undefined;
|
|
26
|
-
visible?: boolean | undefined;
|
|
27
31
|
castShadow?: boolean | undefined;
|
|
28
32
|
receiveShadow?: boolean | undefined;
|
|
29
33
|
frustumCulled?: boolean | undefined;
|
|
30
34
|
renderOrder?: number | undefined;
|
|
31
35
|
animations?: import("three").AnimationClip[] | undefined;
|
|
32
|
-
userData?: Record<string, any> | undefined;
|
|
33
36
|
customDepthMaterial?: import("three").Material | undefined;
|
|
34
37
|
customDistanceMaterial?: import("three").Material | undefined;
|
|
35
38
|
onBeforeShadow?: ((renderer: import("three").WebGLRenderer, scene: import("three").Scene, camera: import("three").Camera, shadowCamera: import("three").Camera, geometry: import("three").BufferGeometry, depthMaterial: import("three").Material, group: import("three").Group) => void) | undefined;
|
|
@@ -75,14 +78,11 @@ export declare class NgtsInstance {
|
|
|
75
78
|
updateMatrix?: (() => void) | undefined;
|
|
76
79
|
updateMatrixWorld?: ((force?: boolean) => void) | undefined;
|
|
77
80
|
updateWorldMatrix?: ((updateParents: boolean, updateChildren: boolean) => void) | undefined;
|
|
81
|
+
toJSON?: ((meta?: import("three").JSONMeta) => import("three").Object3DJSON) | undefined;
|
|
78
82
|
clone?: ((recursive?: boolean) => PositionMesh) | undefined;
|
|
79
83
|
copy?: ((object: import("three").Object3D, recursive?: boolean) => PositionMesh) | undefined;
|
|
80
84
|
hasEventListener?: (<T extends keyof import("three").Object3DEventMap>(type: T, listener: import("three").EventListener<import("three").Object3DEventMap[T], T, PositionMesh>) => boolean) | undefined;
|
|
81
85
|
dispatchEvent?: (<T extends keyof import("three").Object3DEventMap>(event: import("three").BaseEvent<T> & import("three").Object3DEventMap[T]) => void) | undefined;
|
|
82
|
-
color?: import("three").ColorRepresentation | undefined;
|
|
83
|
-
instance?: ElementRef<InstancedMesh> | InstancedMesh | null | undefined;
|
|
84
|
-
readonly geometry?: import("three").BufferGeometry<import("three").NormalBufferAttributes> | undefined;
|
|
85
|
-
readonly isGroup?: true | undefined;
|
|
86
86
|
position: import("angular-three").NgtVector3;
|
|
87
87
|
up: import("angular-three").NgtVector3;
|
|
88
88
|
scale: import("angular-three").NgtVector3;
|
|
@@ -107,12 +107,12 @@ export interface NgtsInstancesOptions extends Partial<NgtInstancedMesh> {
|
|
|
107
107
|
export declare class NgtsInstances {
|
|
108
108
|
protected readonly DynamicDrawUsage: 35048;
|
|
109
109
|
options: import("@angular/core").InputSignalWithTransform<NgtsInstancesOptions, "" | Partial<NgtsInstancesOptions>>;
|
|
110
|
-
protected parameters: import("@angular/core").Signal<Omit<NgtsInstancesOptions, "
|
|
110
|
+
protected parameters: import("@angular/core").Signal<Omit<NgtsInstancesOptions, "limit" | "range" | "frames">>;
|
|
111
111
|
instancedMeshRef: import("@angular/core").Signal<ElementRef<InstancedMesh<import("three").BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").InstancedMeshEventMap>>>;
|
|
112
112
|
private limit;
|
|
113
113
|
protected buffers: import("@angular/core").Signal<{
|
|
114
|
-
matrices: Float32Array
|
|
115
|
-
colors: Float32Array
|
|
114
|
+
matrices: Float32Array<ArrayBuffer>;
|
|
115
|
+
colors: Float32Array<ArrayBuffer>;
|
|
116
116
|
}>;
|
|
117
117
|
instances: Array<ElementRef<PositionMesh> | PositionMesh>;
|
|
118
118
|
constructor();
|
|
@@ -5,17 +5,22 @@ import { PositionPoint } from './position-point';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NgtsPoint {
|
|
7
7
|
options: import("@angular/core").InputSignal<Partial<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
color?: import("three").ColorRepresentation | undefined;
|
|
9
|
+
name?: string | undefined;
|
|
10
|
+
visible?: boolean | undefined;
|
|
11
|
+
userData?: Record<string, any> | undefined;
|
|
12
|
+
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<TOriginal>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<PositionPoint, typeof PositionPoint>, ev: import("angular-three").NgtNodeEventMap<PositionPoint>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: /*elided*/ any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
13
|
+
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<TOriginal>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<PositionPoint, typeof PositionPoint>, ev: import("angular-three").NgtNodeEventMap<PositionPoint>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: /*elided*/ any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
11
14
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
12
15
|
__ngt_args__: [];
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
size?: number | undefined;
|
|
17
|
+
instance?: ElementRef<Points> | Points | null | undefined;
|
|
18
|
+
readonly geometry?: BufferGeometry<import("three").NormalBufferAttributes> | undefined;
|
|
19
|
+
readonly isGroup?: true | undefined;
|
|
15
20
|
readonly isObject3D?: true | undefined;
|
|
16
21
|
readonly id?: number | undefined;
|
|
17
22
|
uuid?: string | undefined;
|
|
18
|
-
|
|
23
|
+
readonly type?: string | undefined;
|
|
19
24
|
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
20
25
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
21
26
|
readonly modelViewMatrix?: Matrix4 | undefined;
|
|
@@ -24,13 +29,11 @@ export declare class NgtsPoint {
|
|
|
24
29
|
matrixAutoUpdate?: boolean | undefined;
|
|
25
30
|
matrixWorldAutoUpdate?: boolean | undefined;
|
|
26
31
|
matrixWorldNeedsUpdate?: boolean | undefined;
|
|
27
|
-
visible?: boolean | undefined;
|
|
28
32
|
castShadow?: boolean | undefined;
|
|
29
33
|
receiveShadow?: boolean | undefined;
|
|
30
34
|
frustumCulled?: boolean | undefined;
|
|
31
35
|
renderOrder?: number | undefined;
|
|
32
36
|
animations?: import("three").AnimationClip[] | undefined;
|
|
33
|
-
userData?: Record<string, any> | undefined;
|
|
34
37
|
customDepthMaterial?: import("three").Material | undefined;
|
|
35
38
|
customDistanceMaterial?: import("three").Material | undefined;
|
|
36
39
|
onBeforeShadow?: ((renderer: import("three").WebGLRenderer, scene: import("three").Scene, camera: import("three").Camera, shadowCamera: import("three").Camera, geometry: BufferGeometry, depthMaterial: import("three").Material, group: import("three").Group) => void) | undefined;
|
|
@@ -76,14 +79,11 @@ export declare class NgtsPoint {
|
|
|
76
79
|
updateMatrix?: (() => void) | undefined;
|
|
77
80
|
updateMatrixWorld?: ((force?: boolean) => void) | undefined;
|
|
78
81
|
updateWorldMatrix?: ((updateParents: boolean, updateChildren: boolean) => void) | undefined;
|
|
82
|
+
toJSON?: ((meta?: import("three").JSONMeta) => import("three").Object3DJSON) | undefined;
|
|
79
83
|
clone?: ((recursive?: boolean) => PositionPoint) | undefined;
|
|
80
84
|
copy?: ((object: import("three").Object3D, recursive?: boolean) => PositionPoint) | undefined;
|
|
81
85
|
hasEventListener?: (<T extends keyof import("three").Object3DEventMap>(type: T, listener: import("three").EventListener<import("three").Object3DEventMap[T], T, PositionPoint>) => boolean) | undefined;
|
|
82
86
|
dispatchEvent?: (<T extends keyof import("three").Object3DEventMap>(event: import("three").BaseEvent<T> & import("three").Object3DEventMap[T]) => void) | undefined;
|
|
83
|
-
color?: import("three").ColorRepresentation | undefined;
|
|
84
|
-
instance?: ElementRef<Points> | Points | null | undefined;
|
|
85
|
-
readonly geometry?: BufferGeometry<import("three").NormalBufferAttributes> | undefined;
|
|
86
|
-
readonly isGroup?: true | undefined;
|
|
87
87
|
position: import("angular-three").NgtVector3;
|
|
88
88
|
up: import("angular-three").NgtVector3;
|
|
89
89
|
scale: import("angular-three").NgtVector3;
|
|
@@ -101,22 +101,27 @@ export declare class NgtsPoint {
|
|
|
101
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtsPoint, "ngts-point", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
102
102
|
}
|
|
103
103
|
export declare class NgtsPointsBuffer {
|
|
104
|
-
positions: import("@angular/core").InputSignal<Float32Array
|
|
105
|
-
colors: import("@angular/core").InputSignal<Float32Array | undefined>;
|
|
106
|
-
sizes: import("@angular/core").InputSignal<Float32Array | undefined>;
|
|
107
|
-
stride: import("@angular/core").InputSignal<
|
|
104
|
+
positions: import("@angular/core").InputSignal<Float32Array<ArrayBufferLike>>;
|
|
105
|
+
colors: import("@angular/core").InputSignal<Float32Array<ArrayBufferLike> | undefined>;
|
|
106
|
+
sizes: import("@angular/core").InputSignal<Float32Array<ArrayBufferLike> | undefined>;
|
|
107
|
+
stride: import("@angular/core").InputSignal<3 | 2>;
|
|
108
108
|
options: import("@angular/core").InputSignal<Partial<{
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
109
|
+
color?: import("three").ColorRepresentation | undefined;
|
|
110
|
+
name?: string | undefined;
|
|
111
|
+
visible?: boolean | undefined;
|
|
112
|
+
userData?: Record<string, any> | undefined;
|
|
113
|
+
addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<TOriginal>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<PositionPoint, typeof PositionPoint>, ev: import("angular-three").NgtNodeEventMap<PositionPoint>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: /*elided*/ any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
114
|
+
removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<TOriginal>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<PositionPoint, typeof PositionPoint>, ev: import("angular-three").NgtNodeEventMap<PositionPoint>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: /*elided*/ any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
|
|
112
115
|
attach: string | string[] | import("angular-three").NgtAttachFunction;
|
|
113
116
|
__ngt_args__: [];
|
|
114
|
-
|
|
115
|
-
|
|
117
|
+
size?: number | undefined;
|
|
118
|
+
instance?: ElementRef<Points> | Points | null | undefined;
|
|
119
|
+
readonly geometry?: BufferGeometry<import("three").NormalBufferAttributes> | undefined;
|
|
120
|
+
readonly isGroup?: true | undefined;
|
|
116
121
|
readonly isObject3D?: true | undefined;
|
|
117
122
|
readonly id?: number | undefined;
|
|
118
123
|
uuid?: string | undefined;
|
|
119
|
-
|
|
124
|
+
readonly type?: string | undefined;
|
|
120
125
|
parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
|
|
121
126
|
children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
|
|
122
127
|
readonly modelViewMatrix?: Matrix4 | undefined;
|
|
@@ -125,13 +130,11 @@ export declare class NgtsPointsBuffer {
|
|
|
125
130
|
matrixAutoUpdate?: boolean | undefined;
|
|
126
131
|
matrixWorldAutoUpdate?: boolean | undefined;
|
|
127
132
|
matrixWorldNeedsUpdate?: boolean | undefined;
|
|
128
|
-
visible?: boolean | undefined;
|
|
129
133
|
castShadow?: boolean | undefined;
|
|
130
134
|
receiveShadow?: boolean | undefined;
|
|
131
135
|
frustumCulled?: boolean | undefined;
|
|
132
136
|
renderOrder?: number | undefined;
|
|
133
137
|
animations?: import("three").AnimationClip[] | undefined;
|
|
134
|
-
userData?: Record<string, any> | undefined;
|
|
135
138
|
customDepthMaterial?: import("three").Material | undefined;
|
|
136
139
|
customDistanceMaterial?: import("three").Material | undefined;
|
|
137
140
|
onBeforeShadow?: ((renderer: import("three").WebGLRenderer, scene: import("three").Scene, camera: import("three").Camera, shadowCamera: import("three").Camera, geometry: BufferGeometry, depthMaterial: import("three").Material, group: import("three").Group) => void) | undefined;
|
|
@@ -177,14 +180,11 @@ export declare class NgtsPointsBuffer {
|
|
|
177
180
|
updateMatrix?: (() => void) | undefined;
|
|
178
181
|
updateMatrixWorld?: ((force?: boolean) => void) | undefined;
|
|
179
182
|
updateWorldMatrix?: ((updateParents: boolean, updateChildren: boolean) => void) | undefined;
|
|
183
|
+
toJSON?: ((meta?: import("three").JSONMeta) => import("three").Object3DJSON) | undefined;
|
|
180
184
|
clone?: ((recursive?: boolean) => PositionPoint) | undefined;
|
|
181
185
|
copy?: ((object: import("three").Object3D, recursive?: boolean) => PositionPoint) | undefined;
|
|
182
186
|
hasEventListener?: (<T extends keyof import("three").Object3DEventMap>(type: T, listener: import("three").EventListener<import("three").Object3DEventMap[T], T, PositionPoint>) => boolean) | undefined;
|
|
183
187
|
dispatchEvent?: (<T extends keyof import("three").Object3DEventMap>(event: import("three").BaseEvent<T> & import("three").Object3DEventMap[T]) => void) | undefined;
|
|
184
|
-
color?: import("three").ColorRepresentation | undefined;
|
|
185
|
-
instance?: ElementRef<Points> | Points | null | undefined;
|
|
186
|
-
readonly geometry?: BufferGeometry<import("three").NormalBufferAttributes> | undefined;
|
|
187
|
-
readonly isGroup?: true | undefined;
|
|
188
188
|
position: import("angular-three").NgtVector3;
|
|
189
189
|
up: import("angular-three").NgtVector3;
|
|
190
190
|
scale: import("angular-three").NgtVector3;
|
|
@@ -207,13 +207,13 @@ export interface NgtsPointsInstancesOptions extends Partial<NgtPoints> {
|
|
|
207
207
|
}
|
|
208
208
|
export declare class NgtsPointsInstances {
|
|
209
209
|
options: import("@angular/core").InputSignalWithTransform<NgtsPointsInstancesOptions, "" | Partial<NgtsPointsInstancesOptions>>;
|
|
210
|
-
parameters: import("@angular/core").Signal<Omit<NgtsPointsInstancesOptions, "
|
|
210
|
+
parameters: import("@angular/core").Signal<Omit<NgtsPointsInstancesOptions, "limit" | "range">>;
|
|
211
211
|
pointsRef: import("@angular/core").Signal<ElementRef<Points<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>>>;
|
|
212
212
|
private limit;
|
|
213
213
|
buffers: import("@angular/core").Signal<{
|
|
214
|
-
positions: Float32Array
|
|
215
|
-
colors: Float32Array
|
|
216
|
-
sizes: Float32Array
|
|
214
|
+
positions: Float32Array<ArrayBuffer>;
|
|
215
|
+
colors: Float32Array<ArrayBuffer>;
|
|
216
|
+
sizes: Float32Array<ArrayBuffer>;
|
|
217
217
|
}>;
|
|
218
218
|
positionPoints: Array<ElementRef<PositionPoint> | PositionPoint>;
|
|
219
219
|
constructor();
|