@holoscript/core 8.0.8 → 8.0.10

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 (463) hide show
  1. package/LICENSE +21 -0
  2. package/bin/holoscript.cjs +5 -1
  3. package/dist/GLTFPipeline-L76YTXKA.js +15 -0
  4. package/dist/GLTFPipeline-ZWJN7GI6.cjs +36 -0
  5. package/dist/HoloCompositionParser-K76KTEEE.js +12 -0
  6. package/dist/HoloCompositionParser-UZH6Y4HO.cjs +45 -0
  7. package/dist/HoloScriptCodeParser-2D4ERFUZ.js +6 -0
  8. package/dist/HoloScriptCodeParser-UDRLDA7I.cjs +23 -0
  9. package/dist/HoloScriptPlusParser-FTMCGWXD.js +13 -0
  10. package/dist/HoloScriptPlusParser-LQR5GIKF.cjs +30 -0
  11. package/dist/HoloScriptRuntime-UTRLJI5L.js +12 -0
  12. package/dist/HoloScriptRuntime-YBYXJHJN.cjs +21 -0
  13. package/dist/SceneIRCompiler-63KA3M2F.js +17 -0
  14. package/dist/SceneIRCompiler-KWUFHZ4O.cjs +42 -0
  15. package/dist/{USDZExporter-AUHZODOF.cjs → USDZExporter-ML4UMIGC.cjs} +3 -3
  16. package/dist/{USDZExporter-GXB4AUSG.js → USDZExporter-ZFKLQ76G.js} +3 -3
  17. package/dist/agents/index.cjs +1 -1
  18. package/dist/agents/index.js +1 -1
  19. package/dist/audit/AuditLogger.d.ts +106 -0
  20. package/dist/audit/AuditQueryBuilder.d.ts +79 -0
  21. package/dist/audit/ComplianceReporter.d.ts +90 -0
  22. package/dist/audit/index.d.ts +13 -0
  23. package/dist/{chunk-FGMDMJM7.js → chunk-2BYAUHBO.js} +3 -3
  24. package/dist/{chunk-EDPYCLRC.cjs → chunk-2E6PP5UE.cjs} +83 -59
  25. package/dist/{chunk-GASCWJK5.js → chunk-2EGGAZT3.js} +65 -287
  26. package/dist/{chunk-SIEXCILW.js → chunk-2I3XAGMF.js} +3 -3
  27. package/dist/{chunk-OS533P33.cjs → chunk-2KKOYZYI.cjs} +1074 -1655
  28. package/dist/chunk-2MQKNDNH.js +51 -0
  29. package/dist/{chunk-7DMMMBCY.cjs → chunk-2X3IPCBK.cjs} +10 -10
  30. package/dist/chunk-2ZOTBO25.cjs +202 -0
  31. package/dist/chunk-356N4NPM.cjs +152 -0
  32. package/dist/{chunk-X3GJPRVK.cjs → chunk-36NPLOI4.cjs} +92 -81
  33. package/dist/{chunk-SLU6UPJI.cjs → chunk-37HHY7RH.cjs} +5 -5
  34. package/dist/{chunk-YDPEHCCI.cjs → chunk-3CDDRUER.cjs} +3 -118
  35. package/dist/chunk-3F7ZZWIN.js +1651 -0
  36. package/dist/chunk-3ILD7TKP.cjs +187 -0
  37. package/dist/{chunk-X27QRG4C.cjs → chunk-3IUHTGDD.cjs} +153 -41
  38. package/dist/{chunk-PXNZ6TME.js → chunk-4376VHNJ.js} +60 -36
  39. package/dist/{chunk-YKGPCZEE.cjs → chunk-4FIBOJW6.cjs} +10 -10
  40. package/dist/chunk-4Q7RKQQI.cjs +14195 -0
  41. package/dist/{chunk-YCM6QQRT.cjs → chunk-566ZB4LZ.cjs} +180 -8
  42. package/dist/{chunk-2Y3V22SG.js → chunk-5CURIYGT.js} +3 -3
  43. package/dist/{chunk-QBWNJXNR.js → chunk-5FYMCVBY.js} +5 -5
  44. package/dist/{chunk-ZA34AN3R.js → chunk-5LVFTGKH.js} +841 -12
  45. package/dist/{chunk-Z6PMDS4G.js → chunk-5OUOMBKK.js} +1090 -53
  46. package/dist/chunk-63AUAIL6.js +48 -0
  47. package/dist/chunk-655FATJU.js +110 -0
  48. package/dist/{chunk-TQ377OLB.cjs → chunk-65S62L4D.cjs} +28 -22
  49. package/dist/chunk-6NTAZN5Z.cjs +502 -0
  50. package/dist/chunk-6TRX6AR2.js +9376 -0
  51. package/dist/chunk-6ZCCLKS2.cjs +51 -0
  52. package/dist/{chunk-MDR235RZ.js → chunk-734OB5SK.js} +721 -8
  53. package/dist/{chunk-Q2Q34NF3.js → chunk-77QI552M.js} +6 -6
  54. package/dist/{chunk-WKX5AMOY.js → chunk-7I74JWPW.js} +3 -3
  55. package/dist/{chunk-5FSKKMR7.cjs → chunk-7IDJDMPU.cjs} +232 -4
  56. package/dist/chunk-7VBKRGIZ.cjs +847 -0
  57. package/dist/{chunk-KCPHASCO.js → chunk-AATYYLYK.js} +5 -5
  58. package/dist/{chunk-DTGBOSEM.cjs → chunk-AWXFEAQL.cjs} +12 -12
  59. package/dist/{chunk-THCK6ECW.js → chunk-B3CWTCK2.js} +231 -3
  60. package/dist/chunk-BCP4E7MD.cjs +997 -0
  61. package/dist/chunk-BG7RPYJP.js +91 -0
  62. package/dist/{chunk-VF257YKO.js → chunk-BP4KTMLY.js} +117 -5
  63. package/dist/{chunk-YN6IETRZ.js → chunk-BQJ3YBF3.js} +6424 -987
  64. package/dist/{chunk-7X5PNIQJ.js → chunk-BXSOEQI3.js} +27 -25
  65. package/dist/{chunk-WFKVS2K4.cjs → chunk-C65C5VED.cjs} +1101 -55
  66. package/dist/{chunk-KOUAQL2B.cjs → chunk-CANAL6CT.cjs} +1569 -168
  67. package/dist/{chunk-FDSGHPAK.js → chunk-CBSDJF3B.js} +3 -3
  68. package/dist/{chunk-FEWUHQNM.cjs → chunk-CFVK26P4.cjs} +4 -4
  69. package/dist/{chunk-M7K4LE66.cjs → chunk-CI33NINL.cjs} +4 -4
  70. package/dist/{chunk-2OWDB4FB.js → chunk-CKV5NYAE.js} +6 -6
  71. package/dist/{chunk-LPS5AMQD.cjs → chunk-CM4NHXVO.cjs} +24 -24
  72. package/dist/chunk-D3HSRXYB.js +115 -0
  73. package/dist/{chunk-FNHJRI32.js → chunk-DBH3D2MU.js} +1561 -160
  74. package/dist/{chunk-GW3LKD5C.js → chunk-DJNH4HFW.js} +3 -3
  75. package/dist/{chunk-2GCNOI2U.cjs → chunk-DN6F4DHH.cjs} +9 -3
  76. package/dist/chunk-DQRJ5RJG.js +432 -0
  77. package/dist/{chunk-C7ZBSV2Q.js → chunk-DUG3OQAS.js} +106 -43
  78. package/dist/chunk-ECUYJOJ2.cjs +199 -0
  79. package/dist/chunk-EEMTCAK7.js +182 -0
  80. package/dist/{chunk-3SKLAUDD.cjs → chunk-EI3J6LTW.cjs} +359 -581
  81. package/dist/{chunk-SSSN7VAM.js → chunk-EM2OGPYE.js} +4 -4
  82. package/dist/{chunk-56VOWURB.cjs → chunk-ENZCIQZC.cjs} +522 -453
  83. package/dist/chunk-ESBXUYOC.cjs +836 -0
  84. package/dist/{chunk-L5U4W6JC.js → chunk-ESSEF6U2.js} +4 -4
  85. package/dist/chunk-ET3AN4W3.js +824 -0
  86. package/dist/chunk-EXKSFGSX.cjs +14 -14
  87. package/dist/{chunk-I76GIKN7.cjs → chunk-F3YT6GUF.cjs} +17 -17
  88. package/dist/{chunk-WRWEX5ZF.js → chunk-F75DZBBI.js} +3 -3
  89. package/dist/{chunk-4JGRWHZJ.js → chunk-FG6PYGIZ.js} +12 -6
  90. package/dist/chunk-FGGJQRLZ.js +14 -14
  91. package/dist/{chunk-SXOSDZD6.js → chunk-FWCHPCD4.js} +128 -10
  92. package/dist/{chunk-XW6IXEQH.cjs → chunk-G35CAQ7I.cjs} +5 -5
  93. package/dist/{chunk-7VMGP2FW.js → chunk-G6KACNMO.js} +132 -188
  94. package/dist/{chunk-FJPADH77.cjs → chunk-GAWJJAGT.cjs} +6 -6
  95. package/dist/chunk-GGR7QUKK.cjs +4724 -0
  96. package/dist/chunk-GIBF4BHH.js +14098 -0
  97. package/dist/{chunk-AWB7QYY6.cjs → chunk-GILYQ5VH.cjs} +6 -6
  98. package/dist/{chunk-FWVYAMNW.cjs → chunk-GKFCHGCM.cjs} +4 -4
  99. package/dist/{chunk-Y3ZFVUUU.js → chunk-GLEJ2TLS.js} +3 -3
  100. package/dist/{chunk-3GWWJT7L.js → chunk-GP3OKSKT.js} +13 -13
  101. package/dist/chunk-GTIPOEHN.js +196 -0
  102. package/dist/{chunk-LMJ5EBV7.cjs → chunk-GZPUA2TL.cjs} +16 -15
  103. package/dist/{chunk-IELX2OKI.js → chunk-H4LJ4HEA.js} +3 -115
  104. package/dist/{chunk-ACVWFGBI.cjs → chunk-HCX4SMFK.cjs} +3 -3
  105. package/dist/{chunk-HYNTS5CP.js → chunk-HHRZ6STP.js} +24 -2
  106. package/dist/chunk-HIDEIEFG.js +48 -0
  107. package/dist/{chunk-W6RW64BB.cjs → chunk-HSWBIDZM.cjs} +228 -5
  108. package/dist/{chunk-GSOUNWEL.js → chunk-HVX7QQYK.js} +1035 -1616
  109. package/dist/{chunk-TRCGG42I.cjs → chunk-IFW5IW4L.cjs} +6502 -1019
  110. package/dist/{chunk-F5LKJ6F5.cjs → chunk-IJU6AS67.cjs} +32 -28
  111. package/dist/{chunk-TVANHNJ7.js → chunk-IK6Z2HNC.js} +173 -3
  112. package/dist/{chunk-QGMUTVVH.cjs → chunk-IS7NTKY5.cjs} +20 -20
  113. package/dist/{chunk-YFVQWSNJ.js → chunk-IXWGYWH6.js} +3 -3
  114. package/dist/chunk-J2DAS2PL.js +148 -0
  115. package/dist/chunk-JBQXZIWB.js +148 -0
  116. package/dist/chunk-JBYBMBMW.js +261 -0
  117. package/dist/{chunk-LWUOUCYL.js → chunk-JEJ7TT54.js} +5 -5
  118. package/dist/{chunk-DUCB6LGL.js → chunk-JOTCTHN5.js} +211 -5
  119. package/dist/{chunk-47RUFYKR.js → chunk-K56UVEXV.js} +3 -3
  120. package/dist/{chunk-XSFNHP2E.js → chunk-KB26H447.js} +3 -3
  121. package/dist/{chunk-3NGDZZR4.js → chunk-KEYG7HGY.js} +430 -37
  122. package/dist/{chunk-DY72BMU5.js → chunk-KFVNCW4Q.js} +4 -4
  123. package/dist/chunk-KPGC7SK2.js +192 -0
  124. package/dist/chunk-KROXXBK5.cjs +53 -0
  125. package/dist/{chunk-ZPZAVHXL.cjs → chunk-LB3ZZMKT.cjs} +137 -19
  126. package/dist/chunk-LDYZWNJW.cjs +1654 -0
  127. package/dist/{chunk-UGXHYIWT.cjs → chunk-LHNHO27U.cjs} +28 -28
  128. package/dist/{chunk-ULMSSHCJ.cjs → chunk-LMB555QB.cjs} +405 -38
  129. package/dist/{chunk-CBJY23VL.js → chunk-MD4IVS42.js} +3 -3
  130. package/dist/{chunk-VMLKSV26.js → chunk-MDDWEBCX.js} +226 -3
  131. package/dist/chunk-MUWH4QK5.cjs +94 -0
  132. package/dist/{chunk-T6W3Z3SH.cjs → chunk-N2ILK7BF.cjs} +4 -4
  133. package/dist/{chunk-6EX3I5P4.cjs → chunk-N74QRJGP.cjs} +6 -6
  134. package/dist/chunk-NFFHLX37.cjs +132 -0
  135. package/dist/chunk-NJSYWX7H.js +190 -0
  136. package/dist/{chunk-SH5PPVK7.cjs → chunk-NQN5LFN4.cjs} +165 -221
  137. package/dist/chunk-NTQRFOPP.cjs +56 -0
  138. package/dist/{chunk-YFWRJW4B.js → chunk-NWMJPTVL.js} +51 -55
  139. package/dist/{chunk-63ZGNR2T.cjs → chunk-OC6GV5QH.cjs} +42 -42
  140. package/dist/{chunk-7E7GCQCK.js → chunk-OG3MBHM3.js} +9 -3
  141. package/dist/chunk-OMNHTCS4.cjs +264 -0
  142. package/dist/chunk-OQXB6NNC.cjs +117 -0
  143. package/dist/{chunk-Y57W2CT5.cjs → chunk-OV46CCA2.cjs} +51 -55
  144. package/dist/{chunk-6PRZIHGL.cjs → chunk-OV6HHKLE.cjs} +21 -266
  145. package/dist/{chunk-C37BHB7N.cjs → chunk-P26YYPOO.cjs} +5 -5
  146. package/dist/{chunk-2BZHWUSR.cjs → chunk-P7JEKJTZ.cjs} +16 -16
  147. package/dist/{chunk-NGBXXZLL.cjs → chunk-PDXX5UI4.cjs} +45 -45
  148. package/dist/{chunk-FHQFPYV4.js → chunk-PJFTTSKE.js} +8 -7
  149. package/dist/{chunk-GVFJ6T4S.cjs → chunk-PVODJEJ7.cjs} +721 -8
  150. package/dist/{chunk-ZZ7RO2UQ.js → chunk-Q265VZJ4.js} +3 -3
  151. package/dist/{chunk-E7JP3BS3.cjs → chunk-Q47JEE2C.cjs} +4 -4
  152. package/dist/chunk-QBY7LRN2.js +281 -0
  153. package/dist/{chunk-GH6C2QGW.cjs → chunk-QEDMOGF3.cjs} +857 -16
  154. package/dist/{chunk-5WUNN6ZN.cjs → chunk-QHSAVOOL.cjs} +24 -2
  155. package/dist/chunk-QJNCDVYM.cjs +137 -0
  156. package/dist/chunk-QM7FJB5W.js +4717 -0
  157. package/dist/chunk-QQFB4RT2.cjs +448 -0
  158. package/dist/chunk-QSYBHQAD.cjs +196 -0
  159. package/dist/{chunk-2YSNA2F2.cjs → chunk-QVJMDVYZ.cjs} +5 -5
  160. package/dist/chunk-RAJMAX6D.js +131 -0
  161. package/dist/{chunk-VVKVQZI6.js → chunk-RAN3ECAS.js} +3 -3
  162. package/dist/chunk-RKGUZBOC.js +79 -0
  163. package/dist/{chunk-HLFDZ35S.cjs → chunk-RRQIAJLQ.cjs} +8 -8
  164. package/dist/{chunk-PABONWKI.js → chunk-RXQNRZ5F.js} +3 -3
  165. package/dist/{chunk-7ZHYEITD.cjs → chunk-S4O7CFHQ.cjs} +10 -11
  166. package/dist/chunk-SE7ANBGN.js +128 -0
  167. package/dist/{chunk-X2AVEAZM.cjs → chunk-SJIRCTIS.cjs} +176 -2
  168. package/dist/{chunk-WXQ57LAO.js → chunk-SQXAZHDG.js} +4 -4
  169. package/dist/chunk-SR73L5ZP.cjs +84 -0
  170. package/dist/{chunk-OABEO6HH.js → chunk-SZOLTWWD.js} +2349 -214
  171. package/dist/{chunk-5JEU52DW.js → chunk-TPZ3BN2D.js} +3 -3
  172. package/dist/{chunk-QFU53KRH.js → chunk-TSTFYGGX.js} +4 -5
  173. package/dist/{chunk-EBS32AJI.cjs → chunk-TZCFKZ6Z.cjs} +5 -5
  174. package/dist/chunk-UCVZXQ63.js +724 -0
  175. package/dist/chunk-UGQ3QNV6.js +992 -0
  176. package/dist/chunk-UNMVGZVW.js +142 -0
  177. package/dist/{chunk-TEVX443G.js → chunk-UTUD6GJI.js} +178 -6
  178. package/dist/chunk-UXBYA7DV.cjs +155 -0
  179. package/dist/chunk-V6GXFSK7.cjs +443 -0
  180. package/dist/chunk-VHORVGCG.cjs +761 -0
  181. package/dist/{chunk-B4EKV6HQ.js → chunk-VKCTYLDN.js} +500 -442
  182. package/dist/{chunk-O3MGZDCT.cjs → chunk-VTEXJOSD.cjs} +63 -63
  183. package/dist/chunk-VVAAZITA.cjs +287 -0
  184. package/dist/{chunk-V7AKE5VT.cjs → chunk-W2GA3EQB.cjs} +435 -42
  185. package/dist/chunk-W4GABFCR.js +37 -0
  186. package/dist/chunk-WKEK4NCA.js +490 -0
  187. package/dist/{chunk-5A4TCHOC.cjs → chunk-WNYXT4TE.cjs} +4 -4
  188. package/dist/{chunk-S762UEV5.js → chunk-WTH23ISI.js} +6 -6
  189. package/dist/{chunk-BTKZGHAV.js → chunk-WWNCM473.js} +10 -6
  190. package/dist/{chunk-4YNYPHH3.cjs → chunk-X75H75UY.cjs} +2351 -213
  191. package/dist/{chunk-LYJJI7ZK.cjs → chunk-XCUDDFKC.cjs} +216 -9
  192. package/dist/chunk-YAO4HPJL.cjs +120 -0
  193. package/dist/chunk-YKY2JBER.cjs +9443 -0
  194. package/dist/chunk-YP5CHEYU.cjs +154 -0
  195. package/dist/{chunk-WRNEH5MO.js → chunk-YW3I2FQL.js} +18 -7
  196. package/dist/{chunk-BRNUPDHJ.js → chunk-Z557DVYN.js} +386 -19
  197. package/dist/{chunk-VSACG2AR.js → chunk-Z6LZUYZF.js} +21 -264
  198. package/dist/chunk-ZHPMP447.cjs +43 -0
  199. package/dist/{chunk-LODTHGST.cjs → chunk-ZK7KX5CD.cjs} +133 -70
  200. package/dist/{chunk-CCPSNT6B.cjs → chunk-ZRPALBQB.cjs} +5 -5
  201. package/dist/chunk-ZVFHPMC5.js +824 -0
  202. package/dist/chunk-ZVQMKUGJ.js +443 -0
  203. package/dist/cli/holoscript-runner.cjs +86 -48
  204. package/dist/cli/holoscript-runner.js +54 -16
  205. package/dist/codebase/index.cjs +1 -1
  206. package/dist/codebase/index.js +1 -1
  207. package/dist/compiler/agent-inference.cjs +11 -11
  208. package/dist/compiler/agent-inference.js +9 -6
  209. package/dist/compiler/android-xr.cjs +13 -12
  210. package/dist/compiler/android-xr.js +11 -10
  211. package/dist/compiler/android.cjs +12 -12
  212. package/dist/compiler/android.js +10 -10
  213. package/dist/compiler/business-quest.cjs +10 -10
  214. package/dist/compiler/business-quest.js +2 -2
  215. package/dist/compiler/coco.cjs +1 -1
  216. package/dist/compiler/coco.js +1 -1
  217. package/dist/compiler/context.cjs +9 -9
  218. package/dist/compiler/context.js +6 -6
  219. package/dist/compiler/daimon-seed.cjs +36 -0
  220. package/dist/compiler/daimon-seed.js +12 -0
  221. package/dist/compiler/domain-block-utils.cjs +205 -156
  222. package/dist/compiler/domain-block-utils.js +8 -7
  223. package/dist/compiler/dtdl.cjs +10 -10
  224. package/dist/compiler/dtdl.js +7 -7
  225. package/dist/compiler/gltf-pipeline.cjs +9 -9
  226. package/dist/compiler/gltf-pipeline.js +2 -2
  227. package/dist/compiler/godot.cjs +10 -9
  228. package/dist/compiler/godot.js +9 -8
  229. package/dist/compiler/incremental.cjs +11 -11
  230. package/dist/compiler/incremental.js +6 -6
  231. package/dist/compiler/index.cjs +2585 -3273
  232. package/dist/compiler/index.d.ts +149 -35
  233. package/dist/compiler/index.js +2197 -3102
  234. package/dist/compiler/ios.cjs +11 -11
  235. package/dist/compiler/ios.js +9 -9
  236. package/dist/compiler/llm-provider-capabilities.cjs +9 -9
  237. package/dist/compiler/llm-provider-capabilities.js +6 -6
  238. package/dist/compiler/nodetoy.cjs +1 -1
  239. package/dist/compiler/nodetoy.js +1 -1
  240. package/dist/compiler/openxr.cjs +11 -10
  241. package/dist/compiler/openxr.js +10 -9
  242. package/dist/compiler/remotion.cjs +1 -1
  243. package/dist/compiler/remotion.js +1 -1
  244. package/dist/compiler/reproducibility.cjs +1 -1
  245. package/dist/compiler/reproducibility.js +1 -1
  246. package/dist/compiler/sdf.cjs +11 -10
  247. package/dist/compiler/sdf.js +9 -8
  248. package/dist/compiler/semantic-scene.cjs +7 -7
  249. package/dist/compiler/semantic-scene.js +2 -2
  250. package/dist/compiler/state.cjs +9 -9
  251. package/dist/compiler/state.js +7 -7
  252. package/dist/compiler/trait-composition.cjs +11 -11
  253. package/dist/compiler/trait-composition.js +7 -7
  254. package/dist/compiler/traits/ProvenanceSemiring.d.ts +167 -0
  255. package/dist/compiler/traits/Semiring.d.ts +26 -0
  256. package/dist/compiler/unity.cjs +11 -10
  257. package/dist/compiler/unity.js +10 -9
  258. package/dist/compiler/unreal.cjs +12 -11
  259. package/dist/compiler/unreal.js +10 -9
  260. package/dist/compiler/urdf.cjs +18 -17
  261. package/dist/compiler/urdf.js +9 -8
  262. package/dist/compiler/usd-physics.cjs +11 -10
  263. package/dist/compiler/usd-physics.js +8 -7
  264. package/dist/compiler/visionos.cjs +11 -10
  265. package/dist/compiler/visionos.js +10 -9
  266. package/dist/compiler/vrchat.cjs +11 -10
  267. package/dist/compiler/vrchat.js +9 -8
  268. package/dist/compiler/wasm.cjs +14 -13
  269. package/dist/compiler/wasm.js +9 -8
  270. package/dist/compiler/webgpu.cjs +10 -9
  271. package/dist/compiler/webgpu.js +9 -8
  272. package/dist/constants.cjs +398 -0
  273. package/dist/constants.js +9 -0
  274. package/dist/coordinators/index.cjs +4 -1
  275. package/dist/coordinators/index.js +4 -1
  276. package/dist/debugger.cjs +11 -9
  277. package/dist/debugger.js +9 -7
  278. package/dist/{dist-ACXG6IH5.cjs → dist-GRMOP2UL.cjs} +341 -65
  279. package/dist/{dist-VD4L6V7Q.js → dist-ZBUKU2JG.js} +333 -63
  280. package/dist/entries/interop.cjs +23 -23
  281. package/dist/entries/interop.js +3 -3
  282. package/dist/entries/scripting.cjs +12 -11
  283. package/dist/entries/scripting.js +8 -7
  284. package/dist/evolution/index.cjs +66 -0
  285. package/dist/evolution/index.d.ts +162 -0
  286. package/dist/evolution/index.js +17 -0
  287. package/dist/hololand/index.cjs +41 -37
  288. package/dist/hololand/index.js +3 -3
  289. package/dist/index.cjs +12394 -3224
  290. package/dist/index.d.ts +260 -18
  291. package/dist/index.js +10755 -2182
  292. package/dist/keyword-registry/PluginKeywordRegistry.d.ts +138 -0
  293. package/dist/keyword-registry/index.cjs +29 -0
  294. package/dist/keyword-registry/index.d.ts +1 -0
  295. package/dist/keyword-registry/index.js +4 -0
  296. package/dist/math/tropical-spmv.cjs +11 -11
  297. package/dist/math/tropical-spmv.d.ts +1 -0
  298. package/dist/math/tropical-spmv.js +2 -2
  299. package/dist/math/tropicalSpmv.d.ts +43 -0
  300. package/dist/math/vec3.cjs +1 -1
  301. package/dist/math/vec3.js +1 -1
  302. package/dist/matter/StagedMatter.d.ts +82 -0
  303. package/dist/matter/index.cjs +17 -0
  304. package/dist/matter/index.d.ts +1 -0
  305. package/dist/matter/index.js +4 -0
  306. package/dist/{ml-dsa-Z7JDKW4L.js → ml-dsa-J6VKVT4K.js} +3 -3
  307. package/dist/{ml-dsa-FSKBTE3W.cjs → ml-dsa-MTIK4ZUQ.cjs} +23 -23
  308. package/dist/paper-0c-spike/index.cjs +1 -1
  309. package/dist/paper-0c-spike/index.js +1 -1
  310. package/dist/parameter-envelope/ParameterEnvelope.d.ts +128 -0
  311. package/dist/parameter-envelope/index.cjs +17 -0
  312. package/dist/parameter-envelope/index.d.ts +2 -0
  313. package/dist/parameter-envelope/index.js +4 -0
  314. package/dist/parser/HoloCompositionTypes.d.ts +2013 -0
  315. package/dist/parser/PipelineParser.d.ts +162 -0
  316. package/dist/parser.cjs +36 -20
  317. package/dist/parser.js +13 -9
  318. package/dist/plugin-manifest/ManifestAutoLoader.d.ts +35 -0
  319. package/dist/plugin-manifest/PluginManifest.d.ts +156 -0
  320. package/dist/plugin-manifest/index.cjs +25 -0
  321. package/dist/plugin-manifest/index.d.ts +2 -0
  322. package/dist/plugin-manifest/index.js +4 -0
  323. package/dist/plugin-solver-contract/PluginSolverContract.d.ts +288 -0
  324. package/dist/plugin-solver-contract/index.cjs +41 -0
  325. package/dist/plugin-solver-contract/index.d.ts +1 -0
  326. package/dist/plugin-solver-contract/index.js +4 -0
  327. package/dist/policy/ContentPolicyGate.d.ts +51 -0
  328. package/dist/policy/PolicyPack.d.ts +120 -0
  329. package/dist/policy/blocklist.d.ts +32 -0
  330. package/dist/policy/defaults.d.ts +44 -0
  331. package/dist/policy/index.cjs +106 -0
  332. package/dist/policy/index.d.ts +17 -0
  333. package/dist/policy/index.js +5 -0
  334. package/dist/policy/jsonLogic.d.ts +31 -0
  335. package/dist/policy/types.d.ts +174 -0
  336. package/dist/proof-composition/ProofCompositionLaw.d.ts +93 -0
  337. package/dist/proof-composition/index.cjs +25 -0
  338. package/dist/proof-composition/index.d.ts +1 -0
  339. package/dist/proof-composition/index.js +4 -0
  340. package/dist/receipts/hash-policy.d.ts +85 -0
  341. package/dist/reconstruction/index.cjs +75 -47
  342. package/dist/reconstruction/index.js +5 -5
  343. package/dist/runtime/plugin-trait-registrar.d.ts +36 -0
  344. package/dist/runtime.cjs +81 -79
  345. package/dist/runtime.js +9 -7
  346. package/dist/scene-presets-EDKYZ5GW.js +4 -0
  347. package/dist/scene-presets-NCW2CFRS.cjs +17 -0
  348. package/dist/self-improvement/index.cjs +1 -1
  349. package/dist/self-improvement/index.js +1 -1
  350. package/dist/{src-PT2FERDV.cjs → src-G3D7ZATQ.cjs} +545 -21
  351. package/dist/{src-J6CM4AUR.js → src-UXYA7HM6.js} +539 -16
  352. package/dist/storage/index.cjs +10 -10
  353. package/dist/storage/index.js +3 -3
  354. package/dist/testing.cjs +1 -1
  355. package/dist/testing.js +1 -1
  356. package/dist/tools/index.cjs +3631 -0
  357. package/dist/tools/index.js +3581 -0
  358. package/dist/traitDocs/traitDocs.cjs +9 -9
  359. package/dist/traitDocs/traitDocs.d.ts +1 -0
  360. package/dist/traitDocs/traitDocs.js +3 -3
  361. package/dist/traits/ControlLoopTrait.d.ts +154 -0
  362. package/dist/traits/KinematicChainTrait.d.ts +116 -0
  363. package/dist/traits/SensorSamplingTrait.d.ts +154 -0
  364. package/dist/traits/TraitTypes.d.ts +270 -0
  365. package/dist/traits/TransactionTrait.d.ts +121 -0
  366. package/dist/traits/botanical-lotus.cjs +54 -50
  367. package/dist/traits/botanical-lotus.js +2 -5
  368. package/dist/traits/control-loop.cjs +21 -0
  369. package/dist/traits/control-loop.d.ts +1 -0
  370. package/dist/traits/control-loop.js +4 -0
  371. package/dist/traits/engines/cloth-verlet.d.ts +65 -0
  372. package/dist/traits/engines/index.cjs +19 -19
  373. package/dist/traits/engines/index.d.ts +15 -275
  374. package/dist/traits/engines/index.js +3 -3
  375. package/dist/traits/engines/motion-data-schema.d.ts +119 -0
  376. package/dist/traits/engines/motion-matching.d.ts +102 -0
  377. package/dist/traits/engines/noise.d.ts +25 -0
  378. package/dist/traits/engines/onnx-adapter.d.ts +173 -0
  379. package/dist/traits/engines/onnx-motion-matching.d.ts +163 -0
  380. package/dist/traits/engines/pfnn-network.d.ts +92 -0
  381. package/dist/traits/engines/synthetic-walk-cycle.d.ts +38 -0
  382. package/dist/traits/engines/tensor-ops.d.ts +15 -0
  383. package/dist/traits/index.cjs +2789 -1259
  384. package/dist/traits/index.d.ts +35 -0
  385. package/dist/traits/index.js +1692 -411
  386. package/dist/traits/kinematic-chain.cjs +25 -0
  387. package/dist/traits/kinematic-chain.d.ts +1 -0
  388. package/dist/traits/kinematic-chain.js +4 -0
  389. package/dist/traits/sensor-sampling.cjs +33 -0
  390. package/dist/traits/sensor-sampling.d.ts +1 -0
  391. package/dist/traits/sensor-sampling.js +4 -0
  392. package/dist/traits/simulation-solver-factory.cjs +1 -1
  393. package/dist/traits/simulation-solver-factory.js +1 -1
  394. package/dist/traits/transaction.cjs +29 -0
  395. package/dist/traits/transaction.d.ts +1 -0
  396. package/dist/traits/transaction.js +4 -0
  397. package/dist/traits/webcam-gaze.cjs +1 -1
  398. package/dist/traits/webcam-gaze.js +1 -1
  399. package/dist/type-checker.cjs +7 -6
  400. package/dist/type-checker.js +5 -4
  401. package/dist/types/AdvancedTypeSystem.d.ts +489 -0
  402. package/dist/types/HoloScriptPlus.d.ts +810 -0
  403. package/dist/types/base.d.ts +248 -0
  404. package/dist/types.d.ts +799 -0
  405. package/dist/world/index.cjs +3 -4
  406. package/dist/world/index.js +3 -4
  407. package/dist/world-model/index.cjs +1 -1
  408. package/dist/world-model/index.js +1 -1
  409. package/dist/wot/index.cjs +1 -1
  410. package/dist/wot/index.js +1 -1
  411. package/package.json +135 -69
  412. package/dist/GLTFPipeline-3EJLL3TS.cjs +0 -38
  413. package/dist/GLTFPipeline-3OWJV2VK.js +0 -17
  414. package/dist/HoloScriptPlusParser-ADWRY5OS.cjs +0 -698
  415. package/dist/HoloScriptPlusParser-JLJDXHSC.js +0 -693
  416. package/dist/HoloScriptPlusParser-QCGFPWIL.cjs +0 -27
  417. package/dist/HoloScriptPlusParser-WENAFEFV.js +0 -10
  418. package/dist/HoloScriptRuntime-GGRVEU4T.cjs +0 -19
  419. package/dist/HoloScriptRuntime-GJK6VJPH.js +0 -10
  420. package/dist/chunk-22Q5A6RV.js +0 -979
  421. package/dist/chunk-4C57PR42.js +0 -468
  422. package/dist/chunk-4W5G5QVL.cjs +0 -847
  423. package/dist/chunk-5ET6L4NS.js +0 -487
  424. package/dist/chunk-C4GSLCHE.cjs +0 -7153
  425. package/dist/chunk-F2G6CWFT.js +0 -7089
  426. package/dist/chunk-G6PNEASF.cjs +0 -814
  427. package/dist/chunk-GTA4Q3A3.js +0 -1491
  428. package/dist/chunk-HCCQLAA4.cjs +0 -74
  429. package/dist/chunk-HFSVMKM3.cjs +0 -72
  430. package/dist/chunk-KAIVDEIG.cjs +0 -4539
  431. package/dist/chunk-KQU64CIX.cjs +0 -1508
  432. package/dist/chunk-MSYSQ2AJ.js +0 -4533
  433. package/dist/chunk-NHJLP37F.js +0 -70
  434. package/dist/chunk-NHYRRAGI.cjs +0 -490
  435. package/dist/chunk-OIQYIIO3.cjs +0 -473
  436. package/dist/chunk-OL46QLBJ.js +0 -61
  437. package/dist/chunk-SKZPC5AG.cjs +0 -984
  438. package/dist/chunk-SLHLXUMO.js +0 -445
  439. package/dist/chunk-UOIGFQXC.cjs +0 -9750
  440. package/dist/chunk-UOL6Y5TD.cjs +0 -759
  441. package/dist/chunk-UVFI7XIR.cjs +0 -452
  442. package/dist/chunk-VEPGBETF.js +0 -844
  443. package/dist/chunk-XQ5MWMP2.js +0 -756
  444. package/dist/chunk-XT6JY5W5.js +0 -9684
  445. package/dist/chunk-YRRAUB35.js +0 -811
  446. package/dist/compiler/GasOptimizationAnalyzer.d.ts +0 -73
  447. package/dist/compiler/NFTMarketplaceCompiler.d.ts +0 -23
  448. package/dist/compiler/ar.cjs +0 -23
  449. package/dist/compiler/ar.js +0 -11
  450. package/dist/compiler/babylon.cjs +0 -21
  451. package/dist/compiler/babylon.js +0 -15
  452. package/dist/compiler/multi-layer.cjs +0 -24
  453. package/dist/compiler/multi-layer.js +0 -15
  454. package/dist/compiler/playcanvas.cjs +0 -19
  455. package/dist/compiler/playcanvas.js +0 -13
  456. package/dist/compiler/r3f.cjs +0 -39
  457. package/dist/compiler/r3f.d.ts +0 -22
  458. package/dist/compiler/r3f.js +0 -17
  459. package/dist/compiler/vrr.cjs +0 -24
  460. package/dist/compiler/vrr.js +0 -12
  461. package/dist/parser/NFTMarketplaceTypes.d.ts +0 -191
  462. package/dist/playwright-3AT3AKTV.cjs +0 -98673
  463. package/dist/playwright-VZPDVUEQ.js +0 -98660
@@ -1,847 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkUVFI7XIR_cjs = require('./chunk-UVFI7XIR.cjs');
4
- var chunkOIQYIIO3_cjs = require('./chunk-OIQYIIO3.cjs');
5
- var chunkEBS32AJI_cjs = require('./chunk-EBS32AJI.cjs');
6
- var chunkGH6C2QGW_cjs = require('./chunk-GH6C2QGW.cjs');
7
- var chunkLODTHGST_cjs = require('./chunk-LODTHGST.cjs');
8
- var chunkHCCQLAA4_cjs = require('./chunk-HCCQLAA4.cjs');
9
- var ans = require('@holoscript/core-types/ans');
10
-
11
- // src/compiler/BabylonCompiler.ts
12
- var BabylonCompiler_exports = {};
13
- chunkHCCQLAA4_cjs.__export(BabylonCompiler_exports, {
14
- BabylonCompiler: () => exports.BabylonCompiler
15
- });
16
- var SHAPE_TO_MESH; exports.BabylonCompiler = void 0;
17
- var init_BabylonCompiler = chunkHCCQLAA4_cjs.__esm({
18
- "src/compiler/BabylonCompiler.ts"() {
19
- chunkOIQYIIO3_cjs.init_TraitCompositor();
20
- chunkUVFI7XIR_cjs.init_ProvenanceSemiring();
21
- chunkLODTHGST_cjs.init_CompilerBase();
22
- chunkGH6C2QGW_cjs.init_DomainBlockCompilerMixin();
23
- chunkEBS32AJI_cjs.init_PlatformConditionalCompilerMixin();
24
- SHAPE_TO_MESH = {
25
- sphere: "CreateSphere",
26
- orb: "CreateSphere",
27
- cube: "CreateBox",
28
- box: "CreateBox",
29
- cylinder: "CreateCylinder",
30
- cone: "CreateCylinder",
31
- pyramid: "CreateCylinder",
32
- plane: "CreateGround",
33
- ground: "CreateGround",
34
- torus: "CreateTorus",
35
- ring: "CreateTorus",
36
- capsule: "CreateCapsule",
37
- disc: "CreateDisc"
38
- };
39
- exports.BabylonCompiler = class extends chunkLODTHGST_cjs.CompilerBase {
40
- constructor(options = {}) {
41
- super();
42
- this.compilerName = "BabylonCompiler";
43
- this.lines = [];
44
- this.indentLevel = 0;
45
- this.options = {
46
- className: options.className || "GeneratedScene",
47
- useHavok: options.useHavok ?? true,
48
- enableXR: options.enableXR ?? false,
49
- indent: options.indent || " ",
50
- provenanceHash: options.provenanceHash ?? "",
51
- platformTarget: options.platformTarget ?? ""
52
- };
53
- }
54
- getRequiredCapability() {
55
- return ans.ANSCapabilityPath.BABYLON;
56
- }
57
- compile(composition, agentToken, outputPath) {
58
- this.validateCompilerAccess(agentToken, outputPath);
59
- if (this.options.platformTarget) {
60
- const target = typeof this.options.platformTarget === "string" ? chunkEBS32AJI_cjs.createPlatformTarget(this.options.platformTarget) : this.options.platformTarget;
61
- const platformMixin = new chunkEBS32AJI_cjs.PlatformConditionalCompilerMixin();
62
- composition = platformMixin.filterForPlatform(composition, target);
63
- }
64
- this.lines = [];
65
- this.indentLevel = 0;
66
- this.emit("// Auto-generated by HoloScript BabylonCompiler");
67
- this.emit(
68
- `// Source: composition "${this.escapeStringValue(composition.name, "TypeScript")}"`
69
- );
70
- if (this.options.provenanceHash) {
71
- this.emit(`// Provenance Hash: ${this.options.provenanceHash}`);
72
- }
73
- this.emit("");
74
- this.emitImports(composition);
75
- this.emit("");
76
- this.emit(`export class ${this.options.className} {`);
77
- this.indent();
78
- this.emit("private engine: BABYLON.Engine;");
79
- this.emit("private scene: BABYLON.Scene;");
80
- this.emit("private canvas: HTMLCanvasElement;");
81
- this.emit("");
82
- this.emit("constructor(canvas: HTMLCanvasElement) {");
83
- this.indent();
84
- this.emit("this.canvas = canvas;");
85
- this.emit(
86
- "this.engine = new BABYLON.Engine(canvas, true, { preserveDrawingBuffer: true, stencil: true });"
87
- );
88
- this.emit("this.scene = new BABYLON.Scene(this.engine);");
89
- this.dedent();
90
- this.emit("}");
91
- this.emit("");
92
- this.emit("async build(): Promise<void> {");
93
- this.indent();
94
- this.emitSceneSetup(composition);
95
- if (composition.environment) this.emitEnvironment(composition.environment);
96
- if (composition.lights?.length) {
97
- for (const light of composition.lights) this.emitLight(light);
98
- } else {
99
- this.emit(
100
- 'const defaultLight = new BABYLON.HemisphericLight("defaultLight", new BABYLON.Vector3(0, 1, 0), this.scene);'
101
- );
102
- this.emit("defaultLight.intensity = 0.7;");
103
- this.emit("");
104
- }
105
- if (composition.camera) this.emitCamera(composition.camera);
106
- else {
107
- this.emit(
108
- 'const camera = new BABYLON.ArcRotateCamera("defaultCamera", -Math.PI / 2, Math.PI / 3, 10, BABYLON.Vector3.Zero(), this.scene);'
109
- );
110
- this.emit("camera.attachControl(this.canvas, true);");
111
- this.emit("");
112
- }
113
- if (composition.objects?.length) for (const obj of composition.objects) this.emitObject(obj);
114
- if (composition.spatialGroups?.length)
115
- for (const g of composition.spatialGroups) this.emitGroup(g);
116
- if (composition.timelines?.length)
117
- for (const tl of composition.timelines) this.emitTimeline(tl);
118
- if (composition.audio?.length) for (const a of composition.audio) this.emitAudio(a);
119
- if (composition.zones?.length) for (const z of composition.zones) this.emitZone(z);
120
- if (composition.ui) this.emitUI(composition.ui);
121
- if (composition.effects) this.emitEffects(composition.effects);
122
- if (composition.transitions?.length)
123
- for (const t of composition.transitions) this.emitTransition(t);
124
- if (this.options.enableXR) this.emitXRSetup();
125
- this.compileBabylonDomainBlocks(composition);
126
- this.emitRenderLoop();
127
- this.dedent();
128
- this.emit("}");
129
- this.emit("");
130
- this.emit("dispose(): void { this.scene.dispose(); this.engine.dispose(); }");
131
- this.dedent();
132
- this.emit("}");
133
- return this.lines.join("\n");
134
- }
135
- compileBabylonDomainBlocks(composition) {
136
- const domainBlocks = composition.domainBlocks ?? [];
137
- if (domainBlocks.length === 0) return;
138
- this.emit("");
139
- this.emit("// === v4.2 Domain Blocks ===");
140
- let blockIdx = 0;
141
- const compiled = chunkGH6C2QGW_cjs.compileDomainBlocks(
142
- domainBlocks,
143
- {
144
- material: (block) => {
145
- const mat = chunkGH6C2QGW_cjs.compileMaterialBlock(block);
146
- return chunkGH6C2QGW_cjs.materialToBabylon(mat, `db${blockIdx++}`);
147
- },
148
- physics: (block) => {
149
- const phys = chunkGH6C2QGW_cjs.compilePhysicsBlock(block);
150
- return chunkGH6C2QGW_cjs.physicsToBabylon(phys, `db${blockIdx++}`);
151
- },
152
- vfx: (block) => {
153
- const ps = chunkGH6C2QGW_cjs.compileParticleBlock(block);
154
- return chunkGH6C2QGW_cjs.particlesToBabylon(ps, `db${blockIdx++}`);
155
- },
156
- postfx: (block) => {
157
- const pp = chunkGH6C2QGW_cjs.compilePostProcessingBlock(block);
158
- return chunkGH6C2QGW_cjs.postProcessingToBabylon(pp);
159
- },
160
- audio: (block) => {
161
- const audio = chunkGH6C2QGW_cjs.compileAudioSourceBlock(block);
162
- return chunkGH6C2QGW_cjs.audioSourceToBabylon(audio, `db${blockIdx++}`);
163
- },
164
- weather: (block) => {
165
- const weather = chunkGH6C2QGW_cjs.compileWeatherBlock(block);
166
- const layers = weather.layers.map((l) => `// Layer: ${l.type} \u2014 ${JSON.stringify(l.properties)}`).join("\n");
167
- return `// Weather: ${weather.keyword} "${weather.name || ""}" \u2014 implement via Babylon.js particle systems
168
- ${layers}`;
169
- }
170
- },
171
- (block) => `// Domain block: ${block.domain}/${block.keyword} "${this.escapeStringValue(block.name, "TypeScript")}"`
172
- );
173
- for (const line of compiled) {
174
- for (const l of line.split("\n")) {
175
- this.emit(l);
176
- }
177
- }
178
- }
179
- // --- Imports ---
180
- emitImports(composition) {
181
- this.emit('import * as BABYLON from "@babylonjs/core";');
182
- if (composition.ui) this.emit('import * as GUI from "@babylonjs/gui";');
183
- if (this.options.useHavok) this.emit('import HavokPhysics from "@babylonjs/havok";');
184
- if (this.options.enableXR) this.emit('import "@babylonjs/loaders";');
185
- }
186
- // --- Scene Setup ---
187
- emitSceneSetup(_composition) {
188
- this.emit("this.scene.clearColor = new BABYLON.Color4(0.05, 0.05, 0.1, 1);");
189
- if (this.options.useHavok) {
190
- this.emit("const havokInstance = await HavokPhysics();");
191
- this.emit("const havokPlugin = new BABYLON.HavokPlugin(true, havokInstance);");
192
- this.emit("this.scene.enablePhysics(new BABYLON.Vector3(0, -9.81, 0), havokPlugin);");
193
- }
194
- this.emit("");
195
- }
196
- // --- Environment ---
197
- emitEnvironment(env) {
198
- for (const prop of env.properties) {
199
- if (prop.key === "skybox" || prop.key === "preset") {
200
- this.emit(
201
- `const skybox = BABYLON.MeshBuilder.CreateBox("skyBox", { size: 1000 }, this.scene);`
202
- );
203
- this.emit(`const skyMat = new BABYLON.StandardMaterial("skyMat", this.scene);`);
204
- this.emit(`skyMat.backFaceCulling = false;`);
205
- this.emit(
206
- `skyMat.reflectionTexture = new BABYLON.CubeTexture("textures/${prop.value}", this.scene);`
207
- );
208
- this.emit(`skyMat.reflectionTexture.coordinatesMode = BABYLON.Texture.SKYBOX_MODE;`);
209
- this.emit(`skyMat.disableLighting = true;`);
210
- this.emit(`skybox.material = skyMat; skybox.infiniteDistance = true;`);
211
- } else if (prop.key === "fog" && typeof prop.value === "object") {
212
- const fog = prop.value;
213
- this.emit(`this.scene.fogMode = BABYLON.Scene.FOGMODE_LINEAR;`);
214
- if (fog.color) this.emit(`this.scene.fogColor = ${this.toBabylonColor3(fog.color)};`);
215
- if (fog.near !== void 0) this.emit(`this.scene.fogStart = ${fog.near};`);
216
- if (fog.far !== void 0) this.emit(`this.scene.fogEnd = ${fog.far};`);
217
- } else if (prop.key === "ambient_light") {
218
- this.emit(
219
- `this.scene.ambientColor = new BABYLON.Color3(${prop.value}, ${prop.value}, ${prop.value});`
220
- );
221
- } else if (prop.key === "ground") {
222
- this.emit(
223
- `const ground = BABYLON.MeshBuilder.CreateGround("ground", { width: 100, height: 100 }, this.scene);`
224
- );
225
- if (typeof prop.value === "object" && prop.value !== null) {
226
- const g = prop.value;
227
- if (g.color) {
228
- this.emit(`const groundMat = new BABYLON.PBRMaterial("groundMat", this.scene);`);
229
- this.emit(
230
- `groundMat.albedoColor = ${this.toBabylonColor3(g.color)}; groundMat.roughness = 0.8;`
231
- );
232
- this.emit(`ground.material = groundMat;`);
233
- }
234
- }
235
- this.emit(`ground.receiveShadows = true;`);
236
- }
237
- }
238
- this.emit("");
239
- }
240
- // --- Objects ---
241
- emitObject(obj, parentVar) {
242
- const v = this.sanitizeName(obj.name);
243
- let geom = "cube", modelSrc, textContent;
244
- let position, rotation, scale, size;
245
- const mat = {};
246
- for (const p of obj.properties) {
247
- switch (p.key) {
248
- case "geometry":
249
- case "mesh":
250
- case "type":
251
- if (typeof p.value === "string") geom = p.value;
252
- break;
253
- case "position":
254
- if (Array.isArray(p.value)) position = p.value;
255
- break;
256
- case "rotation":
257
- if (Array.isArray(p.value)) rotation = p.value;
258
- break;
259
- case "scale":
260
- scale = p.value;
261
- break;
262
- case "size":
263
- size = p.value;
264
- break;
265
- case "color":
266
- mat.color = p.value;
267
- break;
268
- case "roughness":
269
- mat.roughness = p.value;
270
- break;
271
- case "metalness":
272
- case "metallic":
273
- mat.metalness = p.value;
274
- break;
275
- case "opacity":
276
- mat.opacity = p.value;
277
- break;
278
- case "emissive":
279
- mat.emissive = p.value;
280
- break;
281
- case "emissive_intensity":
282
- case "emissiveIntensity":
283
- mat.emissiveIntensity = p.value;
284
- break;
285
- case "material":
286
- if (typeof p.value === "object" && p.value !== null)
287
- Object.assign(mat, p.value);
288
- break;
289
- case "model":
290
- case "src":
291
- case "source":
292
- if (typeof p.value === "string") modelSrc = p.value;
293
- break;
294
- case "text":
295
- if (typeof p.value === "string") textContent = p.value;
296
- break;
297
- }
298
- }
299
- this.emit(`// Object: ${this.escapeStringValue(obj.name, "TypeScript")}`);
300
- if (modelSrc) {
301
- this.emit(
302
- `const ${v} = await BABYLON.SceneLoader.ImportMeshAsync("", "${modelSrc}", "", this.scene);`
303
- );
304
- } else if (geom === "text" || textContent) {
305
- this.emit(
306
- `const ${v} = BABYLON.MeshBuilder.CreatePlane("${this.escapeStringValue(obj.name, "TypeScript")}", { width: 2, height: 1 }, this.scene);`
307
- );
308
- this.emit(
309
- `const ${v}Tex = new BABYLON.DynamicTexture("${v}Tex", { width: 512, height: 256 }, this.scene);`
310
- );
311
- this.emit(
312
- `${v}Tex.drawText("${textContent || ""}", null, null, "bold 48px Arial", "#ffffff", "#00000000", true);`
313
- );
314
- this.emit(`const ${v}Mat = new BABYLON.StandardMaterial("${v}Mat", this.scene);`);
315
- this.emit(
316
- `${v}Mat.diffuseTexture = ${v}Tex; ${v}Mat.emissiveColor = BABYLON.Color3.White();`
317
- );
318
- this.emit(`${v}.material = ${v}Mat;`);
319
- } else {
320
- this.emit(
321
- `const ${v} = BABYLON.MeshBuilder.${this.mapShapeToMesh(geom)}("${this.escapeStringValue(obj.name, "TypeScript")}", ${this.meshBuilderOptions(geom, size)}, this.scene);`
322
- );
323
- if (Object.keys(mat).length > 0) {
324
- this.emit(`const ${v}Mat = new BABYLON.PBRMaterial("${v}Mat", this.scene);`);
325
- if (mat.color) this.emit(`${v}Mat.albedoColor = ${this.toBabylonColor3(mat.color)};`);
326
- if (mat.roughness !== void 0) this.emit(`${v}Mat.roughness = ${mat.roughness};`);
327
- if (mat.metalness !== void 0) this.emit(`${v}Mat.metallic = ${mat.metalness};`);
328
- if (mat.opacity !== void 0 && mat.opacity < 1)
329
- this.emit(`${v}Mat.alpha = ${mat.opacity};`);
330
- if (mat.emissive)
331
- this.emit(`${v}Mat.emissiveColor = ${this.toBabylonColor3(mat.emissive)};`);
332
- if (mat.emissiveIntensity !== void 0)
333
- this.emit(`${v}Mat.emissiveIntensity = ${mat.emissiveIntensity};`);
334
- this.emit(`${v}.material = ${v}Mat;`);
335
- }
336
- }
337
- if (position) this.emit(`${v}.position = ${this.toBabylonVector(position)};`);
338
- if (rotation) this.emit(`${v}.rotation = ${this.toBabylonVector(rotation)};`);
339
- if (scale) {
340
- this.emit(
341
- Array.isArray(scale) ? `${v}.scaling = ${this.toBabylonVector(scale)};` : `${v}.scaling = new BABYLON.Vector3(${scale}, ${scale}, ${scale});`
342
- );
343
- }
344
- if (parentVar) this.emit(`${v}.parent = ${parentVar};`);
345
- const physicsTraits = (obj.traits || []).filter(
346
- (t) => t.name === "physics" || t.name === "collidable"
347
- );
348
- if (physicsTraits.length > 0) {
349
- const semiring = new chunkUVFI7XIR_cjs.ProvenanceSemiring();
350
- const applications = physicsTraits.map((t) => ({
351
- name: t.name,
352
- config: t.config || {},
353
- context: obj.provenance?.context
354
- }));
355
- const { config: physicsConfig } = semiring.add(applications);
356
- const mt = (physicsConfig.type || "dynamic") === "static" ? "STATIC" : "DYNAMIC";
357
- this.emit(
358
- `const ${v}Body = new BABYLON.PhysicsBody(${v}, BABYLON.PhysicsMotionType.${mt}, false, this.scene);`
359
- );
360
- this.emit(`${v}Body.shape = new BABYLON.PhysicsShapeConvexHull(${v}, this.scene);`);
361
- this.emit(`${v}Body.setMassProperties({ mass: ${physicsConfig.mass ?? 1} });`);
362
- }
363
- for (const trait of obj.traits || []) {
364
- if (trait.name === "physics" || trait.name === "collidable") {
365
- continue;
366
- } else if (trait.name === "grabbable") {
367
- this.emit(`${v}.actionManager = new BABYLON.ActionManager(this.scene);`);
368
- this.emit(
369
- `${v}.actionManager.registerAction(new BABYLON.ExecuteCodeAction(BABYLON.ActionManager.OnPickTrigger, () => { console.log("Picked: ${this.escapeStringValue(obj.name, "TypeScript")}"); }));`
370
- );
371
- } else if (trait.name === "gaussian_splat") {
372
- this.emit(`const ${v}PCS = new BABYLON.PointsCloudSystem("${v}PCS", 2, this.scene);`);
373
- this.emit(`${v}PCS.addPoints(10000); await ${v}PCS.buildMeshAsync();`);
374
- } else if (trait.name === "shadow") {
375
- this.emit(`${v}.receiveShadows = true;`);
376
- } else if (trait.name === "hoverable") {
377
- this.emit(
378
- `${v}.actionManager = ${v}.actionManager || new BABYLON.ActionManager(this.scene);`
379
- );
380
- this.emit(
381
- `${v}.actionManager.registerAction(new BABYLON.ExecuteCodeAction(BABYLON.ActionManager.OnPointerOverTrigger, () => { ${v}.renderOverlay = true; ${v}.overlayColor = BABYLON.Color3.White(); }));`
382
- );
383
- this.emit(
384
- `${v}.actionManager.registerAction(new BABYLON.ExecuteCodeAction(BABYLON.ActionManager.OnPointerOutTrigger, () => { ${v}.renderOverlay = false; }));`
385
- );
386
- } else if (trait.name === "accessible") {
387
- this.emit(
388
- `${v}.accessibilityTag = { description: "${this.escapeStringValue(obj.name, "TypeScript")}", role: "${trait.config?.role || "generic"}" };`
389
- );
390
- } else if (trait.name === "object_tracking") {
391
- this.emit(
392
- `// @object_tracking \u2014 WebXR hit-test or custom tracker for "${this.escapeStringValue(obj.name, "TypeScript")}"`
393
- );
394
- } else if (trait.name === "scene_reconstruction") {
395
- this.emit(
396
- `// @scene_reconstruction \u2014 WebXR mesh detection for "${this.escapeStringValue(obj.name, "TypeScript")}"`
397
- );
398
- } else if (trait.name === "eye_tracked") {
399
- this.emit(`// @eye_tracked \u2014 WebXR eye tracking (requires 'eye-tracking' feature)`);
400
- } else if (trait.name === "eye_hand_fusion") {
401
- this.emit(`// @eye_hand_fusion \u2014 combine WebXR hand + eye tracking`);
402
- } else if (trait.name === "controlnet") {
403
- this.emit(
404
- `// @controlnet(model: "${trait.config?.model || "canny"}") \u2014 route to inference API`
405
- );
406
- } else if (trait.name === "ai_texture_gen") {
407
- this.emit(`// @ai_texture_gen \u2014 apply generated texture to ${v}.material`);
408
- } else if (trait.name === "neural_animation") {
409
- this.emit(`// @neural_animation \u2014 BabylonJS AnimationGroup + neural pose predictor`);
410
- } else if (trait.name === "ai_npc_brain") {
411
- this.emit(
412
- `// @ai_npc_brain(model: "${trait.config?.model || "llm"}") \u2014 external LLM/NPC API`
413
- );
414
- } else {
415
- this.emit(
416
- `// @${this.escapeStringValue(trait.name, "TypeScript")}: ${JSON.stringify(trait.config || {})}`
417
- );
418
- }
419
- }
420
- if (obj.traits && Array.isArray(obj.traits) && obj.traits.length > 0) {
421
- const traitNames = obj.traits.map((t) => t.name);
422
- const compositor = new chunkOIQYIIO3_cjs.TraitCompositor();
423
- const composed = compositor.compose(traitNames);
424
- if (Object.keys(composed).length > 0) {
425
- const matVar = `${v}ComposedMat`;
426
- this.emit(`// TraitCompositor: composed ${traitNames.join(" + ")}`);
427
- this.emit(
428
- `const ${matVar} = ${v}.material as BABYLON.PBRMaterial || new BABYLON.PBRMaterial("${matVar}", this.scene);`
429
- );
430
- if (composed.color)
431
- this.emit(`${matVar}.albedoColor = ${this.toBabylonColor3(composed.color)};`);
432
- if (composed.roughness !== void 0)
433
- this.emit(`${matVar}.roughness = ${composed.roughness};`);
434
- if (composed.metalness !== void 0)
435
- this.emit(`${matVar}.metallic = ${composed.metalness};`);
436
- if (composed.opacity !== void 0 && composed.opacity < 1)
437
- this.emit(`${matVar}.alpha = ${composed.opacity};`);
438
- if (composed.emissive)
439
- this.emit(`${matVar}.emissiveColor = ${this.toBabylonColor3(composed.emissive)};`);
440
- if (composed.emissiveIntensity !== void 0)
441
- this.emit(`${matVar}.emissiveIntensity = ${composed.emissiveIntensity};`);
442
- this.emit(`${v}.material = ${matVar};`);
443
- }
444
- }
445
- if (obj.children?.length) for (const child of obj.children) this.emitObject(child, v);
446
- this.emit("");
447
- }
448
- // --- Groups ---
449
- emitGroup(group, parentVar) {
450
- const v = this.sanitizeName(group.name);
451
- this.emit(
452
- `const ${v} = new BABYLON.TransformNode("${this.escapeStringValue(group.name, "TypeScript")}", this.scene);`
453
- );
454
- for (const p of group.properties) {
455
- if (p.key === "position" && Array.isArray(p.value))
456
- this.emit(`${v}.position = ${this.toBabylonVector(p.value)};`);
457
- else if (p.key === "rotation" && Array.isArray(p.value))
458
- this.emit(`${v}.rotation = ${this.toBabylonVector(p.value)};`);
459
- else if (p.key === "scale") {
460
- this.emit(
461
- Array.isArray(p.value) ? `${v}.scaling = ${this.toBabylonVector(p.value)};` : `${v}.scaling = new BABYLON.Vector3(${p.value}, ${p.value}, ${p.value});`
462
- );
463
- }
464
- }
465
- if (parentVar) this.emit(`${v}.parent = ${parentVar};`);
466
- for (const obj of group.objects) this.emitObject(obj, v);
467
- if (group.groups) for (const sub of group.groups) this.emitGroup(sub, v);
468
- this.emit("");
469
- }
470
- // --- Lights ---
471
- emitLight(light) {
472
- const v = this.sanitizeName(light.name);
473
- let pos, color, intensity;
474
- let dir, castShadow = false, angle, dist;
475
- for (const p of light.properties) {
476
- if (p.key === "position" && Array.isArray(p.value)) pos = p.value;
477
- else if (p.key === "color") color = p.value;
478
- else if (p.key === "intensity") intensity = p.value;
479
- else if (p.key === "direction" && Array.isArray(p.value)) dir = p.value;
480
- else if (p.key === "cast_shadow" || p.key === "castShadow") castShadow = !!p.value;
481
- else if (p.key === "angle") angle = p.value;
482
- else if (p.key === "distance") dist = p.value;
483
- }
484
- const posV = pos ? this.toBabylonVector(pos) : "new BABYLON.Vector3(0, 1, 0)";
485
- const dirV = dir ? this.toBabylonVector(dir) : "new BABYLON.Vector3(0, -1, 0)";
486
- switch (light.lightType) {
487
- case "hemisphere":
488
- case "ambient":
489
- this.emit(
490
- `const ${v} = new BABYLON.HemisphericLight("${this.escapeStringValue(light.name, "TypeScript")}", ${posV}, this.scene);`
491
- );
492
- break;
493
- case "directional":
494
- this.emit(
495
- `const ${v} = new BABYLON.DirectionalLight("${this.escapeStringValue(light.name, "TypeScript")}", ${dirV}, this.scene);`
496
- );
497
- if (pos) this.emit(`${v}.position = ${posV};`);
498
- break;
499
- case "point":
500
- this.emit(
501
- `const ${v} = new BABYLON.PointLight("${this.escapeStringValue(light.name, "TypeScript")}", ${posV}, this.scene);`
502
- );
503
- break;
504
- case "spot":
505
- this.emit(
506
- `const ${v} = new BABYLON.SpotLight("${this.escapeStringValue(light.name, "TypeScript")}", ${posV}, ${dirV}, ${angle ?? Math.PI / 4}, 2, this.scene);`
507
- );
508
- break;
509
- case "area":
510
- this.emit(`// Area light fallback`);
511
- this.emit(
512
- `const ${v} = new BABYLON.PointLight("${this.escapeStringValue(light.name, "TypeScript")}", ${posV}, this.scene);`
513
- );
514
- break;
515
- default:
516
- this.emit(
517
- `const ${v} = new BABYLON.HemisphericLight("${this.escapeStringValue(light.name, "TypeScript")}", ${posV}, this.scene);`
518
- );
519
- break;
520
- }
521
- if (color) this.emit(`${v}.diffuse = ${this.toBabylonColor3(color)};`);
522
- if (intensity !== void 0) this.emit(`${v}.intensity = ${intensity};`);
523
- if (dist !== void 0) this.emit(`${v}.range = ${dist};`);
524
- if (castShadow && ["directional", "spot", "point"].includes(light.lightType)) {
525
- this.emit(`const ${v}SG = new BABYLON.ShadowGenerator(2048, ${v});`);
526
- this.emit(`${v}SG.useBlurExponentialShadowMap = true;`);
527
- }
528
- this.emit("");
529
- }
530
- // --- Camera ---
531
- emitCamera(cam) {
532
- let fov, pos, lookAt;
533
- let near, far;
534
- for (const p of cam.properties) {
535
- if (p.key === "fov" || p.key === "field_of_view") fov = p.value;
536
- else if (p.key === "position" && Array.isArray(p.value)) pos = p.value;
537
- else if ((p.key === "look_at" || p.key === "lookAt") && Array.isArray(p.value))
538
- lookAt = p.value;
539
- else if (p.key === "near") near = p.value;
540
- else if (p.key === "far") far = p.value;
541
- }
542
- const target = lookAt ? this.toBabylonVector(lookAt) : "BABYLON.Vector3.Zero()";
543
- if (cam.cameraType === "orthographic") {
544
- this.emit(
545
- `const camera = new BABYLON.FreeCamera("camera", ${pos ? this.toBabylonVector(pos) : "new BABYLON.Vector3(0, 5, -10)"}, this.scene);`
546
- );
547
- this.emit(`camera.mode = BABYLON.Camera.ORTHOGRAPHIC_CAMERA;`);
548
- this.emit(`camera.setTarget(${target});`);
549
- } else {
550
- this.emit(
551
- `const camera = new BABYLON.ArcRotateCamera("camera", -Math.PI / 2, Math.PI / 3, 10, ${target}, this.scene);`
552
- );
553
- if (pos) this.emit(`camera.setPosition(${this.toBabylonVector(pos)});`);
554
- }
555
- if (fov !== void 0) this.emit(`camera.fov = ${fov * (Math.PI / 180)};`);
556
- if (near !== void 0) this.emit(`camera.minZ = ${near};`);
557
- if (far !== void 0) this.emit(`camera.maxZ = ${far};`);
558
- this.emit("camera.attachControl(this.canvas, true);");
559
- this.emit("");
560
- }
561
- // --- Timeline ---
562
- emitTimeline(timeline) {
563
- const v = this.sanitizeName(timeline.name);
564
- this.emit(
565
- `const ${v}Group = new BABYLON.AnimationGroup("${this.escapeStringValue(timeline.name, "TypeScript")}", this.scene);`
566
- );
567
- const fps = 30;
568
- for (const entry of timeline.entries) {
569
- const a = entry.action;
570
- if (a.kind === "animate") {
571
- const frame = Math.round(entry.time * fps);
572
- for (const [key, value] of Object.entries(a.properties)) {
573
- const n = `${v}_${this.sanitizeName(a.target)}_${key}`;
574
- const animType = Array.isArray(value) ? "ANIMATIONTYPE_VECTOR3" : "ANIMATIONTYPE_FLOAT";
575
- const valStr = Array.isArray(value) ? this.toBabylonVector(value) : String(value);
576
- this.emit(
577
- `const ${n} = new BABYLON.Animation("${n}", "${this.mapAnimProperty(key)}", ${fps}, BABYLON.Animation.${animType}, BABYLON.Animation.ANIMATIONLOOPMODE_CYCLE);`
578
- );
579
- this.emit(
580
- `${n}.setKeys([{ frame: 0, value: ${valStr} }, { frame: ${frame}, value: ${valStr} }]);`
581
- );
582
- }
583
- } else if (a.kind === "emit") {
584
- this.emit(
585
- `// @${entry.time}s: emit "${this.escapeStringValue(a.event, "TypeScript")}"`
586
- );
587
- } else if (a.kind === "call") {
588
- this.emit(
589
- `// @${entry.time}s: call ${this.escapeStringValue(a.method, "TypeScript")}()`
590
- );
591
- }
592
- }
593
- if (timeline.autoplay) this.emit(`${v}Group.play(${timeline.loop ? "true" : "false"});`);
594
- this.emit("");
595
- }
596
- // --- Audio ---
597
- emitAudio(audio) {
598
- const v = this.sanitizeName(audio.name);
599
- let src = "", volume = 1, loop = false, spatial = false;
600
- let position, dist;
601
- for (const p of audio.properties) {
602
- if (p.key === "src" || p.key === "source") src = String(p.value);
603
- else if (p.key === "volume") volume = p.value;
604
- else if (p.key === "loop") loop = !!p.value;
605
- else if (p.key === "spatial") spatial = !!p.value;
606
- else if (p.key === "position" && Array.isArray(p.value)) position = p.value;
607
- else if (p.key === "distance") dist = p.value;
608
- }
609
- const opts = ["autoplay: true"];
610
- if (loop) opts.push("loop: true");
611
- if (volume !== 1) opts.push(`volume: ${volume}`);
612
- if (spatial) opts.push("spatialSound: true");
613
- if (dist !== void 0) opts.push(`maxDistance: ${dist}`);
614
- this.emit(
615
- `const ${v} = new BABYLON.Sound("${this.escapeStringValue(audio.name, "TypeScript")}", "${src}", this.scene, null, { ${opts.join(", ")} });`
616
- );
617
- if (spatial && position) this.emit(`${v}.setPosition(${this.toBabylonVector(position)});`);
618
- this.emit("");
619
- }
620
- // --- Zone ---
621
- emitZone(zone) {
622
- const v = this.sanitizeName(zone.name);
623
- let shape = "box", position, size, radius;
624
- for (const p of zone.properties) {
625
- if (p.key === "shape") shape = String(p.value);
626
- else if (p.key === "position" && Array.isArray(p.value)) position = p.value;
627
- else if (p.key === "size") size = p.value;
628
- else if (p.key === "radius") radius = p.value;
629
- }
630
- if (shape === "sphere") {
631
- this.emit(
632
- `const ${v} = BABYLON.MeshBuilder.CreateSphere("${this.escapeStringValue(zone.name, "TypeScript")}", { diameter: ${(radius || 5) * 2} }, this.scene);`
633
- );
634
- } else {
635
- const s = Array.isArray(size) ? size : [size || 5, size || 5, size || 5];
636
- this.emit(
637
- `const ${v} = BABYLON.MeshBuilder.CreateBox("${this.escapeStringValue(zone.name, "TypeScript")}", { width: ${s[0]}, height: ${s[1]}, depth: ${s[2]} }, this.scene);`
638
- );
639
- }
640
- if (position) this.emit(`${v}.position = ${this.toBabylonVector(position)};`);
641
- this.emit(`${v}.isVisible = false; ${v}.checkCollisions = true;`);
642
- if (zone.handlers?.length) {
643
- this.emit(`${v}.actionManager = new BABYLON.ActionManager(this.scene);`);
644
- for (const h of zone.handlers) {
645
- const trigger = h.event === "on_enter" ? "OnIntersectionEnterTrigger" : h.event === "on_exit" ? "OnIntersectionExitTrigger" : `NothingTrigger /* ${this.escapeStringValue(h.event, "TypeScript")} */`;
646
- this.emit(
647
- `${v}.actionManager.registerAction(new BABYLON.ExecuteCodeAction({ trigger: BABYLON.ActionManager.${trigger} }, () => { /* ${this.escapeStringValue(h.event, "TypeScript")} */ }));`
648
- );
649
- }
650
- }
651
- this.emit("");
652
- }
653
- // --- UI ---
654
- emitUI(ui) {
655
- this.emit('const advancedTexture = GUI.AdvancedDynamicTexture.CreateFullscreenUI("UI");');
656
- for (const el of ui.elements) {
657
- const v = this.sanitizeName(el.name);
658
- let elType = "text", text = "", fontSize = 24, color = "#ffffff", bg;
659
- for (const p of el.properties) {
660
- if (p.key === "type") elType = String(p.value);
661
- else if (p.key === "text") text = String(p.value);
662
- else if (p.key === "font_size" || p.key === "fontSize") fontSize = p.value;
663
- else if (p.key === "color") color = String(p.value);
664
- else if (p.key === "background") bg = String(p.value);
665
- }
666
- if (elType === "button") {
667
- this.emit(
668
- `const ${v} = GUI.Button.CreateSimpleButton("${this.escapeStringValue(el.name, "TypeScript")}", "${text}");`
669
- );
670
- this.emit(
671
- `${v}.width = "150px"; ${v}.height = "40px"; ${v}.color = "${color}"; ${v}.fontSize = ${fontSize};`
672
- );
673
- if (bg) this.emit(`${v}.background = "${bg}";`);
674
- this.emit(`advancedTexture.addControl(${v});`);
675
- } else if (elType === "progress") {
676
- this.emit(
677
- `const ${v} = new GUI.StackPanel("${this.escapeStringValue(el.name, "TypeScript")}");`
678
- );
679
- this.emit(`${v}.width = "200px"; ${v}.height = "20px"; advancedTexture.addControl(${v});`);
680
- } else {
681
- this.emit(
682
- `const ${v} = new GUI.TextBlock("${this.escapeStringValue(el.name, "TypeScript")}", "${text}");`
683
- );
684
- this.emit(
685
- `${v}.color = "${color}"; ${v}.fontSize = ${fontSize}; advancedTexture.addControl(${v});`
686
- );
687
- }
688
- }
689
- this.emit("");
690
- }
691
- // --- Effects ---
692
- emitEffects(effects) {
693
- this.emit(
694
- 'const pipeline = new BABYLON.DefaultRenderingPipeline("defaultPipeline", true, this.scene);'
695
- );
696
- for (const fx of effects.effects) {
697
- const p = fx.properties;
698
- switch (fx.effectType) {
699
- case "bloom":
700
- this.emit("pipeline.bloomEnabled = true;");
701
- if (p.intensity !== void 0) this.emit(`pipeline.bloomWeight = ${p.intensity};`);
702
- if (p.threshold !== void 0) this.emit(`pipeline.bloomThreshold = ${p.threshold};`);
703
- break;
704
- case "dof":
705
- this.emit("pipeline.depthOfFieldEnabled = true;");
706
- if (p.focalLength !== void 0)
707
- this.emit(`pipeline.depthOfField.focalLength = ${p.focalLength};`);
708
- if (p.fStop !== void 0) this.emit(`pipeline.depthOfField.fStop = ${p.fStop};`);
709
- break;
710
- case "ssao":
711
- this.emit(
712
- 'const ssao = new BABYLON.SSAO2RenderingPipeline("ssao", this.scene, { ssaoRatio: 0.5, blurRatio: 0.5 });'
713
- );
714
- if (p.radius !== void 0) this.emit(`ssao.radius = ${p.radius};`);
715
- break;
716
- case "vignette":
717
- this.emit("pipeline.imageProcessing.vignetteEnabled = true;");
718
- if (p.weight !== void 0)
719
- this.emit(`pipeline.imageProcessing.vignetteWeight = ${p.weight};`);
720
- break;
721
- case "chromatic_aberration":
722
- this.emit("pipeline.chromaticAberrationEnabled = true;");
723
- if (p.amount !== void 0)
724
- this.emit(`pipeline.chromaticAberration.aberrationAmount = ${p.amount};`);
725
- break;
726
- case "tone_mapping":
727
- this.emit("pipeline.imageProcessingEnabled = true;");
728
- this.emit("pipeline.imageProcessing.toneMappingEnabled = true;");
729
- break;
730
- default:
731
- this.emit(`// Effect "${fx.effectType}": ${JSON.stringify(p)}`);
732
- }
733
- }
734
- this.emit("");
735
- }
736
- // --- Transition ---
737
- emitTransition(tr) {
738
- let target, effect, duration;
739
- for (const p of tr.properties) {
740
- if (p.key === "target") target = String(p.value);
741
- else if (p.key === "effect") effect = String(p.value);
742
- else if (p.key === "duration") duration = p.value;
743
- }
744
- this.emit(
745
- `// Transition "${this.escapeStringValue(tr.name, "TypeScript")}": navigate to "${target || "?"}" with ${effect || "fade"} over ${duration || 1}s`
746
- );
747
- }
748
- // --- XR ---
749
- emitXRSetup() {
750
- this.emit("const xr = await this.scene.createDefaultXRExperienceAsync({");
751
- this.indent();
752
- this.emit('floorMeshes: this.scene.meshes.filter(m => m.name.includes("ground")),');
753
- this.dedent();
754
- this.emit("});");
755
- this.emit("");
756
- }
757
- // --- Render Loop ---
758
- emitRenderLoop() {
759
- this.emit("this.engine.runRenderLoop(() => { this.scene.render(); });");
760
- this.emit('window.addEventListener("resize", () => { this.engine.resize(); });');
761
- }
762
- // --- Value Conversion Helpers ---
763
- toBabylonColor3(value) {
764
- if (typeof value === "string" && value.startsWith("#")) {
765
- const h = value.slice(1);
766
- const r = parseInt(h.substring(0, 2), 16) / 255;
767
- const g = parseInt(h.substring(2, 4), 16) / 255;
768
- const b = parseInt(h.substring(4, 6), 16) / 255;
769
- return `new BABYLON.Color3(${r.toFixed(3)}, ${g.toFixed(3)}, ${b.toFixed(3)})`;
770
- }
771
- if (typeof value === "object" && value !== null && "r" in value) {
772
- const c = value;
773
- const r = c.r > 1 ? c.r / 255 : c.r;
774
- const g = c.g > 1 ? c.g / 255 : c.g;
775
- const b = c.b > 1 ? c.b / 255 : c.b;
776
- return `new BABYLON.Color3(${r.toFixed(3)}, ${g.toFixed(3)}, ${b.toFixed(3)})`;
777
- }
778
- return "BABYLON.Color3.White()";
779
- }
780
- toBabylonVector(arr) {
781
- if (arr.length >= 3) return `new BABYLON.Vector3(${arr[0]}, ${arr[1]}, ${arr[2]})`;
782
- if (arr.length === 2) return `new BABYLON.Vector2(${arr[0]}, ${arr[1]})`;
783
- return `new BABYLON.Vector3(${arr[0]}, ${arr[0]}, ${arr[0]})`;
784
- }
785
- mapShapeToMesh(type) {
786
- return SHAPE_TO_MESH[type] || "CreateBox";
787
- }
788
- meshBuilderOptions(type, size) {
789
- const s = typeof size === "number" ? size : 1;
790
- switch (type) {
791
- case "sphere":
792
- case "orb":
793
- return `{ diameter: ${s}, segments: 32 }`;
794
- case "cube":
795
- case "box":
796
- return `{ size: ${s} }`;
797
- case "cylinder":
798
- return `{ diameter: ${s}, height: ${s * 2}, tessellation: 32 }`;
799
- case "cone":
800
- case "pyramid":
801
- return `{ diameterTop: 0, diameterBottom: ${s}, height: ${s * 2}, tessellation: ${type === "pyramid" ? 4 : 32} }`;
802
- case "plane":
803
- case "ground":
804
- return `{ width: ${s}, height: ${s} }`;
805
- case "torus":
806
- case "ring":
807
- return `{ diameter: ${s}, thickness: ${s * 0.3}, tessellation: 32 }`;
808
- case "capsule":
809
- return `{ radius: ${s * 0.3}, height: ${s} }`;
810
- case "disc":
811
- return `{ radius: ${s * 0.5}, tessellation: 32 }`;
812
- default:
813
- return `{ size: ${s} }`;
814
- }
815
- }
816
- mapAnimProperty(key) {
817
- const m = {
818
- position: "position",
819
- rotation: "rotation",
820
- scale: "scaling",
821
- color: "material.albedoColor",
822
- opacity: "material.alpha",
823
- emissive: "material.emissiveColor"
824
- };
825
- return m[key] || key;
826
- }
827
- // --- Emit Helpers ---
828
- emit(line) {
829
- this.lines.push(this.options.indent.repeat(this.indentLevel) + line);
830
- }
831
- indent() {
832
- this.indentLevel++;
833
- }
834
- dedent() {
835
- this.indentLevel = Math.max(0, this.indentLevel - 1);
836
- }
837
- sanitizeName(name) {
838
- return name.replace(/[^a-zA-Z0-9_]/g, "_");
839
- }
840
- };
841
- }
842
- });
843
-
844
- exports.BabylonCompiler_exports = BabylonCompiler_exports;
845
- exports.init_BabylonCompiler = init_BabylonCompiler;
846
- //# sourceMappingURL=chunk-4W5G5QVL.cjs.map
847
- //# sourceMappingURL=chunk-4W5G5QVL.cjs.map