@chartts/gl 0.1.3 → 0.1.5
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/README.md +55 -0
- package/dist/bar3d.cjs +4 -4
- package/dist/bar3d.d.cts +2 -2
- package/dist/bar3d.d.ts +2 -2
- package/dist/bar3d.js +1 -1
- package/dist/{chunk-M24XMYGG.js → chunk-AGG2KSBO.js} +418 -83
- package/dist/chunk-AGG2KSBO.js.map +1 -0
- package/dist/{chunk-Q4JAQOV3.cjs → chunk-OTQKQDB6.cjs} +419 -82
- package/dist/chunk-OTQKQDB6.cjs.map +1 -0
- package/dist/{factory-Cp9Kr7aa.d.cts → factory-jQSzXhK4.d.cts} +4 -1
- package/dist/{factory-Cp9Kr7aa.d.ts → factory-jQSzXhK4.d.ts} +4 -1
- package/dist/flow-gl.cjs +4 -4
- package/dist/flow-gl.d.cts +2 -2
- package/dist/flow-gl.d.ts +2 -2
- package/dist/flow-gl.js +1 -1
- package/dist/globe3d.cjs +4 -4
- package/dist/globe3d.d.cts +4 -3
- package/dist/globe3d.d.ts +4 -3
- package/dist/globe3d.js +1 -1
- package/dist/graph-gl.cjs +4 -4
- package/dist/graph-gl.d.cts +2 -2
- package/dist/graph-gl.d.ts +2 -2
- package/dist/graph-gl.js +1 -1
- package/dist/index.cjs +60 -52
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -1
- package/dist/line3d.cjs +4 -4
- package/dist/line3d.d.cts +2 -2
- package/dist/line3d.d.ts +2 -2
- package/dist/line3d.js +1 -1
- package/dist/lines-gl.cjs +4 -4
- package/dist/lines-gl.d.cts +2 -2
- package/dist/lines-gl.d.ts +2 -2
- package/dist/lines-gl.js +1 -1
- package/dist/lines3d.cjs +4 -4
- package/dist/lines3d.d.cts +2 -2
- package/dist/lines3d.d.ts +2 -2
- package/dist/lines3d.js +1 -1
- package/dist/map3d.cjs +4 -4
- package/dist/map3d.d.cts +2 -2
- package/dist/map3d.d.ts +2 -2
- package/dist/map3d.js +1 -1
- package/dist/scatter-gl.cjs +4 -4
- package/dist/scatter-gl.d.cts +2 -2
- package/dist/scatter-gl.d.ts +2 -2
- package/dist/scatter-gl.js +1 -1
- package/dist/scatter3d.cjs +4 -4
- package/dist/scatter3d.d.cts +2 -2
- package/dist/scatter3d.d.ts +2 -2
- package/dist/scatter3d.js +1 -1
- package/dist/surface3d.cjs +4 -4
- package/dist/surface3d.d.cts +2 -2
- package/dist/surface3d.d.ts +2 -2
- package/dist/surface3d.js +1 -1
- package/dist/torus3d-NpDo5Nb5.d.ts +15 -0
- package/dist/torus3d-fgZpxxQZ.d.cts +15 -0
- package/dist/torus3d.cjs +20 -0
- package/dist/torus3d.cjs.map +1 -0
- package/dist/torus3d.d.cts +2 -0
- package/dist/torus3d.d.ts +2 -0
- package/dist/torus3d.js +3 -0
- package/dist/torus3d.js.map +1 -0
- package/package.json +10 -4
- package/dist/chunk-M24XMYGG.js.map +0 -1
- package/dist/chunk-Q4JAQOV3.cjs.map +0 -1
|
@@ -287,5 +287,8 @@ declare function FlowGL(container: HTMLElement | string, opts: GLChartOptions &
|
|
|
287
287
|
declare function GraphGL(container: HTMLElement | string, opts: GLChartOptions & {
|
|
288
288
|
data: GLChartData;
|
|
289
289
|
}): GLChartInstance;
|
|
290
|
+
declare function Torus3D(container: HTMLElement | string, opts: GLChartOptions & {
|
|
291
|
+
data: GLChartData;
|
|
292
|
+
}): GLChartInstance;
|
|
290
293
|
|
|
291
|
-
export {
|
|
294
|
+
export { updateOrbitControls as $, createPickingSystem as A, Bar3D as B, type CameraState as C, DEFAULT_GL_THEME as D, createShaderProgram as E, FlowGL as F, type GLRenderer as G, defaultLightConfig as H, hexToRGB as I, mat4 as J, mat4Identity as K, LIGHT_GL_THEME as L, Map3D as M, mat4Invert as N, type OrbitConfig as O, type PickingSystem as P, mat4LookAt as Q, mat4Multiply as R, Scatter3D as S, Torus3D as T, mat4Perspective as U, type Vec3 as V, projectToScreen as W, resolveTheme as X, setLightUniforms as Y, toRad as Z, updateCamera as _, type CameraOptions as a, vec3 as a0, type GLChartData as b, type GLChartInstance as c, type GLChartOptions as d, type GLChartTypePlugin as e, type GLDataPoint as f, type GLRenderContext as g, type GLSeries2D as h, type GLSeries3D as i, type GLTheme as j, Globe3D as k, GraphGL as l, type LightConfig as m, Line3D as n, Lines3D as o, LinesGL as p, type Mat4 as q, type OrbitState as r, ScatterGL as s, type ShaderProgram as t, Surface3D as u, compileShader as v, createCamera as w, createGLChart as x, createGLRenderer as y, createOrbitControls as z };
|
|
@@ -287,5 +287,8 @@ declare function FlowGL(container: HTMLElement | string, opts: GLChartOptions &
|
|
|
287
287
|
declare function GraphGL(container: HTMLElement | string, opts: GLChartOptions & {
|
|
288
288
|
data: GLChartData;
|
|
289
289
|
}): GLChartInstance;
|
|
290
|
+
declare function Torus3D(container: HTMLElement | string, opts: GLChartOptions & {
|
|
291
|
+
data: GLChartData;
|
|
292
|
+
}): GLChartInstance;
|
|
290
293
|
|
|
291
|
-
export {
|
|
294
|
+
export { updateOrbitControls as $, createPickingSystem as A, Bar3D as B, type CameraState as C, DEFAULT_GL_THEME as D, createShaderProgram as E, FlowGL as F, type GLRenderer as G, defaultLightConfig as H, hexToRGB as I, mat4 as J, mat4Identity as K, LIGHT_GL_THEME as L, Map3D as M, mat4Invert as N, type OrbitConfig as O, type PickingSystem as P, mat4LookAt as Q, mat4Multiply as R, Scatter3D as S, Torus3D as T, mat4Perspective as U, type Vec3 as V, projectToScreen as W, resolveTheme as X, setLightUniforms as Y, toRad as Z, updateCamera as _, type CameraOptions as a, vec3 as a0, type GLChartData as b, type GLChartInstance as c, type GLChartOptions as d, type GLChartTypePlugin as e, type GLDataPoint as f, type GLRenderContext as g, type GLSeries2D as h, type GLSeries3D as i, type GLTheme as j, Globe3D as k, GraphGL as l, type LightConfig as m, Line3D as n, Lines3D as o, LinesGL as p, type Mat4 as q, type OrbitState as r, ScatterGL as s, type ShaderProgram as t, Surface3D as u, compileShader as v, createCamera as w, createGLChart as x, createGLRenderer as y, createOrbitControls as z };
|
package/dist/flow-gl.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "FlowGL", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOTQKQDB6_cjs.FlowGL; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createFlowGLPlugin", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOTQKQDB6_cjs.createFlowGLPlugin; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createGLChart", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
|
|
18
18
|
});
|
|
19
19
|
//# sourceMappingURL=flow-gl.cjs.map
|
|
20
20
|
//# sourceMappingURL=flow-gl.cjs.map
|
package/dist/flow-gl.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
|
|
2
|
+
export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-jQSzXhK4.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* FlowGL — GPU-accelerated particle flow field visualization.
|
package/dist/flow-gl.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
|
|
2
|
+
export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-jQSzXhK4.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* FlowGL — GPU-accelerated particle flow field visualization.
|
package/dist/flow-gl.js
CHANGED
package/dist/globe3d.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Globe3D", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOTQKQDB6_cjs.Globe3D; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createGLChart", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createGlobe3DPlugin", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOTQKQDB6_cjs.createGlobe3DPlugin; }
|
|
18
18
|
});
|
|
19
19
|
//# sourceMappingURL=globe3d.cjs.map
|
|
20
20
|
//# sourceMappingURL=globe3d.cjs.map
|
package/dist/globe3d.d.cts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-jQSzXhK4.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Globe3D —
|
|
5
|
+
* Globe3D — single high-res sphere with data projected as glowing surface
|
|
6
|
+
* patches, subtle baked graticule, labels, and legend.
|
|
6
7
|
*/
|
|
7
8
|
|
|
8
9
|
declare function createGlobe3DPlugin(): GLChartTypePlugin;
|
package/dist/globe3d.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-jQSzXhK4.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Globe3D —
|
|
5
|
+
* Globe3D — single high-res sphere with data projected as glowing surface
|
|
6
|
+
* patches, subtle baked graticule, labels, and legend.
|
|
6
7
|
*/
|
|
7
8
|
|
|
8
9
|
declare function createGlobe3DPlugin(): GLChartTypePlugin;
|
package/dist/globe3d.js
CHANGED
package/dist/graph-gl.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "GraphGL", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOTQKQDB6_cjs.GraphGL; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createGLChart", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createGraphGLPlugin", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOTQKQDB6_cjs.createGraphGLPlugin; }
|
|
18
18
|
});
|
|
19
19
|
//# sourceMappingURL=graph-gl.cjs.map
|
|
20
20
|
//# sourceMappingURL=graph-gl.cjs.map
|
package/dist/graph-gl.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-jQSzXhK4.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* GraphGL — force-directed graph layout with Barnes-Hut optimization, GL rendering.
|
package/dist/graph-gl.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-jQSzXhK4.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* GraphGL — force-directed graph layout with Barnes-Hut optimization, GL rendering.
|
package/dist/graph-gl.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,212 +1,220 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Bar3D", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOTQKQDB6_cjs.Bar3D; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "DEFAULT_GL_THEME", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOTQKQDB6_cjs.DEFAULT_GL_THEME; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "FlowGL", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOTQKQDB6_cjs.FlowGL; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "Globe3D", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkOTQKQDB6_cjs.Globe3D; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "GraphGL", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkOTQKQDB6_cjs.GraphGL; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "LIGHT_GL_THEME", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkOTQKQDB6_cjs.LIGHT_GL_THEME; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "Line3D", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkOTQKQDB6_cjs.Line3D; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "Lines3D", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkOTQKQDB6_cjs.Lines3D; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "LinesGL", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkOTQKQDB6_cjs.LinesGL; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "Map3D", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkOTQKQDB6_cjs.Map3D; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "Scatter3D", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkOTQKQDB6_cjs.Scatter3D; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "ScatterGL", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkOTQKQDB6_cjs.ScatterGL; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "Surface3D", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkOTQKQDB6_cjs.Surface3D; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "Torus3D", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return chunkOTQKQDB6_cjs.Torus3D; }
|
|
58
62
|
});
|
|
59
63
|
Object.defineProperty(exports, "applyVertexLayout", {
|
|
60
64
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkOTQKQDB6_cjs.applyVertexLayout; }
|
|
62
66
|
});
|
|
63
67
|
Object.defineProperty(exports, "compileShader", {
|
|
64
68
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkOTQKQDB6_cjs.compileShader; }
|
|
66
70
|
});
|
|
67
71
|
Object.defineProperty(exports, "createBar3DPlugin", {
|
|
68
72
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkOTQKQDB6_cjs.createBar3DPlugin; }
|
|
70
74
|
});
|
|
71
75
|
Object.defineProperty(exports, "createCamera", {
|
|
72
76
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkOTQKQDB6_cjs.createCamera; }
|
|
74
78
|
});
|
|
75
79
|
Object.defineProperty(exports, "createFlowGLPlugin", {
|
|
76
80
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkOTQKQDB6_cjs.createFlowGLPlugin; }
|
|
78
82
|
});
|
|
79
83
|
Object.defineProperty(exports, "createGLChart", {
|
|
80
84
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
|
|
82
86
|
});
|
|
83
87
|
Object.defineProperty(exports, "createGLRenderer", {
|
|
84
88
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLRenderer; }
|
|
86
90
|
});
|
|
87
91
|
Object.defineProperty(exports, "createGlobe3DPlugin", {
|
|
88
92
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkOTQKQDB6_cjs.createGlobe3DPlugin; }
|
|
90
94
|
});
|
|
91
95
|
Object.defineProperty(exports, "createGraphGLPlugin", {
|
|
92
96
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkOTQKQDB6_cjs.createGraphGLPlugin; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "createGrid3D", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkOTQKQDB6_cjs.createGrid3D; }
|
|
98
102
|
});
|
|
99
103
|
Object.defineProperty(exports, "createIndexBuffer", {
|
|
100
104
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkOTQKQDB6_cjs.createIndexBuffer; }
|
|
102
106
|
});
|
|
103
107
|
Object.defineProperty(exports, "createLine3DPlugin", {
|
|
104
108
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkOTQKQDB6_cjs.createLine3DPlugin; }
|
|
106
110
|
});
|
|
107
111
|
Object.defineProperty(exports, "createLines3DPlugin", {
|
|
108
112
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkOTQKQDB6_cjs.createLines3DPlugin; }
|
|
110
114
|
});
|
|
111
115
|
Object.defineProperty(exports, "createLinesGLPlugin", {
|
|
112
116
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkOTQKQDB6_cjs.createLinesGLPlugin; }
|
|
114
118
|
});
|
|
115
119
|
Object.defineProperty(exports, "createMap3DPlugin", {
|
|
116
120
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkOTQKQDB6_cjs.createMap3DPlugin; }
|
|
118
122
|
});
|
|
119
123
|
Object.defineProperty(exports, "createOrbitControls", {
|
|
120
124
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkOTQKQDB6_cjs.createOrbitControls; }
|
|
122
126
|
});
|
|
123
127
|
Object.defineProperty(exports, "createPickingSystem", {
|
|
124
128
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkOTQKQDB6_cjs.createPickingSystem; }
|
|
126
130
|
});
|
|
127
131
|
Object.defineProperty(exports, "createScatter3DPlugin", {
|
|
128
132
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkOTQKQDB6_cjs.createScatter3DPlugin; }
|
|
130
134
|
});
|
|
131
135
|
Object.defineProperty(exports, "createScatterGLPlugin", {
|
|
132
136
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkOTQKQDB6_cjs.createScatterGLPlugin; }
|
|
134
138
|
});
|
|
135
139
|
Object.defineProperty(exports, "createShaderProgram", {
|
|
136
140
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkOTQKQDB6_cjs.createShaderProgram; }
|
|
138
142
|
});
|
|
139
143
|
Object.defineProperty(exports, "createSurface3DPlugin", {
|
|
140
144
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkOTQKQDB6_cjs.createSurface3DPlugin; }
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "createTorus3DPlugin", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () { return chunkOTQKQDB6_cjs.createTorus3DPlugin; }
|
|
142
150
|
});
|
|
143
151
|
Object.defineProperty(exports, "createVertexBuffer", {
|
|
144
152
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkOTQKQDB6_cjs.createVertexBuffer; }
|
|
146
154
|
});
|
|
147
155
|
Object.defineProperty(exports, "createVertexLayout", {
|
|
148
156
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkOTQKQDB6_cjs.createVertexLayout; }
|
|
150
158
|
});
|
|
151
159
|
Object.defineProperty(exports, "defaultLightConfig", {
|
|
152
160
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkOTQKQDB6_cjs.defaultLightConfig; }
|
|
154
162
|
});
|
|
155
163
|
Object.defineProperty(exports, "hexToRGB", {
|
|
156
164
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkOTQKQDB6_cjs.hexToRGB; }
|
|
158
166
|
});
|
|
159
167
|
Object.defineProperty(exports, "mat4", {
|
|
160
168
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkOTQKQDB6_cjs.mat4; }
|
|
162
170
|
});
|
|
163
171
|
Object.defineProperty(exports, "mat4Identity", {
|
|
164
172
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkOTQKQDB6_cjs.mat4Identity; }
|
|
166
174
|
});
|
|
167
175
|
Object.defineProperty(exports, "mat4Invert", {
|
|
168
176
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkOTQKQDB6_cjs.mat4Invert; }
|
|
170
178
|
});
|
|
171
179
|
Object.defineProperty(exports, "mat4LookAt", {
|
|
172
180
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkOTQKQDB6_cjs.mat4LookAt; }
|
|
174
182
|
});
|
|
175
183
|
Object.defineProperty(exports, "mat4Multiply", {
|
|
176
184
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkOTQKQDB6_cjs.mat4Multiply; }
|
|
178
186
|
});
|
|
179
187
|
Object.defineProperty(exports, "mat4Perspective", {
|
|
180
188
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkOTQKQDB6_cjs.mat4Perspective; }
|
|
182
190
|
});
|
|
183
191
|
Object.defineProperty(exports, "projectToScreen", {
|
|
184
192
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkOTQKQDB6_cjs.projectToScreen; }
|
|
186
194
|
});
|
|
187
195
|
Object.defineProperty(exports, "resolveTheme", {
|
|
188
196
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkOTQKQDB6_cjs.resolveTheme; }
|
|
190
198
|
});
|
|
191
199
|
Object.defineProperty(exports, "setLightUniforms", {
|
|
192
200
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkOTQKQDB6_cjs.setLightUniforms; }
|
|
194
202
|
});
|
|
195
203
|
Object.defineProperty(exports, "toRad", {
|
|
196
204
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkOTQKQDB6_cjs.toRad; }
|
|
198
206
|
});
|
|
199
207
|
Object.defineProperty(exports, "updateCamera", {
|
|
200
208
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkOTQKQDB6_cjs.updateCamera; }
|
|
202
210
|
});
|
|
203
211
|
Object.defineProperty(exports, "updateOrbitControls", {
|
|
204
212
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkOTQKQDB6_cjs.updateOrbitControls; }
|
|
206
214
|
});
|
|
207
215
|
Object.defineProperty(exports, "vec3", {
|
|
208
216
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkOTQKQDB6_cjs.vec3; }
|
|
210
218
|
});
|
|
211
219
|
//# sourceMappingURL=index.cjs.map
|
|
212
220
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CameraState, G as GLRenderer } from './factory-
|
|
2
|
-
export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply,
|
|
1
|
+
import { C as CameraState, G as GLRenderer } from './factory-jQSzXhK4.cjs';
|
|
2
|
+
export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, T as Torus3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply, U as mat4Perspective, W as projectToScreen, X as resolveTheme, Y as setLightUniforms, Z as toRad, _ as updateCamera, $ as updateOrbitControls, a0 as vec3 } from './factory-jQSzXhK4.cjs';
|
|
3
3
|
export { createScatter3DPlugin } from './scatter3d.cjs';
|
|
4
4
|
export { createBar3DPlugin } from './bar3d.cjs';
|
|
5
5
|
export { createSurface3DPlugin } from './surface3d.cjs';
|
|
@@ -11,6 +11,7 @@ export { createScatterGLPlugin } from './scatter-gl.cjs';
|
|
|
11
11
|
export { createLinesGLPlugin } from './lines-gl.cjs';
|
|
12
12
|
export { createFlowGLPlugin } from './flow-gl.cjs';
|
|
13
13
|
export { createGraphGLPlugin } from './graph-gl.cjs';
|
|
14
|
+
export { T as Torus3DOptions, c as createTorus3DPlugin } from './torus3d-fgZpxxQZ.cjs';
|
|
14
15
|
|
|
15
16
|
/**
|
|
16
17
|
* WebGL buffer helpers — VBO, IBO, and vertex layout management.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CameraState, G as GLRenderer } from './factory-
|
|
2
|
-
export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply,
|
|
1
|
+
import { C as CameraState, G as GLRenderer } from './factory-jQSzXhK4.js';
|
|
2
|
+
export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, T as Torus3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply, U as mat4Perspective, W as projectToScreen, X as resolveTheme, Y as setLightUniforms, Z as toRad, _ as updateCamera, $ as updateOrbitControls, a0 as vec3 } from './factory-jQSzXhK4.js';
|
|
3
3
|
export { createScatter3DPlugin } from './scatter3d.js';
|
|
4
4
|
export { createBar3DPlugin } from './bar3d.js';
|
|
5
5
|
export { createSurface3DPlugin } from './surface3d.js';
|
|
@@ -11,6 +11,7 @@ export { createScatterGLPlugin } from './scatter-gl.js';
|
|
|
11
11
|
export { createLinesGLPlugin } from './lines-gl.js';
|
|
12
12
|
export { createFlowGLPlugin } from './flow-gl.js';
|
|
13
13
|
export { createGraphGLPlugin } from './graph-gl.js';
|
|
14
|
+
export { T as Torus3DOptions, c as createTorus3DPlugin } from './torus3d-NpDo5Nb5.js';
|
|
14
15
|
|
|
15
16
|
/**
|
|
16
17
|
* WebGL buffer helpers — VBO, IBO, and vertex layout management.
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Bar3D, DEFAULT_GL_THEME, FlowGL, Globe3D, GraphGL, LIGHT_GL_THEME, Line3D, Lines3D, LinesGL, Map3D, Scatter3D, ScatterGL, Surface3D, applyVertexLayout, compileShader, createBar3DPlugin, createCamera, createFlowGLPlugin, createGLChart, createGLRenderer, createGlobe3DPlugin, createGraphGLPlugin, createGrid3D, createIndexBuffer, createLine3DPlugin, createLines3DPlugin, createLinesGLPlugin, createMap3DPlugin, createOrbitControls, createPickingSystem, createScatter3DPlugin, createScatterGLPlugin, createShaderProgram, createSurface3DPlugin, createVertexBuffer, createVertexLayout, defaultLightConfig, hexToRGB, mat4, mat4Identity, mat4Invert, mat4LookAt, mat4Multiply, mat4Perspective, projectToScreen, resolveTheme, setLightUniforms, toRad, updateCamera, updateOrbitControls, vec3 } from './chunk-
|
|
1
|
+
export { Bar3D, DEFAULT_GL_THEME, FlowGL, Globe3D, GraphGL, LIGHT_GL_THEME, Line3D, Lines3D, LinesGL, Map3D, Scatter3D, ScatterGL, Surface3D, Torus3D, applyVertexLayout, compileShader, createBar3DPlugin, createCamera, createFlowGLPlugin, createGLChart, createGLRenderer, createGlobe3DPlugin, createGraphGLPlugin, createGrid3D, createIndexBuffer, createLine3DPlugin, createLines3DPlugin, createLinesGLPlugin, createMap3DPlugin, createOrbitControls, createPickingSystem, createScatter3DPlugin, createScatterGLPlugin, createShaderProgram, createSurface3DPlugin, createTorus3DPlugin, createVertexBuffer, createVertexLayout, defaultLightConfig, hexToRGB, mat4, mat4Identity, mat4Invert, mat4LookAt, mat4Multiply, mat4Perspective, projectToScreen, resolveTheme, setLightUniforms, toRad, updateCamera, updateOrbitControls, vec3 } from './chunk-AGG2KSBO.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/line3d.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Line3D", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOTQKQDB6_cjs.Line3D; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createGLChart", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createLine3DPlugin", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOTQKQDB6_cjs.createLine3DPlugin; }
|
|
18
18
|
});
|
|
19
19
|
//# sourceMappingURL=line3d.cjs.map
|
|
20
20
|
//# sourceMappingURL=line3d.cjs.map
|
package/dist/line3d.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-jQSzXhK4.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Line3D — single line as tube/ribbon via Frenet frames.
|
package/dist/line3d.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-jQSzXhK4.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Line3D — single line as tube/ribbon via Frenet frames.
|
package/dist/line3d.js
CHANGED
package/dist/lines-gl.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "LinesGL", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOTQKQDB6_cjs.LinesGL; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createGLChart", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createLinesGLPlugin", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOTQKQDB6_cjs.createLinesGLPlugin; }
|
|
18
18
|
});
|
|
19
19
|
//# sourceMappingURL=lines-gl.cjs.map
|
|
20
20
|
//# sourceMappingURL=lines-gl.cjs.map
|
package/dist/lines-gl.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-jQSzXhK4.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* LinesGL — 2D thick line triangles for per-series polylines.
|
package/dist/lines-gl.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as GLChartTypePlugin } from './factory-
|
|
2
|
-
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-
|
|
1
|
+
import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
|
|
2
|
+
export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-jQSzXhK4.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* LinesGL — 2D thick line triangles for per-series polylines.
|
package/dist/lines-gl.js
CHANGED