@cosmos.gl/graph 2.7.0-beta.3 → 3.0.0-beta.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/{index-u8g06ZrC.js → index-erwqpfu-.js} +7 -7
- package/dist/{index-u8g06ZrC.js.map → index-erwqpfu-.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/{webgl-device-BeV8-7_B.js → webgl-device-zHpMG57Z.js} +2 -2
- package/dist/{webgl-device-BeV8-7_B.js.map → webgl-device-zHpMG57Z.js.map} +1 -1
- package/package.json +1 -1
|
@@ -4116,7 +4116,7 @@ class Sp extends Dd {
|
|
|
4116
4116
|
* @returns
|
|
4117
4117
|
*/
|
|
4118
4118
|
async attach(t, i = {}) {
|
|
4119
|
-
const { WebGLDevice: r } = await import("./webgl-device-
|
|
4119
|
+
const { WebGLDevice: r } = await import("./webgl-device-zHpMG57Z.js");
|
|
4120
4120
|
if (t instanceof r)
|
|
4121
4121
|
return t;
|
|
4122
4122
|
if ((t == null ? void 0 : t.device) instanceof r)
|
|
@@ -4131,7 +4131,7 @@ class Sp extends Dd {
|
|
|
4131
4131
|
});
|
|
4132
4132
|
}
|
|
4133
4133
|
async create(t = {}) {
|
|
4134
|
-
const { WebGLDevice: i } = await import("./webgl-device-
|
|
4134
|
+
const { WebGLDevice: i } = await import("./webgl-device-zHpMG57Z.js");
|
|
4135
4135
|
B.groupCollapsed(ti, "WebGLDevice created")();
|
|
4136
4136
|
try {
|
|
4137
4137
|
const r = [];
|
|
@@ -13847,8 +13847,8 @@ layout(std140) uniform forceUniforms {
|
|
|
13847
13847
|
float level;
|
|
13848
13848
|
float levels;
|
|
13849
13849
|
float levelTextureSize;
|
|
13850
|
-
float repulsion;
|
|
13851
13850
|
float alpha;
|
|
13851
|
+
float repulsion;
|
|
13852
13852
|
float spaceSize;
|
|
13853
13853
|
float theta;
|
|
13854
13854
|
} force;
|
|
@@ -13856,8 +13856,8 @@ layout(std140) uniform forceUniforms {
|
|
|
13856
13856
|
#define level force.level
|
|
13857
13857
|
#define levels force.levels
|
|
13858
13858
|
#define levelTextureSize force.levelTextureSize
|
|
13859
|
-
#define repulsion force.repulsion
|
|
13860
13859
|
#define alpha force.alpha
|
|
13860
|
+
#define repulsion force.repulsion
|
|
13861
13861
|
#define spaceSize force.spaceSize
|
|
13862
13862
|
#define theta force.theta
|
|
13863
13863
|
#else
|
|
@@ -13983,8 +13983,8 @@ uniform sampler2D randomValues;
|
|
|
13983
13983
|
#ifdef USE_UNIFORM_BUFFERS
|
|
13984
13984
|
layout(std140) uniform forceCenterUniforms {
|
|
13985
13985
|
float levelTextureSize;
|
|
13986
|
-
float repulsion;
|
|
13987
13986
|
float alpha;
|
|
13987
|
+
float repulsion;
|
|
13988
13988
|
} forceCenter;
|
|
13989
13989
|
|
|
13990
13990
|
#define levelTextureSize forceCenter.levelTextureSize
|
|
@@ -13992,8 +13992,8 @@ layout(std140) uniform forceCenterUniforms {
|
|
|
13992
13992
|
#define alpha forceCenter.alpha
|
|
13993
13993
|
#else
|
|
13994
13994
|
uniform float levelTextureSize;
|
|
13995
|
-
uniform float repulsion;
|
|
13996
13995
|
uniform float alpha;
|
|
13996
|
+
uniform float repulsion;
|
|
13997
13997
|
#endif
|
|
13998
13998
|
|
|
13999
13999
|
in vec2 textureCoords;
|
|
@@ -19877,4 +19877,4 @@ export {
|
|
|
19877
19877
|
Cg as y,
|
|
19878
19878
|
He as z
|
|
19879
19879
|
};
|
|
19880
|
-
//# sourceMappingURL=index-
|
|
19880
|
+
//# sourceMappingURL=index-erwqpfu-.js.map
|