@awesome-flow/noise 0.9.1 → 0.9.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/dist/abstract/index.cjs +6 -6
- package/dist/abstract/index.d.cts +2 -2
- package/dist/abstract/index.d.ts +2 -2
- package/dist/abstract/index.js +5 -5
- package/dist/{chunk-D5QJ3563.cjs → chunk-36USJJC4.cjs} +52 -117
- package/dist/{chunk-76MMGOOY.cjs → chunk-DQE5NXY7.cjs} +84 -181
- package/dist/{chunk-4YL2V7SE.js → chunk-FMJZTXJQ.js} +75 -140
- package/dist/{chunk-O5DVJAMK.cjs → chunk-LKDSXT7I.cjs} +66 -144
- package/dist/{chunk-L45ZU7VL.js → chunk-M26CSOHC.js} +109 -206
- package/dist/{chunk-S2ZGHJ75.js → chunk-NUA3VGOA.js} +99 -177
- package/dist/{chunk-MIYOMNAG.cjs → chunk-OLJKWO2H.cjs} +77 -129
- package/dist/{chunk-EHBNVDTI.js → chunk-R6TU3SBX.js} +7 -18
- package/dist/{chunk-BE4RLT5P.js → chunk-W4T6Q7A5.js} +75 -127
- package/dist/{chunk-X2GXADE5.cjs → chunk-XC7VF5YC.cjs} +7 -18
- package/dist/{index-EzT2GjIx.d.cts → index-BZr1EROK.d.cts} +1 -1
- package/dist/{index-DAAmYCPU.d.ts → index-DzD3jbPF.d.ts} +1 -1
- package/dist/nodes/generators/index.cjs +2 -2
- package/dist/nodes/generators/index.js +1 -1
- package/dist/nodes/groups/index.cjs +2 -2
- package/dist/nodes/groups/index.js +1 -1
- package/dist/nodes/index.cjs +6 -6
- package/dist/nodes/index.js +5 -5
- package/dist/nodes/modifiers/index.cjs +2 -2
- package/dist/nodes/modifiers/index.js +1 -1
- package/dist/nodes/output/index.cjs +6 -6
- package/dist/nodes/output/index.js +5 -5
- package/dist/nodes/selectors/index.cjs +6 -6
- package/dist/nodes/selectors/index.js +5 -5
- package/dist/nodes/transformers/index.cjs +2 -2
- package/dist/nodes/transformers/index.js +1 -1
- package/dist/templates/generators/index.cjs +6 -6
- package/dist/templates/generators/index.js +5 -5
- package/dist/templates/groups/index.cjs +6 -6
- package/dist/templates/groups/index.js +5 -5
- package/dist/templates/index.cjs +6 -6
- package/dist/templates/index.d.cts +1 -1
- package/dist/templates/index.d.ts +1 -1
- package/dist/templates/index.js +5 -5
- package/dist/templates/modifiers/index.cjs +6 -6
- package/dist/templates/modifiers/index.js +5 -5
- package/dist/templates/output/index.cjs +6 -6
- package/dist/templates/output/index.js +5 -5
- package/dist/templates/selectors/index.cjs +6 -6
- package/dist/templates/selectors/index.js +5 -5
- package/dist/templates/transformers/index.cjs +6 -6
- package/dist/templates/transformers/index.d.cts +1 -1
- package/dist/templates/transformers/index.d.ts +1 -1
- package/dist/templates/transformers/index.js +5 -5
- package/package.json +10 -10
package/dist/abstract/index.cjs
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkOLJKWO2Hcjs = require('../chunk-OLJKWO2H.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
12
|
-
require('../chunk-
|
|
13
|
-
require('../chunk-
|
|
11
|
+
var _chunk36USJJC4cjs = require('../chunk-36USJJC4.cjs');
|
|
12
|
+
require('../chunk-LKDSXT7I.cjs');
|
|
13
|
+
require('../chunk-XC7VF5YC.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkDQE5NXY7cjs = require('../chunk-DQE5NXY7.cjs');
|
|
18
18
|
require('../chunk-UNMRBZ5X.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
@@ -26,4 +26,4 @@ require('../chunk-UNMRBZ5X.cjs');
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
exports.DisplacementHandle =
|
|
29
|
+
exports.DisplacementHandle = _chunk36USJJC4cjs.DisplacementHandle; exports.NoiseCombineType = _chunkDQE5NXY7cjs.NoiseCombineType; exports.NoiseHandleType = _chunk36USJJC4cjs.NoiseHandleType; exports.NoiseNodeType = _chunkOLJKWO2Hcjs.NoiseNodeType; exports.NoiseSourceControlHandle = _chunk36USJJC4cjs.NoiseSourceControlHandle; exports.NoiseTemplateGroup = _chunkOLJKWO2Hcjs.NoiseTemplateGroup; exports.noiseCombineModuleMap = _chunkDQE5NXY7cjs.noiseCombineModuleMap; exports.noiseNodeTemplates = _chunkOLJKWO2Hcjs.noiseNodeTemplates; exports.noiseNodeTypes = _chunkOLJKWO2Hcjs.noiseNodeTypes;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { N as NoiseDisplaceNodeTemplateFactory, a as NoiseRotatePointNodeTemplateFactory, b as NoiseScalePointNodeTemplateFactory, c as NoiseTranslatePointNodeTemplateFactory, d as NoiseTurbulenceNodeTemplateFactory } from '../index-
|
|
2
|
-
export { D as DisplacementHandle, g as DisplacementModuleHandle, e as NoiseHandleType, f as NoiseSourceControlHandle, h as NoiseSourceControlModuleHandle } from '../index-
|
|
1
|
+
import { N as NoiseDisplaceNodeTemplateFactory, a as NoiseRotatePointNodeTemplateFactory, b as NoiseScalePointNodeTemplateFactory, c as NoiseTranslatePointNodeTemplateFactory, d as NoiseTurbulenceNodeTemplateFactory } from '../index-BZr1EROK.cjs';
|
|
2
|
+
export { D as DisplacementHandle, g as DisplacementModuleHandle, e as NoiseHandleType, f as NoiseSourceControlHandle, h as NoiseSourceControlModuleHandle } from '../index-BZr1EROK.cjs';
|
|
3
3
|
import { N as NodeScaleBiasNoiseData } from '../node-props-D8SnrgWa.cjs';
|
|
4
4
|
export { c as ComputedModuleData, d as ComputedNoiseData, e as ComputedNoiseTextureData, b as ComputedPositionsData, C as ControlPoint, j as NodeClampNoiseData, p as NodeCombineNoiseData, g as NodeConstNoiseData, q as NodeCurveNoiseData, m as NodeCylindersNoiseData, s as NodeExponentNoiseData, k as NodeFBMNoiseData, h as NodeGridData, i as NodeNormalizeNoiseData, f as NodePositionData, l as NodeRidgedNoiseData, u as NodeRotatePointNoiseData, v as NodeScalePointNoiseData, t as NodeSelectNoiseData, n as NodeSpheresNoiseData, r as NodeTerraceNoiseData, w as NodeTranslatePointNoiseData, x as NodeTurbulenceNoiseData, o as NodeVoronoiNoiseData, y as NoiseCombineType, P as Position, a as PositionNoiseValue, z as noiseCombineModuleMap } from '../node-props-D8SnrgWa.cjs';
|
|
5
5
|
import * as react from 'react';
|
package/dist/abstract/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { N as NoiseDisplaceNodeTemplateFactory, a as NoiseRotatePointNodeTemplateFactory, b as NoiseScalePointNodeTemplateFactory, c as NoiseTranslatePointNodeTemplateFactory, d as NoiseTurbulenceNodeTemplateFactory } from '../index-
|
|
2
|
-
export { D as DisplacementHandle, g as DisplacementModuleHandle, e as NoiseHandleType, f as NoiseSourceControlHandle, h as NoiseSourceControlModuleHandle } from '../index-
|
|
1
|
+
import { N as NoiseDisplaceNodeTemplateFactory, a as NoiseRotatePointNodeTemplateFactory, b as NoiseScalePointNodeTemplateFactory, c as NoiseTranslatePointNodeTemplateFactory, d as NoiseTurbulenceNodeTemplateFactory } from '../index-DzD3jbPF.js';
|
|
2
|
+
export { D as DisplacementHandle, g as DisplacementModuleHandle, e as NoiseHandleType, f as NoiseSourceControlHandle, h as NoiseSourceControlModuleHandle } from '../index-DzD3jbPF.js';
|
|
3
3
|
import { N as NodeScaleBiasNoiseData } from '../node-props-D8SnrgWa.js';
|
|
4
4
|
export { c as ComputedModuleData, d as ComputedNoiseData, e as ComputedNoiseTextureData, b as ComputedPositionsData, C as ControlPoint, j as NodeClampNoiseData, p as NodeCombineNoiseData, g as NodeConstNoiseData, q as NodeCurveNoiseData, m as NodeCylindersNoiseData, s as NodeExponentNoiseData, k as NodeFBMNoiseData, h as NodeGridData, i as NodeNormalizeNoiseData, f as NodePositionData, l as NodeRidgedNoiseData, u as NodeRotatePointNoiseData, v as NodeScalePointNoiseData, t as NodeSelectNoiseData, n as NodeSpheresNoiseData, r as NodeTerraceNoiseData, w as NodeTranslatePointNoiseData, x as NodeTurbulenceNoiseData, o as NodeVoronoiNoiseData, y as NoiseCombineType, P as Position, a as PositionNoiseValue, z as noiseCombineModuleMap } from '../node-props-D8SnrgWa.js';
|
|
5
5
|
import * as react from 'react';
|
package/dist/abstract/index.js
CHANGED
|
@@ -3,18 +3,18 @@ import {
|
|
|
3
3
|
NoiseTemplateGroup,
|
|
4
4
|
noiseNodeTemplates,
|
|
5
5
|
noiseNodeTypes
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-W4T6Q7A5.js";
|
|
7
7
|
import {
|
|
8
8
|
DisplacementHandle,
|
|
9
9
|
NoiseHandleType,
|
|
10
10
|
NoiseSourceControlHandle
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-FMJZTXJQ.js";
|
|
12
|
+
import "../chunk-NUA3VGOA.js";
|
|
13
|
+
import "../chunk-R6TU3SBX.js";
|
|
14
14
|
import {
|
|
15
15
|
NoiseCombineType,
|
|
16
16
|
noiseCombineModuleMap
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-M26CSOHC.js";
|
|
18
18
|
import "../chunk-SGHEOOLW.js";
|
|
19
19
|
export {
|
|
20
20
|
DisplacementHandle,
|
|
@@ -31,7 +31,7 @@ var NoiseSourceControlHandle = /* @__PURE__ */ ((NoiseSourceControlHandle2) => {
|
|
|
31
31
|
// src/nodes/transformers/noise-displace-node.tsx
|
|
32
32
|
var _jsxruntime = require('react/jsx-runtime');
|
|
33
33
|
function NoiseDisplaceNode(t0) {
|
|
34
|
-
const $ = _compilerruntime.c.call(void 0,
|
|
34
|
+
const $ = _compilerruntime.c.call(void 0, 13);
|
|
35
35
|
const {
|
|
36
36
|
id,
|
|
37
37
|
selected,
|
|
@@ -62,7 +62,7 @@ function NoiseDisplaceNode(t0) {
|
|
|
62
62
|
const onDataUpdated = t1;
|
|
63
63
|
let t2;
|
|
64
64
|
if ($[3] !== data.handles || $[4] !== id || $[5] !== onDataUpdated) {
|
|
65
|
-
t2 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _components.HandlesIncomingDataStatus, { nodeId: id, handles: data.handles,
|
|
65
|
+
t2 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _components.HandlesIncomingDataStatus, { nodeId: id, handles: data.handles, onDataUpdated, groupBy: "dataId", type: "target", resetComputedData: true });
|
|
66
66
|
$[3] = data.handles;
|
|
67
67
|
$[4] = id;
|
|
68
68
|
$[5] = onDataUpdated;
|
|
@@ -71,31 +71,18 @@ function NoiseDisplaceNode(t0) {
|
|
|
71
71
|
t2 = $[6];
|
|
72
72
|
}
|
|
73
73
|
let t3;
|
|
74
|
-
if ($[7] !== data
|
|
75
|
-
t3 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.
|
|
76
|
-
$[7] = data
|
|
74
|
+
if ($[7] !== data || $[8] !== id || $[9] !== selected || $[10] !== t2 || $[11] !== type) {
|
|
75
|
+
t3 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: t2 });
|
|
76
|
+
$[7] = data;
|
|
77
77
|
$[8] = id;
|
|
78
|
-
$[9] =
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
let t4;
|
|
83
|
-
if ($[10] !== data || $[11] !== id || $[12] !== selected || $[13] !== t2 || $[14] !== t3 || $[15] !== type) {
|
|
84
|
-
t4 = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: [
|
|
85
|
-
t2,
|
|
86
|
-
t3
|
|
87
|
-
] });
|
|
88
|
-
$[10] = data;
|
|
89
|
-
$[11] = id;
|
|
90
|
-
$[12] = selected;
|
|
91
|
-
$[13] = t2;
|
|
92
|
-
$[14] = t3;
|
|
93
|
-
$[15] = type;
|
|
94
|
-
$[16] = t4;
|
|
78
|
+
$[9] = selected;
|
|
79
|
+
$[10] = t2;
|
|
80
|
+
$[11] = type;
|
|
81
|
+
$[12] = t3;
|
|
95
82
|
} else {
|
|
96
|
-
|
|
83
|
+
t3 = $[12];
|
|
97
84
|
}
|
|
98
|
-
return
|
|
85
|
+
return t3;
|
|
99
86
|
}
|
|
100
87
|
var noise_displace_node_default = NoiseDisplaceNode;
|
|
101
88
|
|
|
@@ -108,7 +95,7 @@ var _core = require('@mantine/core');
|
|
|
108
95
|
var _react = require('react');
|
|
109
96
|
|
|
110
97
|
function NoiseRotatePointNode(t0) {
|
|
111
|
-
const $ = _compilerruntime.c.call(void 0,
|
|
98
|
+
const $ = _compilerruntime.c.call(void 0, 28);
|
|
112
99
|
const {
|
|
113
100
|
id,
|
|
114
101
|
selected,
|
|
@@ -221,31 +208,18 @@ function NoiseRotatePointNode(t0) {
|
|
|
221
208
|
t9 = $[21];
|
|
222
209
|
}
|
|
223
210
|
let t10;
|
|
224
|
-
if ($[22] !== data
|
|
225
|
-
t10 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.
|
|
226
|
-
$[22] = data
|
|
211
|
+
if ($[22] !== data || $[23] !== id || $[24] !== selected || $[25] !== t9 || $[26] !== type) {
|
|
212
|
+
t10 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: t9 });
|
|
213
|
+
$[22] = data;
|
|
227
214
|
$[23] = id;
|
|
228
|
-
$[24] =
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
let t11;
|
|
233
|
-
if ($[25] !== data || $[26] !== id || $[27] !== selected || $[28] !== t10 || $[29] !== t9 || $[30] !== type) {
|
|
234
|
-
t11 = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: [
|
|
235
|
-
t9,
|
|
236
|
-
t10
|
|
237
|
-
] });
|
|
238
|
-
$[25] = data;
|
|
239
|
-
$[26] = id;
|
|
240
|
-
$[27] = selected;
|
|
241
|
-
$[28] = t10;
|
|
242
|
-
$[29] = t9;
|
|
243
|
-
$[30] = type;
|
|
244
|
-
$[31] = t11;
|
|
215
|
+
$[24] = selected;
|
|
216
|
+
$[25] = t9;
|
|
217
|
+
$[26] = type;
|
|
218
|
+
$[27] = t10;
|
|
245
219
|
} else {
|
|
246
|
-
|
|
220
|
+
t10 = $[27];
|
|
247
221
|
}
|
|
248
|
-
return
|
|
222
|
+
return t10;
|
|
249
223
|
}
|
|
250
224
|
var noise_rotate_point_node_default = NoiseRotatePointNode;
|
|
251
225
|
|
|
@@ -258,7 +232,7 @@ var noise_rotate_point_node_default = NoiseRotatePointNode;
|
|
|
258
232
|
|
|
259
233
|
|
|
260
234
|
function NoiseScalePointNode(t0) {
|
|
261
|
-
const $ = _compilerruntime.c.call(void 0,
|
|
235
|
+
const $ = _compilerruntime.c.call(void 0, 28);
|
|
262
236
|
const {
|
|
263
237
|
id,
|
|
264
238
|
selected,
|
|
@@ -371,31 +345,18 @@ function NoiseScalePointNode(t0) {
|
|
|
371
345
|
t9 = $[21];
|
|
372
346
|
}
|
|
373
347
|
let t10;
|
|
374
|
-
if ($[22] !== data
|
|
375
|
-
t10 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.
|
|
376
|
-
$[22] = data
|
|
348
|
+
if ($[22] !== data || $[23] !== id || $[24] !== selected || $[25] !== t9 || $[26] !== type) {
|
|
349
|
+
t10 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: t9 });
|
|
350
|
+
$[22] = data;
|
|
377
351
|
$[23] = id;
|
|
378
|
-
$[24] =
|
|
352
|
+
$[24] = selected;
|
|
353
|
+
$[25] = t9;
|
|
354
|
+
$[26] = type;
|
|
355
|
+
$[27] = t10;
|
|
379
356
|
} else {
|
|
380
|
-
t10 = $[
|
|
357
|
+
t10 = $[27];
|
|
381
358
|
}
|
|
382
|
-
|
|
383
|
-
if ($[25] !== data || $[26] !== id || $[27] !== selected || $[28] !== t10 || $[29] !== t9 || $[30] !== type) {
|
|
384
|
-
t11 = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: [
|
|
385
|
-
t9,
|
|
386
|
-
t10
|
|
387
|
-
] });
|
|
388
|
-
$[25] = data;
|
|
389
|
-
$[26] = id;
|
|
390
|
-
$[27] = selected;
|
|
391
|
-
$[28] = t10;
|
|
392
|
-
$[29] = t9;
|
|
393
|
-
$[30] = type;
|
|
394
|
-
$[31] = t11;
|
|
395
|
-
} else {
|
|
396
|
-
t11 = $[31];
|
|
397
|
-
}
|
|
398
|
-
return t11;
|
|
359
|
+
return t10;
|
|
399
360
|
}
|
|
400
361
|
var noise_scale_point_node_default = NoiseScalePointNode;
|
|
401
362
|
|
|
@@ -408,7 +369,7 @@ var noise_scale_point_node_default = NoiseScalePointNode;
|
|
|
408
369
|
|
|
409
370
|
|
|
410
371
|
function NoiseTranslatePointNode(t0) {
|
|
411
|
-
const $ = _compilerruntime.c.call(void 0,
|
|
372
|
+
const $ = _compilerruntime.c.call(void 0, 28);
|
|
412
373
|
const {
|
|
413
374
|
id,
|
|
414
375
|
selected,
|
|
@@ -521,31 +482,18 @@ function NoiseTranslatePointNode(t0) {
|
|
|
521
482
|
t9 = $[21];
|
|
522
483
|
}
|
|
523
484
|
let t10;
|
|
524
|
-
if ($[22] !== data
|
|
525
|
-
t10 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.
|
|
526
|
-
$[22] = data
|
|
485
|
+
if ($[22] !== data || $[23] !== id || $[24] !== selected || $[25] !== t9 || $[26] !== type) {
|
|
486
|
+
t10 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: t9 });
|
|
487
|
+
$[22] = data;
|
|
527
488
|
$[23] = id;
|
|
528
|
-
$[24] =
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
let t11;
|
|
533
|
-
if ($[25] !== data || $[26] !== id || $[27] !== selected || $[28] !== t10 || $[29] !== t9 || $[30] !== type) {
|
|
534
|
-
t11 = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: [
|
|
535
|
-
t9,
|
|
536
|
-
t10
|
|
537
|
-
] });
|
|
538
|
-
$[25] = data;
|
|
539
|
-
$[26] = id;
|
|
540
|
-
$[27] = selected;
|
|
541
|
-
$[28] = t10;
|
|
542
|
-
$[29] = t9;
|
|
543
|
-
$[30] = type;
|
|
544
|
-
$[31] = t11;
|
|
489
|
+
$[24] = selected;
|
|
490
|
+
$[25] = t9;
|
|
491
|
+
$[26] = type;
|
|
492
|
+
$[27] = t10;
|
|
545
493
|
} else {
|
|
546
|
-
|
|
494
|
+
t10 = $[27];
|
|
547
495
|
}
|
|
548
|
-
return
|
|
496
|
+
return t10;
|
|
549
497
|
}
|
|
550
498
|
var noise_translate_point_node_default = NoiseTranslatePointNode;
|
|
551
499
|
|
|
@@ -558,7 +506,7 @@ var noise_translate_point_node_default = NoiseTranslatePointNode;
|
|
|
558
506
|
|
|
559
507
|
|
|
560
508
|
function NoiseTurbulenceNode(t0) {
|
|
561
|
-
const $ = _compilerruntime.c.call(void 0,
|
|
509
|
+
const $ = _compilerruntime.c.call(void 0, 15);
|
|
562
510
|
const {
|
|
563
511
|
id,
|
|
564
512
|
selected,
|
|
@@ -593,7 +541,7 @@ function NoiseTurbulenceNode(t0) {
|
|
|
593
541
|
_react.useEffect.call(void 0, t1, t2);
|
|
594
542
|
let t3;
|
|
595
543
|
if ($[6] !== data || $[7] !== id) {
|
|
596
|
-
t3 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _components.
|
|
544
|
+
t3 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _components.NodePropertiesList, { data, nodeId: id, onPropertiesChange: setProperties });
|
|
597
545
|
$[6] = data;
|
|
598
546
|
$[7] = id;
|
|
599
547
|
$[8] = t3;
|
|
@@ -601,31 +549,18 @@ function NoiseTurbulenceNode(t0) {
|
|
|
601
549
|
t3 = $[8];
|
|
602
550
|
}
|
|
603
551
|
let t4;
|
|
604
|
-
if ($[9] !== data
|
|
605
|
-
t4 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.
|
|
606
|
-
$[9] = data
|
|
552
|
+
if ($[9] !== data || $[10] !== id || $[11] !== selected || $[12] !== t3 || $[13] !== type) {
|
|
553
|
+
t4 = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: t3 });
|
|
554
|
+
$[9] = data;
|
|
607
555
|
$[10] = id;
|
|
608
|
-
$[11] =
|
|
556
|
+
$[11] = selected;
|
|
557
|
+
$[12] = t3;
|
|
558
|
+
$[13] = type;
|
|
559
|
+
$[14] = t4;
|
|
609
560
|
} else {
|
|
610
|
-
t4 = $[
|
|
561
|
+
t4 = $[14];
|
|
611
562
|
}
|
|
612
|
-
|
|
613
|
-
if ($[12] !== data || $[13] !== id || $[14] !== selected || $[15] !== t3 || $[16] !== t4 || $[17] !== type) {
|
|
614
|
-
t5 = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _layout.NodeContainer, { id, selected, data, type, children: [
|
|
615
|
-
t3,
|
|
616
|
-
t4
|
|
617
|
-
] });
|
|
618
|
-
$[12] = data;
|
|
619
|
-
$[13] = id;
|
|
620
|
-
$[14] = selected;
|
|
621
|
-
$[15] = t3;
|
|
622
|
-
$[16] = t4;
|
|
623
|
-
$[17] = type;
|
|
624
|
-
$[18] = t5;
|
|
625
|
-
} else {
|
|
626
|
-
t5 = $[18];
|
|
627
|
-
}
|
|
628
|
-
return t5;
|
|
563
|
+
return t4;
|
|
629
564
|
}
|
|
630
565
|
var noise_turbulence_node_default = NoiseTurbulenceNode;
|
|
631
566
|
|