@holoscript/core 8.0.1 → 8.0.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.
Files changed (46) hide show
  1. package/dist/{GLTFPipeline-N6B6PJ6G.cjs → GLTFPipeline-76QTLF4Z.cjs} +9 -9
  2. package/dist/{GLTFPipeline-P3WMNYCN.js → GLTFPipeline-ES5YMBGT.js} +5 -5
  3. package/dist/HoloScriptRuntime-2DDYOPOR.js +10 -0
  4. package/dist/{HoloScriptRuntime-VJ374RER.cjs → HoloScriptRuntime-ZGRR5EB3.cjs} +5 -5
  5. package/dist/{chunk-J52VSAQ7.js → chunk-3OYVN53V.js} +3 -3
  6. package/dist/{chunk-ALC6K7GL.cjs → chunk-3OZACAFQ.cjs} +11 -7
  7. package/dist/{chunk-MQWAT42R.cjs → chunk-DAKRKDZV.cjs} +27 -38
  8. package/dist/{chunk-HR2OSYVQ.js → chunk-DXWOTOUK.js} +3 -3
  9. package/dist/{chunk-YVOAF4ML.js → chunk-E47Z63DF.js} +3 -3
  10. package/dist/{chunk-BGY3SDG3.js → chunk-FS7BFHFN.js} +7 -3
  11. package/dist/{chunk-KHDZJE5D.cjs → chunk-FXIO6GHT.cjs} +5 -5
  12. package/dist/{chunk-SMIWS6DE.cjs → chunk-IELX2OKI.js} +118 -7
  13. package/dist/{chunk-L5LKKENW.cjs → chunk-IMGDUSTT.cjs} +4 -4
  14. package/dist/{chunk-JIBL5LRK.js → chunk-KFIXE2MB.js} +14 -5
  15. package/dist/{chunk-7T25IEZ2.js → chunk-LCEXRE5Z.js} +3 -3
  16. package/dist/{chunk-7V4JI5TB.cjs → chunk-LKBTCABN.cjs} +6 -6
  17. package/dist/{chunk-CSD27UNQ.js → chunk-LOGP3JWH.js} +5 -5
  18. package/dist/{chunk-FL33V6U7.js → chunk-NNFA2C3Y.js} +3 -3
  19. package/dist/{chunk-K574J76X.cjs → chunk-O7WLJ53D.cjs} +3 -3
  20. package/dist/{chunk-4GU5GCIY.js → chunk-QRPRIJ2W.js} +145 -4
  21. package/dist/{chunk-CR7XRXRN.cjs → chunk-RMTPN3G4.cjs} +5 -5
  22. package/dist/{chunk-AOVGZ25K.cjs → chunk-SMRVK6BI.cjs} +5 -5
  23. package/dist/{chunk-X3UVCWNL.cjs → chunk-U7IUS5HJ.cjs} +8 -8
  24. package/dist/{chunk-6Q7RC2MK.cjs → chunk-UPXIY52O.cjs} +147 -3
  25. package/dist/{chunk-RARB3MBR.js → chunk-YDPEHCCI.cjs} +127 -3
  26. package/dist/{chunk-E6XXE66V.js → chunk-ZPYP4RBA.js} +3 -3
  27. package/dist/compiler/gltf-pipeline.cjs +8 -8
  28. package/dist/compiler/gltf-pipeline.js +1 -1
  29. package/dist/compiler/index.cjs +41 -41
  30. package/dist/compiler/index.js +7 -7
  31. package/dist/compiler/r3f.cjs +8 -8
  32. package/dist/compiler/r3f.js +3 -3
  33. package/dist/debugger.cjs +5 -5
  34. package/dist/debugger.js +3 -3
  35. package/dist/index.cjs +305 -397
  36. package/dist/index.js +12 -104
  37. package/dist/reconstruction/index.cjs +31 -31
  38. package/dist/reconstruction/index.js +2 -2
  39. package/dist/runtime.cjs +150 -293
  40. package/dist/runtime.js +82 -23
  41. package/dist/traits/botanical-lotus.cjs +60 -44
  42. package/dist/traits/botanical-lotus.js +2 -2
  43. package/dist/traits/index.cjs +481 -465
  44. package/dist/traits/index.js +5 -5
  45. package/package.json +20 -20
  46. package/dist/HoloScriptRuntime-CBYJX3LZ.js +0 -10
@@ -1,177 +1,193 @@
1
1
  'use strict';
2
2
 
3
- var chunk6Q7RC2MK_cjs = require('../chunk-6Q7RC2MK.cjs');
3
+ var chunkUPXIY52O_cjs = require('../chunk-UPXIY52O.cjs');
4
4
  require('../chunk-HCCQLAA4.cjs');
5
5
 
6
- chunk6Q7RC2MK_cjs.init_BotanicalLotusTrait();
6
+ chunkUPXIY52O_cjs.init_BotanicalLotusTrait();
7
7
 
8
8
  Object.defineProperty(exports, "DEFAULT_BOTANICAL_LOTUS_CONFIG", {
9
9
  enumerable: true,
10
- get: function () { return chunk6Q7RC2MK_cjs.DEFAULT_BOTANICAL_LOTUS_CONFIG; }
10
+ get: function () { return chunkUPXIY52O_cjs.DEFAULT_BOTANICAL_LOTUS_CONFIG; }
11
+ });
12
+ Object.defineProperty(exports, "DEFAULT_LOTUS_PETAL_GEOMETRY_PARAMS", {
13
+ enumerable: true,
14
+ get: function () { return chunkUPXIY52O_cjs.DEFAULT_LOTUS_PETAL_GEOMETRY_PARAMS; }
11
15
  });
12
16
  Object.defineProperty(exports, "LOTUS_GENESIS_SEED_PLACEHOLDER", {
13
17
  enumerable: true,
14
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_GENESIS_SEED_PLACEHOLDER; }
18
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_GENESIS_SEED_PLACEHOLDER; }
15
19
  });
16
20
  Object.defineProperty(exports, "LOTUS_GOLDEN_ANGLE_DEG", {
17
21
  enumerable: true,
18
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_GOLDEN_ANGLE_DEG; }
22
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_GOLDEN_ANGLE_DEG; }
19
23
  });
20
24
  Object.defineProperty(exports, "LOTUS_GROWTH_SECONDS", {
21
25
  enumerable: true,
22
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_GROWTH_SECONDS; }
26
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_GROWTH_SECONDS; }
23
27
  });
24
28
  Object.defineProperty(exports, "LOTUS_OUTER_PETAL_COLOR", {
25
29
  enumerable: true,
26
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_OUTER_PETAL_COLOR; }
30
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_OUTER_PETAL_COLOR; }
27
31
  });
28
32
  Object.defineProperty(exports, "LOTUS_PETAL_CHUNK_ENTRIES", {
29
33
  enumerable: true,
30
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_PETAL_CHUNK_ENTRIES; }
34
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_PETAL_CHUNK_ENTRIES; }
31
35
  });
32
36
  Object.defineProperty(exports, "LOTUS_PETAL_SHADER_CHUNKS", {
33
37
  enumerable: true,
34
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_PETAL_SHADER_CHUNKS; }
38
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_PETAL_SHADER_CHUNKS; }
35
39
  });
36
40
  Object.defineProperty(exports, "LOTUS_PETAL_UNIFORM_BINDINGS", {
37
41
  enumerable: true,
38
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_PETAL_UNIFORM_BINDINGS; }
42
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_PETAL_UNIFORM_BINDINGS; }
39
43
  });
40
44
  Object.defineProperty(exports, "LOTUS_RING_SCALING", {
41
45
  enumerable: true,
42
- get: function () { return chunk6Q7RC2MK_cjs.LOTUS_RING_SCALING; }
46
+ get: function () { return chunkUPXIY52O_cjs.LOTUS_RING_SCALING; }
43
47
  });
44
48
  Object.defineProperty(exports, "assertBotanicalLotusConfig", {
45
49
  enumerable: true,
46
- get: function () { return chunk6Q7RC2MK_cjs.assertBotanicalLotusConfig; }
50
+ get: function () { return chunkUPXIY52O_cjs.assertBotanicalLotusConfig; }
47
51
  });
48
52
  Object.defineProperty(exports, "botanicalLotusHandler", {
49
53
  enumerable: true,
50
- get: function () { return chunk6Q7RC2MK_cjs.botanicalLotusHandler; }
54
+ get: function () { return chunkUPXIY52O_cjs.botanicalLotusHandler; }
55
+ });
56
+ Object.defineProperty(exports, "buildLotusFlowerPlacements", {
57
+ enumerable: true,
58
+ get: function () { return chunkUPXIY52O_cjs.buildLotusFlowerPlacements; }
59
+ });
60
+ Object.defineProperty(exports, "buildLotusPetalGeometryData", {
61
+ enumerable: true,
62
+ get: function () { return chunkUPXIY52O_cjs.buildLotusPetalGeometryData; }
51
63
  });
52
64
  Object.defineProperty(exports, "buildLotusPetalMaterialSpec", {
53
65
  enumerable: true,
54
- get: function () { return chunk6Q7RC2MK_cjs.buildLotusPetalMaterialSpec; }
66
+ get: function () { return chunkUPXIY52O_cjs.buildLotusPetalMaterialSpec; }
55
67
  });
56
68
  Object.defineProperty(exports, "buildLotusSceneFromComposition", {
57
69
  enumerable: true,
58
- get: function () { return chunk6Q7RC2MK_cjs.buildLotusSceneFromComposition; }
70
+ get: function () { return chunkUPXIY52O_cjs.buildLotusSceneFromComposition; }
59
71
  });
60
72
  Object.defineProperty(exports, "createBotanicalLotusRenderProfile", {
61
73
  enumerable: true,
62
- get: function () { return chunk6Q7RC2MK_cjs.createBotanicalLotusRenderProfile; }
74
+ get: function () { return chunkUPXIY52O_cjs.createBotanicalLotusRenderProfile; }
63
75
  });
64
76
  Object.defineProperty(exports, "createLotusMeristem", {
65
77
  enumerable: true,
66
- get: function () { return chunk6Q7RC2MK_cjs.createLotusMeristem; }
78
+ get: function () { return chunkUPXIY52O_cjs.createLotusMeristem; }
67
79
  });
68
80
  Object.defineProperty(exports, "createLotusMorphogen", {
69
81
  enumerable: true,
70
- get: function () { return chunk6Q7RC2MK_cjs.createLotusMorphogen; }
82
+ get: function () { return chunkUPXIY52O_cjs.createLotusMorphogen; }
71
83
  });
72
84
  Object.defineProperty(exports, "createLotusMorphogen2D", {
73
85
  enumerable: true,
74
- get: function () { return chunk6Q7RC2MK_cjs.createLotusMorphogen2D; }
86
+ get: function () { return chunkUPXIY52O_cjs.createLotusMorphogen2D; }
75
87
  });
76
88
  Object.defineProperty(exports, "createLotusPetalTurgor", {
77
89
  enumerable: true,
78
- get: function () { return chunk6Q7RC2MK_cjs.createLotusPetalTurgor; }
90
+ get: function () { return chunkUPXIY52O_cjs.createLotusPetalTurgor; }
79
91
  });
80
92
  Object.defineProperty(exports, "createLotusPond", {
81
93
  enumerable: true,
82
- get: function () { return chunk6Q7RC2MK_cjs.createLotusPond; }
94
+ get: function () { return chunkUPXIY52O_cjs.createLotusPond; }
83
95
  });
84
96
  Object.defineProperty(exports, "deriveBotanicalLotusAnchorStatus", {
85
97
  enumerable: true,
86
- get: function () { return chunk6Q7RC2MK_cjs.deriveBotanicalLotusAnchorStatus; }
98
+ get: function () { return chunkUPXIY52O_cjs.deriveBotanicalLotusAnchorStatus; }
87
99
  });
88
100
  Object.defineProperty(exports, "deriveLotusBloomFromGlow", {
89
101
  enumerable: true,
90
- get: function () { return chunk6Q7RC2MK_cjs.deriveLotusBloomFromGlow; }
102
+ get: function () { return chunkUPXIY52O_cjs.deriveLotusBloomFromGlow; }
91
103
  });
92
104
  Object.defineProperty(exports, "disturbLotusPond", {
93
105
  enumerable: true,
94
- get: function () { return chunk6Q7RC2MK_cjs.disturbLotusPond; }
106
+ get: function () { return chunkUPXIY52O_cjs.disturbLotusPond; }
95
107
  });
96
108
  Object.defineProperty(exports, "generateBotanicalNormalMap", {
97
109
  enumerable: true,
98
- get: function () { return chunk6Q7RC2MK_cjs.generateBotanicalNormalMap; }
110
+ get: function () { return chunkUPXIY52O_cjs.generateBotanicalNormalMap; }
99
111
  });
100
112
  Object.defineProperty(exports, "generateBotanicalRoughnessMap", {
101
113
  enumerable: true,
102
- get: function () { return chunk6Q7RC2MK_cjs.generateBotanicalRoughnessMap; }
114
+ get: function () { return chunkUPXIY52O_cjs.generateBotanicalRoughnessMap; }
103
115
  });
104
116
  Object.defineProperty(exports, "getBotanicalLotusPetalCount", {
105
117
  enumerable: true,
106
- get: function () { return chunk6Q7RC2MK_cjs.getBotanicalLotusPetalCount; }
118
+ get: function () { return chunkUPXIY52O_cjs.getBotanicalLotusPetalCount; }
107
119
  });
108
120
  Object.defineProperty(exports, "lotusMorphogen2DPeaks", {
109
121
  enumerable: true,
110
- get: function () { return chunk6Q7RC2MK_cjs.lotusMorphogen2DPeaks; }
122
+ get: function () { return chunkUPXIY52O_cjs.lotusMorphogen2DPeaks; }
111
123
  });
112
124
  Object.defineProperty(exports, "lotusMorphogen2DSampleAt", {
113
125
  enumerable: true,
114
- get: function () { return chunk6Q7RC2MK_cjs.lotusMorphogen2DSampleAt; }
126
+ get: function () { return chunkUPXIY52O_cjs.lotusMorphogen2DSampleAt; }
115
127
  });
116
128
  Object.defineProperty(exports, "lotusMorphogenPeaks", {
117
129
  enumerable: true,
118
- get: function () { return chunk6Q7RC2MK_cjs.lotusMorphogenPeaks; }
130
+ get: function () { return chunkUPXIY52O_cjs.lotusMorphogenPeaks; }
131
+ });
132
+ Object.defineProperty(exports, "lotusPetalGeometryParamsFromProfile", {
133
+ enumerable: true,
134
+ get: function () { return chunkUPXIY52O_cjs.lotusPetalGeometryParamsFromProfile; }
119
135
  });
120
136
  Object.defineProperty(exports, "lotusPetalRenderColor", {
121
137
  enumerable: true,
122
- get: function () { return chunk6Q7RC2MK_cjs.lotusPetalRenderColor; }
138
+ get: function () { return chunkUPXIY52O_cjs.lotusPetalRenderColor; }
123
139
  });
124
140
  Object.defineProperty(exports, "lotusPetalTurgorOpenProgress", {
125
141
  enumerable: true,
126
- get: function () { return chunk6Q7RC2MK_cjs.lotusPetalTurgorOpenProgress; }
142
+ get: function () { return chunkUPXIY52O_cjs.lotusPetalTurgorOpenProgress; }
127
143
  });
128
144
  Object.defineProperty(exports, "lotusPetalTurgorTipDeg", {
129
145
  enumerable: true,
130
- get: function () { return chunk6Q7RC2MK_cjs.lotusPetalTurgorTipDeg; }
146
+ get: function () { return chunkUPXIY52O_cjs.lotusPetalTurgorTipDeg; }
131
147
  });
132
148
  Object.defineProperty(exports, "lotusPondSurface", {
133
149
  enumerable: true,
134
- get: function () { return chunk6Q7RC2MK_cjs.lotusPondSurface; }
150
+ get: function () { return chunkUPXIY52O_cjs.lotusPondSurface; }
135
151
  });
136
152
  Object.defineProperty(exports, "normalizeBotanicalLotusConfig", {
137
153
  enumerable: true,
138
- get: function () { return chunk6Q7RC2MK_cjs.normalizeBotanicalLotusConfig; }
154
+ get: function () { return chunkUPXIY52O_cjs.normalizeBotanicalLotusConfig; }
139
155
  });
140
156
  Object.defineProperty(exports, "simulateLotusMorphogenesis", {
141
157
  enumerable: true,
142
- get: function () { return chunk6Q7RC2MK_cjs.simulateLotusMorphogenesis; }
158
+ get: function () { return chunkUPXIY52O_cjs.simulateLotusMorphogenesis; }
143
159
  });
144
160
  Object.defineProperty(exports, "simulateLotusPetalGrowth", {
145
161
  enumerable: true,
146
- get: function () { return chunk6Q7RC2MK_cjs.simulateLotusPetalGrowth; }
162
+ get: function () { return chunkUPXIY52O_cjs.simulateLotusPetalGrowth; }
147
163
  });
148
164
  Object.defineProperty(exports, "simulateLotusPhyllotaxis", {
149
165
  enumerable: true,
150
- get: function () { return chunk6Q7RC2MK_cjs.simulateLotusPhyllotaxis; }
166
+ get: function () { return chunkUPXIY52O_cjs.simulateLotusPhyllotaxis; }
151
167
  });
152
168
  Object.defineProperty(exports, "stepLotusMeristem", {
153
169
  enumerable: true,
154
- get: function () { return chunk6Q7RC2MK_cjs.stepLotusMeristem; }
170
+ get: function () { return chunkUPXIY52O_cjs.stepLotusMeristem; }
155
171
  });
156
172
  Object.defineProperty(exports, "stepLotusMorphogen", {
157
173
  enumerable: true,
158
- get: function () { return chunk6Q7RC2MK_cjs.stepLotusMorphogen; }
174
+ get: function () { return chunkUPXIY52O_cjs.stepLotusMorphogen; }
159
175
  });
160
176
  Object.defineProperty(exports, "stepLotusMorphogen2D", {
161
177
  enumerable: true,
162
- get: function () { return chunk6Q7RC2MK_cjs.stepLotusMorphogen2D; }
178
+ get: function () { return chunkUPXIY52O_cjs.stepLotusMorphogen2D; }
163
179
  });
164
180
  Object.defineProperty(exports, "stepLotusPetalTurgor", {
165
181
  enumerable: true,
166
- get: function () { return chunk6Q7RC2MK_cjs.stepLotusPetalTurgor; }
182
+ get: function () { return chunkUPXIY52O_cjs.stepLotusPetalTurgor; }
167
183
  });
168
184
  Object.defineProperty(exports, "stepLotusPond", {
169
185
  enumerable: true,
170
- get: function () { return chunk6Q7RC2MK_cjs.stepLotusPond; }
186
+ get: function () { return chunkUPXIY52O_cjs.stepLotusPond; }
171
187
  });
172
188
  Object.defineProperty(exports, "validateBotanicalLotusConfig", {
173
189
  enumerable: true,
174
- get: function () { return chunk6Q7RC2MK_cjs.validateBotanicalLotusConfig; }
190
+ get: function () { return chunkUPXIY52O_cjs.validateBotanicalLotusConfig; }
175
191
  });
176
192
  //# sourceMappingURL=botanical-lotus.cjs.map
177
193
  //# sourceMappingURL=botanical-lotus.cjs.map
@@ -1,5 +1,5 @@
1
- import { init_BotanicalLotusTrait } from '../chunk-4GU5GCIY.js';
2
- export { DEFAULT_BOTANICAL_LOTUS_CONFIG, LOTUS_GENESIS_SEED_PLACEHOLDER, LOTUS_GOLDEN_ANGLE_DEG, LOTUS_GROWTH_SECONDS, LOTUS_OUTER_PETAL_COLOR, LOTUS_PETAL_CHUNK_ENTRIES, LOTUS_PETAL_SHADER_CHUNKS, LOTUS_PETAL_UNIFORM_BINDINGS, LOTUS_RING_SCALING, assertBotanicalLotusConfig, botanicalLotusHandler, buildLotusPetalMaterialSpec, buildLotusSceneFromComposition, createBotanicalLotusRenderProfile, createLotusMeristem, createLotusMorphogen, createLotusMorphogen2D, createLotusPetalTurgor, createLotusPond, deriveBotanicalLotusAnchorStatus, deriveLotusBloomFromGlow, disturbLotusPond, generateBotanicalNormalMap, generateBotanicalRoughnessMap, getBotanicalLotusPetalCount, lotusMorphogen2DPeaks, lotusMorphogen2DSampleAt, lotusMorphogenPeaks, lotusPetalRenderColor, lotusPetalTurgorOpenProgress, lotusPetalTurgorTipDeg, lotusPondSurface, normalizeBotanicalLotusConfig, simulateLotusMorphogenesis, simulateLotusPetalGrowth, simulateLotusPhyllotaxis, stepLotusMeristem, stepLotusMorphogen, stepLotusMorphogen2D, stepLotusPetalTurgor, stepLotusPond, validateBotanicalLotusConfig } from '../chunk-4GU5GCIY.js';
1
+ import { init_BotanicalLotusTrait } from '../chunk-QRPRIJ2W.js';
2
+ export { DEFAULT_BOTANICAL_LOTUS_CONFIG, DEFAULT_LOTUS_PETAL_GEOMETRY_PARAMS, LOTUS_GENESIS_SEED_PLACEHOLDER, LOTUS_GOLDEN_ANGLE_DEG, LOTUS_GROWTH_SECONDS, LOTUS_OUTER_PETAL_COLOR, LOTUS_PETAL_CHUNK_ENTRIES, LOTUS_PETAL_SHADER_CHUNKS, LOTUS_PETAL_UNIFORM_BINDINGS, LOTUS_RING_SCALING, assertBotanicalLotusConfig, botanicalLotusHandler, buildLotusFlowerPlacements, buildLotusPetalGeometryData, buildLotusPetalMaterialSpec, buildLotusSceneFromComposition, createBotanicalLotusRenderProfile, createLotusMeristem, createLotusMorphogen, createLotusMorphogen2D, createLotusPetalTurgor, createLotusPond, deriveBotanicalLotusAnchorStatus, deriveLotusBloomFromGlow, disturbLotusPond, generateBotanicalNormalMap, generateBotanicalRoughnessMap, getBotanicalLotusPetalCount, lotusMorphogen2DPeaks, lotusMorphogen2DSampleAt, lotusMorphogenPeaks, lotusPetalGeometryParamsFromProfile, lotusPetalRenderColor, lotusPetalTurgorOpenProgress, lotusPetalTurgorTipDeg, lotusPondSurface, normalizeBotanicalLotusConfig, simulateLotusMorphogenesis, simulateLotusPetalGrowth, simulateLotusPhyllotaxis, stepLotusMeristem, stepLotusMorphogen, stepLotusMorphogen2D, stepLotusPetalTurgor, stepLotusPond, validateBotanicalLotusConfig } from '../chunk-QRPRIJ2W.js';
3
3
  import '../chunk-OL46QLBJ.js';
4
4
 
5
5
  init_BotanicalLotusTrait();