viral-viewer-2 5.9.2 → 5.9.4
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/components/camera/viral-camera.d.ts +1 -1
- package/dist/components/compress/compress.processor.d.ts +4 -0
- package/dist/components/compress/compress.processor.js +29 -0
- package/dist/components/compress/compress.processor.js.map +1 -0
- package/dist/components/custom-objects/viral-instanced-mesh.d.ts +6 -6
- package/dist/components/custom-objects/viral-instanced-mesh.js +62 -32
- package/dist/components/custom-objects/viral-instanced-mesh.js.map +1 -1
- package/dist/components/event-handler/viral-centralized-event-handler.js +3 -3
- package/dist/components/event-handler/viral-centralized-event-handler.js.map +1 -1
- package/dist/components/loader/viral-three.loader.d.ts +1 -1
- package/dist/components/loader/viral-viewer-point-cloud.loader.d.ts +16 -0
- package/dist/components/loader/viral-viewer-point-cloud.loader.js +33 -0
- package/dist/components/loader/viral-viewer-point-cloud.loader.js.map +1 -0
- package/dist/components/loader/viral-viewer-revit.loader.d.ts +13 -0
- package/dist/components/loader/viral-viewer-revit.loader.js +124 -0
- package/dist/components/loader/viral-viewer-revit.loader.js.map +1 -0
- package/dist/components/post-processing/ambient-occlusion-effect.d.ts +2 -0
- package/dist/components/post-processing/ambient-occlusion-effect.js +2 -1
- package/dist/components/post-processing/ambient-occlusion-effect.js.map +1 -1
- package/dist/components/scene/viral-scene.d.ts +1 -1
- package/dist/components/visibility-manager/viral-visibility-manager.js +2 -2
- package/dist/components/visibility-manager/viral-visibility-manager.js.map +1 -1
- package/dist/components/worker/load-model.d.ts +126 -0
- package/dist/components/worker/load-model.js +1265 -0
- package/dist/components/worker/load-model.js.map +1 -0
- package/dist/components/worker/test-worker-pool.d.ts +6 -0
- package/dist/components/worker/test-worker-pool.js +21 -0
- package/dist/components/worker/test-worker-pool.js.map +1 -0
- package/dist/components/worker/viral-viewer-4.worker.js +3 -1
- package/dist/components/worker/viral-viewer-4.worker.js.map +1 -1
- package/dist/components/worker/viral-viewer.worker-pool.d.ts +0 -0
- package/dist/components/worker/viral-viewer.worker-pool.js +61 -0
- package/dist/components/worker/viral-viewer.worker-pool.js.map +1 -0
- package/dist/components/worker/worker-pool.d.ts +21 -0
- package/dist/components/worker/worker-pool.js +47 -0
- package/dist/components/worker/worker-pool.js.map +1 -0
- package/dist/components/worker/worker-thread.d.ts +9 -0
- package/dist/components/worker/worker-thread.js +30 -0
- package/dist/components/worker/worker-thread.js.map +1 -0
- package/dist/components/worker-script/test-worker-pool.script.d.ts +1 -0
- package/dist/components/worker-script/test-worker-pool.script.js +12 -0
- package/dist/components/worker-script/test-worker-pool.script.js.map +1 -0
- package/dist/models/dictionary.model.d.ts +10 -0
- package/dist/models/dictionary.model.js +41 -0
- package/dist/models/dictionary.model.js.map +1 -1
- package/dist/threejs-addon/gltf-loader.d.ts +1 -1
- package/dist/threejs-addon/n8ao/n8ao.d.ts +8 -8
- package/dist/threejs-addon/n8ao/post-processing.d.ts +1534 -3919
- package/dist/threejs-addon/post-processing/outline-pass.d.ts +7 -7
- package/dist/threejs-addon/post-processing/pass.d.ts +1 -1
- package/dist/threejs-addon/post-processing/sao-pass.d.ts +5 -5
- package/dist/threejs-addon/post-processing/unreal-bloom-pass.d.ts +3 -3
- package/dist/threejs-addon/transform-control.d.ts +3 -3
- package/package.json +1 -1
- package/dist/components/post-processing/viral-post-processing.d.ts +0 -11
- package/dist/components/post-processing/viral-post-processing.js +0 -29
- package/dist/components/post-processing/viral-post-processing.js.map +0 -1
- package/dist/threejs-addon/post-processing/ssaa-render-pass.d.ts +0 -30
- package/dist/threejs-addon/post-processing/ssaa-render-pass.js +0 -202
- package/dist/threejs-addon/post-processing/ssaa-render-pass.js.map +0 -1
- package/dist/threejs-addon/shaders/color-correction-shader.d.ts +0 -22
- package/dist/threejs-addon/shaders/color-correction-shader.js +0 -43
- package/dist/threejs-addon/shaders/color-correction-shader.js.map +0 -1
- package/dist/threejs-addon/shaders/fxaa-shader.d.ts +0 -14
- package/dist/threejs-addon/shaders/fxaa-shader.js +0 -279
- package/dist/threejs-addon/shaders/fxaa-shader.js.map +0 -1
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
declare function addCustomMesh3(indices: any, vertices: any, material: any, callback: any): void;
|
|
2
|
+
declare function addCustomMesh4(indices: any, vertices: any, material: any, instances: any, callback: any): void;
|
|
3
|
+
declare function progressStructuralGeometries(json: any, callback: any): void;
|
|
4
|
+
declare function progressNoneStructuralGeometries(json: any, callback: any): void;
|
|
5
|
+
declare function rgbToHex(r: any, g: any, b: any): string;
|
|
6
|
+
declare function componentToHex(c: any): any;
|
|
7
|
+
declare class Matrix4 {
|
|
8
|
+
constructor(...args: any[]);
|
|
9
|
+
elements: number[];
|
|
10
|
+
set(n11: any, n12: any, n13: any, n14: any, n21: any, n22: any, n23: any, n24: any, n31: any, n32: any, n33: any, n34: any, n41: any, n42: any, n43: any, n44: any): Matrix4;
|
|
11
|
+
identity(): Matrix4;
|
|
12
|
+
clone(): Matrix4;
|
|
13
|
+
copy(m: any): Matrix4;
|
|
14
|
+
copyPosition(m: any): Matrix4;
|
|
15
|
+
setFromMatrix3(m: any): Matrix4;
|
|
16
|
+
extractBasis(xAxis: any, yAxis: any, zAxis: any): Matrix4;
|
|
17
|
+
makeBasis(xAxis: any, yAxis: any, zAxis: any): Matrix4;
|
|
18
|
+
extractRotation(m: any): Matrix4;
|
|
19
|
+
makeRotationFromEuler(euler: any): Matrix4;
|
|
20
|
+
makeRotationFromQuaternion(q: any): Matrix4;
|
|
21
|
+
lookAt(eye: any, target: any, up: any): Matrix4;
|
|
22
|
+
multiply(m: any, n: any): Matrix4;
|
|
23
|
+
premultiply(m: any): Matrix4;
|
|
24
|
+
multiplyMatrices(a: any, b: any): Matrix4;
|
|
25
|
+
multiplyScalar(s: any): Matrix4;
|
|
26
|
+
determinant(): number;
|
|
27
|
+
transpose(): Matrix4;
|
|
28
|
+
setPosition(x: any, y: any, z: any): Matrix4;
|
|
29
|
+
invert(): Matrix4;
|
|
30
|
+
scale(v: any): Matrix4;
|
|
31
|
+
getMaxScaleOnAxis(): number;
|
|
32
|
+
makeTranslation(x: any, y: any, z: any): Matrix4;
|
|
33
|
+
makeRotationX(theta: any): Matrix4;
|
|
34
|
+
makeRotationY(theta: any): Matrix4;
|
|
35
|
+
makeRotationZ(theta: any): Matrix4;
|
|
36
|
+
makeRotationAxis(axis: any, angle: any): Matrix4;
|
|
37
|
+
makeScale(x: any, y: any, z: any): Matrix4;
|
|
38
|
+
makeShear(xy: any, xz: any, yx: any, yz: any, zx: any, zy: any): Matrix4;
|
|
39
|
+
compose(position: any, quaternion: any, scale: any): Matrix4;
|
|
40
|
+
decompose(position: any, quaternion: any, scale: any): Matrix4;
|
|
41
|
+
makePerspective(left: any, right: any, top: any, bottom: any, near: any, far: any): Matrix4;
|
|
42
|
+
makeOrthographic(left: any, right: any, top: any, bottom: any, near: any, far: any): Matrix4;
|
|
43
|
+
equals(matrix: any): boolean;
|
|
44
|
+
fromArray(array: any, offset?: number): Matrix4;
|
|
45
|
+
toArray(array?: any[], offset?: number): any[];
|
|
46
|
+
isMatrix4: boolean;
|
|
47
|
+
}
|
|
48
|
+
declare class Vector3 {
|
|
49
|
+
constructor(x?: number, y?: number, z?: number);
|
|
50
|
+
x: number;
|
|
51
|
+
y: number;
|
|
52
|
+
z: number;
|
|
53
|
+
set(x: any, y: any, z: any): Vector3;
|
|
54
|
+
setScalar(scalar: any): Vector3;
|
|
55
|
+
setX(x: any): Vector3;
|
|
56
|
+
setY(y: any): Vector3;
|
|
57
|
+
setZ(z: any): Vector3;
|
|
58
|
+
setComponent(index: any, value: any): Vector3;
|
|
59
|
+
getComponent(index: any): number;
|
|
60
|
+
clone(): any;
|
|
61
|
+
copy(v: any): Vector3;
|
|
62
|
+
add(v: any, w: any): Vector3;
|
|
63
|
+
addScalar(s: any): Vector3;
|
|
64
|
+
addVectors(a: any, b: any): Vector3;
|
|
65
|
+
addScaledVector(v: any, s: any): Vector3;
|
|
66
|
+
sub(v: any, w: any): Vector3;
|
|
67
|
+
subScalar(s: any): Vector3;
|
|
68
|
+
subVectors(a: any, b: any): Vector3;
|
|
69
|
+
multiply(v: any, w: any): Vector3;
|
|
70
|
+
multiplyScalar(scalar: any): Vector3;
|
|
71
|
+
multiplyVectors(a: any, b: any): Vector3;
|
|
72
|
+
applyEuler(euler: any): Vector3;
|
|
73
|
+
applyAxisAngle(axis: any, angle: any): Vector3;
|
|
74
|
+
applyMatrix3(m: any): Vector3;
|
|
75
|
+
applyNormalMatrix(m: any): Vector3;
|
|
76
|
+
applyMatrix4(m: any): Vector3;
|
|
77
|
+
applyQuaternion(q: any): Vector3;
|
|
78
|
+
project(camera: any): Vector3;
|
|
79
|
+
unproject(camera: any): Vector3;
|
|
80
|
+
transformDirection(m: any): Vector3;
|
|
81
|
+
divide(v: any): Vector3;
|
|
82
|
+
divideScalar(scalar: any): Vector3;
|
|
83
|
+
min(v: any): Vector3;
|
|
84
|
+
max(v: any): Vector3;
|
|
85
|
+
clamp(min: any, max: any): Vector3;
|
|
86
|
+
clampScalar(minVal: any, maxVal: any): Vector3;
|
|
87
|
+
clampLength(min: any, max: any): Vector3;
|
|
88
|
+
floor(): Vector3;
|
|
89
|
+
ceil(): Vector3;
|
|
90
|
+
round(): Vector3;
|
|
91
|
+
roundToZero(): Vector3;
|
|
92
|
+
negate(): Vector3;
|
|
93
|
+
dot(v: any): number;
|
|
94
|
+
lengthSq(): number;
|
|
95
|
+
length(): number;
|
|
96
|
+
manhattanLength(): number;
|
|
97
|
+
normalize(): Vector3;
|
|
98
|
+
setLength(length: any): Vector3;
|
|
99
|
+
lerp(v: any, alpha: any): Vector3;
|
|
100
|
+
lerpVectors(v1: any, v2: any, alpha: any): Vector3;
|
|
101
|
+
cross(v: any, w: any): Vector3;
|
|
102
|
+
crossVectors(a: any, b: any): Vector3;
|
|
103
|
+
projectOnVector(v: any): Vector3;
|
|
104
|
+
projectOnPlane(planeNormal: any): Vector3;
|
|
105
|
+
reflect(normal: any): Vector3;
|
|
106
|
+
angleTo(v: any): number;
|
|
107
|
+
distanceTo(v: any): number;
|
|
108
|
+
distanceToSquared(v: any): number;
|
|
109
|
+
manhattanDistanceTo(v: any): number;
|
|
110
|
+
setFromSpherical(s: any): Vector3;
|
|
111
|
+
setFromSphericalCoords(radius: any, phi: any, theta: any): Vector3;
|
|
112
|
+
setFromCylindrical(c: any): Vector3;
|
|
113
|
+
setFromCylindricalCoords(radius: any, theta: any, y: any): Vector3;
|
|
114
|
+
setFromMatrixPosition(m: any): Vector3;
|
|
115
|
+
setFromMatrixScale(m: any): Vector3;
|
|
116
|
+
setFromMatrixColumn(m: any, index: any): Vector3;
|
|
117
|
+
setFromMatrix3Column(m: any, index: any): Vector3;
|
|
118
|
+
equals(v: any): boolean;
|
|
119
|
+
fromArray(array: any, offset?: number): Vector3;
|
|
120
|
+
toArray(array?: any[], offset?: number): any[];
|
|
121
|
+
fromBufferAttribute(attribute: any, index: any, offset: any): Vector3;
|
|
122
|
+
random(): Vector3;
|
|
123
|
+
randomDirection(): Vector3;
|
|
124
|
+
isVector3: boolean;
|
|
125
|
+
[Symbol.iterator](): Generator<number, void, unknown>;
|
|
126
|
+
}
|