@carbonenginejs/runtime-resource 0.1.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/FORMAT-PROVENANCE.md +155 -135
  2. package/LICENSE +21 -21
  3. package/NOTICE +29 -29
  4. package/README.md +548 -241
  5. package/dist/CjsMotherLode.js +1271 -56
  6. package/dist/CjsMotherLode.js.map +1 -1
  7. package/dist/CjsResMan.js +3005 -740
  8. package/dist/CjsResMan.js.map +1 -1
  9. package/dist/CjsResManQueue.js +214 -214
  10. package/dist/CjsResource.js +566 -366
  11. package/dist/CjsResource.js.map +1 -1
  12. package/dist/CjsResourceSource.js +59 -59
  13. package/dist/_virtual/_rollupPluginBabelHelpers.js +153 -153
  14. package/dist/format/CjsBlueReader.js +269 -0
  15. package/dist/format/CjsBlueReader.js.map +1 -0
  16. package/dist/format/CjsFormat.js +192 -178
  17. package/dist/format/CjsFormat.js.map +1 -1
  18. package/dist/format/CjsReader.js +18 -0
  19. package/dist/format/CjsReader.js.map +1 -0
  20. package/dist/format/CjsResourceProbe.js +277 -269
  21. package/dist/format/CjsResourceProbe.js.map +1 -1
  22. package/dist/format/payloadContract.js +173 -173
  23. package/dist/formats/black/CjsBlackFormat.js +278 -272
  24. package/dist/formats/black/CjsBlackFormat.js.map +1 -1
  25. package/dist/formats/black/core/CjsBlackBinaryReader.js +153 -153
  26. package/dist/formats/black/core/CjsBlackPropertyReaders.js +382 -382
  27. package/dist/formats/black/core/CjsBlackReader.js +639 -760
  28. package/dist/formats/black/core/CjsBlackReader.js.map +1 -1
  29. package/dist/formats/black/core/CjsBlackSchemaRegistry.js +433 -433
  30. package/dist/formats/black/core/black-schema-v1-2026-07-11.json.js +4 -4
  31. package/dist/formats/black/core/blackConstants.js +7 -7
  32. package/dist/formats/black/core/blackDefinitions.js +10 -10
  33. package/dist/formats/black/core/blackEnums.js +6 -6
  34. package/dist/formats/black/core/blackSchema.js +3 -3
  35. package/dist/formats/black/core/blackVersion.js +22 -22
  36. package/dist/formats/black/core/helpers.js +182 -182
  37. package/dist/formats/black/core/schema.js +4 -4
  38. package/dist/formats/black/index.js +2 -2
  39. package/dist/formats/bnk/CjsBnkFormat.js +238 -245
  40. package/dist/formats/bnk/CjsBnkFormat.js.map +1 -1
  41. package/dist/formats/bnk/core/graph.js +140 -0
  42. package/dist/formats/bnk/core/graph.js.map +1 -0
  43. package/dist/formats/bnk/core/helpers.js +409 -354
  44. package/dist/formats/bnk/core/helpers.js.map +1 -1
  45. package/dist/formats/bnk/core/musicNodes.js +521 -0
  46. package/dist/formats/bnk/core/musicNodes.js.map +1 -0
  47. package/dist/formats/bnk/core/soundbanksInfo.js +246 -246
  48. package/dist/formats/bnk/index.js +2 -3
  49. package/dist/formats/bnk/index.js.map +1 -1
  50. package/dist/formats/cmf/CjsCmfFormat.js +497 -491
  51. package/dist/formats/cmf/CjsCmfFormat.js.map +1 -1
  52. package/dist/formats/cmf/core/binary.js +118 -118
  53. package/dist/formats/cmf/core/buffers.js +233 -233
  54. package/dist/formats/cmf/core/constants.js +47 -47
  55. package/dist/formats/cmf/core/gr2Anim.js +453 -453
  56. package/dist/formats/cmf/core/helpers.js +287 -287
  57. package/dist/formats/cmf/core/pack.js +276 -276
  58. package/dist/formats/cmf/core/schema.js +364 -364
  59. package/dist/formats/cmf/core/shared.js +268 -268
  60. package/dist/formats/cmf/core/writer.js +517 -517
  61. package/dist/formats/cmf/index.js +2 -2
  62. package/dist/formats/dds/CjsDdsFormat.js +193 -187
  63. package/dist/formats/dds/CjsDdsFormat.js.map +1 -1
  64. package/dist/formats/dds/core/bc6h.js +288 -0
  65. package/dist/formats/dds/core/bc6h.js.map +1 -0
  66. package/dist/formats/dds/core/bc7.js +251 -0
  67. package/dist/formats/dds/core/bc7.js.map +1 -0
  68. package/dist/formats/dds/core/helpers.js +815 -812
  69. package/dist/formats/dds/core/helpers.js.map +1 -1
  70. package/dist/formats/dds/index.js +2 -2
  71. package/dist/formats/fbx/CjsFbxFormat.js +266 -260
  72. package/dist/formats/fbx/CjsFbxFormat.js.map +1 -1
  73. package/dist/formats/fbx/core/helpers.js +3901 -3901
  74. package/dist/formats/fbx/index.js +2 -2
  75. package/dist/formats/flac/CjsFlacFormat.js +87 -81
  76. package/dist/formats/flac/CjsFlacFormat.js.map +1 -1
  77. package/dist/formats/flac/core/helpers.js +295 -295
  78. package/dist/formats/flac/index.js +2 -2
  79. package/dist/formats/gif/CjsGifFormat.js +87 -81
  80. package/dist/formats/gif/CjsGifFormat.js.map +1 -1
  81. package/dist/formats/gif/core/helpers.js +360 -360
  82. package/dist/formats/gif/index.js +2 -2
  83. package/dist/formats/gltf/CjsGltfFormat.js +290 -284
  84. package/dist/formats/gltf/CjsGltfFormat.js.map +1 -1
  85. package/dist/formats/gltf/core/helpers.js +292 -292
  86. package/dist/formats/gltf/core/json.js +79 -79
  87. package/dist/formats/gltf/core/parser.js +666 -666
  88. package/dist/formats/gltf/core/targets.js +163 -163
  89. package/dist/formats/gltf/index.js +2 -2
  90. package/dist/formats/index.js +23 -23
  91. package/dist/formats/jpeg/CjsJpegFormat.js +206 -200
  92. package/dist/formats/jpeg/CjsJpegFormat.js.map +1 -1
  93. package/dist/formats/jpeg/core/helpers.js +350 -350
  94. package/dist/formats/jpeg/core/jpeg.js +377 -377
  95. package/dist/formats/jpeg/index.js +2 -2
  96. package/dist/formats/mp3/CjsMp3Format.js +192 -186
  97. package/dist/formats/mp3/CjsMp3Format.js.map +1 -1
  98. package/dist/formats/mp3/core/helpers.js +338 -338
  99. package/dist/formats/mp3/index.js +2 -2
  100. package/dist/formats/mp4/CjsMp4Format.js +191 -185
  101. package/dist/formats/mp4/CjsMp4Format.js.map +1 -1
  102. package/dist/formats/mp4/core/helpers.js +449 -449
  103. package/dist/formats/mp4/index.js +2 -2
  104. package/dist/formats/obj/CjsObjFormat.js +253 -247
  105. package/dist/formats/obj/CjsObjFormat.js.map +1 -1
  106. package/dist/formats/obj/core/helpers.js +573 -573
  107. package/dist/formats/obj/core/json.js +64 -64
  108. package/dist/formats/obj/core/parser.js +321 -321
  109. package/dist/formats/obj/index.js +2 -2
  110. package/dist/formats/ogg/CjsOggFormat.js +88 -82
  111. package/dist/formats/ogg/CjsOggFormat.js.map +1 -1
  112. package/dist/formats/ogg/core/helpers.js +387 -387
  113. package/dist/formats/ogg/core/imdct.js +178 -178
  114. package/dist/formats/ogg/core/vorbis.js +999 -999
  115. package/dist/formats/ogg/index.js +2 -2
  116. package/dist/formats/png/CjsPngFormat.js +195 -189
  117. package/dist/formats/png/CjsPngFormat.js.map +1 -1
  118. package/dist/formats/png/core/helpers.js +583 -583
  119. package/dist/formats/png/index.js +2 -2
  120. package/dist/formats/red/CjsRedFormat.js +261 -247
  121. package/dist/formats/red/CjsRedFormat.js.map +1 -1
  122. package/dist/formats/red/core/CjsRedReader.js +194 -201
  123. package/dist/formats/red/core/CjsRedReader.js.map +1 -1
  124. package/dist/formats/red/core/blackDefinitions.js +3 -3
  125. package/dist/formats/red/core/helpers.js +139 -136
  126. package/dist/formats/red/core/helpers.js.map +1 -1
  127. package/dist/formats/red/core/redGraph.js +68 -68
  128. package/dist/formats/red/core/schema.js +4 -4
  129. package/dist/formats/red/index.js +2 -2
  130. package/dist/formats/stl/CjsStlFormat.js +365 -304
  131. package/dist/formats/stl/CjsStlFormat.js.map +1 -1
  132. package/dist/formats/stl/core/helpers.js +261 -257
  133. package/dist/formats/stl/core/helpers.js.map +1 -1
  134. package/dist/formats/stl/core/json.js +51 -51
  135. package/dist/formats/stl/core/stl.js +629 -544
  136. package/dist/formats/stl/core/stl.js.map +1 -1
  137. package/dist/formats/stl/core/targets.js +163 -163
  138. package/dist/formats/stl/index.js +2 -2
  139. package/dist/formats/tga/CjsTgaFormat.js +192 -186
  140. package/dist/formats/tga/CjsTgaFormat.js.map +1 -1
  141. package/dist/formats/tga/core/helpers.js +446 -446
  142. package/dist/formats/tga/index.js +2 -2
  143. package/dist/formats/wav/CjsWavFormat.js +192 -186
  144. package/dist/formats/wav/CjsWavFormat.js.map +1 -1
  145. package/dist/formats/wav/core/helpers.js +328 -328
  146. package/dist/formats/wav/index.js +2 -2
  147. package/dist/formats/webm/CjsWebmFormat.js +191 -185
  148. package/dist/formats/webm/CjsWebmFormat.js.map +1 -1
  149. package/dist/formats/webm/core/helpers.js +537 -537
  150. package/dist/formats/webm/index.js +2 -2
  151. package/dist/formats/webp/CjsWebpFormat.js +86 -80
  152. package/dist/formats/webp/CjsWebpFormat.js.map +1 -1
  153. package/dist/formats/webp/core/helpers.js +214 -214
  154. package/dist/formats/webp/index.js +2 -2
  155. package/dist/formats/wem/CjsWemFormat.js +241 -197
  156. package/dist/formats/wem/CjsWemFormat.js.map +1 -1
  157. package/dist/formats/wem/core/bitStream.js +259 -259
  158. package/dist/formats/wem/core/codebookLibrary.js +164 -164
  159. package/dist/formats/wem/core/helpers.js +417 -336
  160. package/dist/formats/wem/core/helpers.js.map +1 -1
  161. package/dist/formats/wem/core/packedCodebooksAotuv603.js +30 -30
  162. package/dist/formats/wem/core/ptadpcm.js +77 -0
  163. package/dist/formats/wem/core/ptadpcm.js.map +1 -0
  164. package/dist/formats/wem/core/resolve.js +121 -0
  165. package/dist/formats/wem/core/resolve.js.map +1 -0
  166. package/dist/formats/wem/core/wemToOgg.js +485 -485
  167. package/dist/formats/wem/index.js +2 -2
  168. package/dist/formats/yaml/CjsYamlFormat.js +83 -77
  169. package/dist/formats/yaml/CjsYamlFormat.js.map +1 -1
  170. package/dist/formats/yaml/core/CjsYamlReader.js +305 -304
  171. package/dist/formats/yaml/core/CjsYamlReader.js.map +1 -1
  172. package/dist/formats/yaml/core/helpers.js +160 -160
  173. package/dist/formats/yaml/index.js +2 -2
  174. package/dist/index.js +48 -52
  175. package/dist/index.js.map +1 -1
  176. package/dist/resourcePath.js +18 -18
  177. package/dist/resourceStates.js +9 -9
  178. package/dist/{generated/resources → resources}/AudioGeometryResData.js +47 -47
  179. package/dist/resources/AudioGeometryResData.js.map +1 -0
  180. package/dist/{generated/resources → resources}/GStateBindingCallbackData.js +31 -31
  181. package/dist/resources/GStateBindingCallbackData.js.map +1 -0
  182. package/dist/{generated/resources → resources}/MeshDecalData.js +37 -37
  183. package/dist/resources/MeshDecalData.js.map +1 -0
  184. package/dist/{generated/resources → resources}/MeshDecalLodData.js +34 -34
  185. package/dist/resources/MeshDecalLodData.js.map +1 -0
  186. package/dist/resources/Tr2EffectRes.js +71 -71
  187. package/dist/resources/Tr2GrannyIntersectionResult.js +60 -0
  188. package/dist/resources/Tr2GrannyIntersectionResult.js.map +1 -0
  189. package/dist/resources/Tr2GrannyStateRes.js +44 -44
  190. package/dist/resources/Tr2ImageRes.js +114 -114
  191. package/dist/resources/Tr2LightProfileRes.js +40 -40
  192. package/dist/{generated/resources → resources}/Tr2MaterialArea.js +34 -34
  193. package/dist/resources/Tr2MaterialArea.js.map +1 -0
  194. package/dist/{generated/resources → resources}/Tr2MaterialMesh.js +31 -31
  195. package/dist/resources/Tr2MaterialMesh.js.map +1 -0
  196. package/dist/{generated/resources → resources}/Tr2MaterialRes.js +34 -34
  197. package/dist/resources/Tr2MaterialRes.js.map +1 -0
  198. package/dist/{generated/resources → resources}/Tr2ShaderPermutation.js +43 -43
  199. package/dist/resources/Tr2ShaderPermutation.js.map +1 -0
  200. package/dist/{generated/resources → resources}/Tr2TextureLodManager.js +100 -60
  201. package/dist/resources/Tr2TextureLodManager.js.map +1 -0
  202. package/dist/{generated/resources → resources}/Tr2TextureLodUpdateRequest.js +37 -37
  203. package/dist/resources/Tr2TextureLodUpdateRequest.js.map +1 -0
  204. package/dist/{generated/resources → resources}/Tr2TexturePackChannel.js +37 -37
  205. package/dist/resources/Tr2TexturePackChannel.js.map +1 -0
  206. package/dist/resources/Tr2TexturePipeline.js +68 -0
  207. package/dist/resources/Tr2TexturePipeline.js.map +1 -0
  208. package/dist/{generated/resources → resources}/Tr2TexturePipelineParams.js +34 -34
  209. package/dist/resources/Tr2TexturePipelineParams.js.map +1 -0
  210. package/dist/{generated/resources → resources}/Tr2TexturePipelineStepCompress.js +40 -40
  211. package/dist/resources/Tr2TexturePipelineStepCompress.js.map +1 -0
  212. package/dist/{generated/resources → resources}/Tr2TexturePipelineStepLimitSize.js +34 -34
  213. package/dist/resources/Tr2TexturePipelineStepLimitSize.js.map +1 -0
  214. package/dist/{generated/resources → resources}/Tr2TexturePipelineStepLoad.js +31 -31
  215. package/dist/resources/Tr2TexturePipelineStepLoad.js.map +1 -0
  216. package/dist/{generated/resources → resources}/Tr2TexturePipelineStepPack.js +43 -43
  217. package/dist/resources/Tr2TexturePipelineStepPack.js.map +1 -0
  218. package/dist/resources/TriGeometryRes.js +239 -216
  219. package/dist/resources/TriGeometryRes.js.map +1 -1
  220. package/dist/{generated/resources → resources}/TriGeometryResAreaData.js +59 -59
  221. package/dist/resources/TriGeometryResAreaData.js.map +1 -0
  222. package/dist/{generated/resources → resources}/TriGeometryResJointData.js +38 -38
  223. package/dist/resources/TriGeometryResJointData.js.map +1 -0
  224. package/dist/{generated/resources → resources}/TriGeometryResLodData.js +88 -88
  225. package/dist/resources/TriGeometryResLodData.js.map +1 -0
  226. package/dist/{generated/resources → resources}/TriGeometryResMeshData.js +63 -63
  227. package/dist/resources/TriGeometryResMeshData.js.map +1 -0
  228. package/dist/{generated/resources → resources}/TriGeometryResSkeletonData.js +34 -34
  229. package/dist/resources/TriGeometryResSkeletonData.js.map +1 -0
  230. package/dist/resources/TriGrannyRes.js +43 -43
  231. package/dist/{generated/resources → resources}/TriJointBinding.js +38 -38
  232. package/dist/resources/TriJointBinding.js.map +1 -0
  233. package/dist/{generated/resources → resources}/TriMorphTargetGeometryConstants.js +46 -46
  234. package/dist/resources/TriMorphTargetGeometryConstants.js.map +1 -0
  235. package/dist/{generated/resources → resources}/TriRtGeometryConstants.js +88 -88
  236. package/dist/resources/TriRtGeometryConstants.js.map +1 -0
  237. package/dist/resources/TriTextureRes.js +304 -304
  238. package/dist/{generated/resources → resources}/enums.js +18 -18
  239. package/dist/resources/enums.js.map +1 -0
  240. package/dist/resources/resourceBoundary.js +47 -47
  241. package/dist/resources/texturePipelineBehavior.js +320 -0
  242. package/dist/resources/texturePipelineBehavior.js.map +1 -0
  243. package/dist/texture/CjsTextureArrayRes.js +406 -406
  244. package/dist/texture/CjsTextureParameterProxy.js +133 -133
  245. package/format-notices/black/LICENSE +21 -21
  246. package/format-notices/black/NOTICE +47 -47
  247. package/format-notices/bnk/LICENSE +21 -21
  248. package/format-notices/bnk/NOTICE +20 -17
  249. package/format-notices/cmf/LICENSE +21 -21
  250. package/format-notices/cmf/NOTICE +36 -36
  251. package/format-notices/dds/LICENSE +21 -21
  252. package/format-notices/dds/NOTICE +14 -14
  253. package/format-notices/fbx/LICENSE +21 -21
  254. package/format-notices/fbx/NOTICE +14 -14
  255. package/format-notices/flac/LICENSE +21 -21
  256. package/format-notices/flac/NOTICE +14 -14
  257. package/format-notices/gif/LICENSE +21 -21
  258. package/format-notices/gif/NOTICE +14 -14
  259. package/format-notices/gltf/LICENSE +21 -21
  260. package/format-notices/gltf/NOTICE +27 -27
  261. package/format-notices/jpeg/LICENSE +21 -21
  262. package/format-notices/jpeg/NOTICE +14 -14
  263. package/format-notices/mp3/LICENSE +21 -21
  264. package/format-notices/mp3/NOTICE +14 -14
  265. package/format-notices/mp4/LICENSE +21 -21
  266. package/format-notices/mp4/NOTICE +14 -14
  267. package/format-notices/obj/LICENSE +21 -21
  268. package/format-notices/obj/NOTICE +26 -26
  269. package/format-notices/ogg/LICENSE +21 -21
  270. package/format-notices/ogg/NOTICE +28 -28
  271. package/format-notices/png/LICENSE +21 -21
  272. package/format-notices/png/NOTICE +14 -14
  273. package/format-notices/red/LICENSE +21 -21
  274. package/format-notices/red/NOTICE +31 -31
  275. package/format-notices/stl/LICENSE +21 -21
  276. package/format-notices/stl/NOTICE +21 -21
  277. package/format-notices/tga/LICENSE +21 -21
  278. package/format-notices/tga/NOTICE +14 -14
  279. package/format-notices/wav/LICENSE +21 -21
  280. package/format-notices/wav/NOTICE +14 -14
  281. package/format-notices/webm/LICENSE +21 -21
  282. package/format-notices/webm/NOTICE +14 -14
  283. package/format-notices/webp/LICENSE +21 -21
  284. package/format-notices/webp/NOTICE +14 -14
  285. package/format-notices/wem/LICENSE +57 -57
  286. package/format-notices/wem/NOTICE +33 -33
  287. package/format-notices/yaml/LICENSE +21 -21
  288. package/format-notices/yaml/NOTICE +44 -44
  289. package/package.json +51 -51
  290. package/resource-lifecycle.md +679 -487
  291. package/dist/generated/resources/AudioGeometryResData.js.map +0 -1
  292. package/dist/generated/resources/CmfVertexReader.js +0 -46
  293. package/dist/generated/resources/CmfVertexReader.js.map +0 -1
  294. package/dist/generated/resources/GStateBindingCallbackData.js.map +0 -1
  295. package/dist/generated/resources/MeshDecalData.js.map +0 -1
  296. package/dist/generated/resources/MeshDecalLodData.js.map +0 -1
  297. package/dist/generated/resources/Tr2AsyncSave.js +0 -46
  298. package/dist/generated/resources/Tr2AsyncSave.js.map +0 -1
  299. package/dist/generated/resources/Tr2CmfContents.js +0 -37
  300. package/dist/generated/resources/Tr2CmfContents.js.map +0 -1
  301. package/dist/generated/resources/Tr2GrannyIntersectionResult.js +0 -58
  302. package/dist/generated/resources/Tr2GrannyIntersectionResult.js.map +0 -1
  303. package/dist/generated/resources/Tr2LoadPrepareFence.js +0 -37
  304. package/dist/generated/resources/Tr2LoadPrepareFence.js.map +0 -1
  305. package/dist/generated/resources/Tr2MaterialArea.js.map +0 -1
  306. package/dist/generated/resources/Tr2MaterialMesh.js.map +0 -1
  307. package/dist/generated/resources/Tr2MaterialRes.js.map +0 -1
  308. package/dist/generated/resources/Tr2ShaderPermutation.js.map +0 -1
  309. package/dist/generated/resources/Tr2TextureLodManager.js.map +0 -1
  310. package/dist/generated/resources/Tr2TextureLodUpdateRequest.js.map +0 -1
  311. package/dist/generated/resources/Tr2TexturePackChannel.js.map +0 -1
  312. package/dist/generated/resources/Tr2TexturePipeline.js +0 -44
  313. package/dist/generated/resources/Tr2TexturePipeline.js.map +0 -1
  314. package/dist/generated/resources/Tr2TexturePipelineParams.js.map +0 -1
  315. package/dist/generated/resources/Tr2TexturePipelineStepCompress.js.map +0 -1
  316. package/dist/generated/resources/Tr2TexturePipelineStepLimitSize.js.map +0 -1
  317. package/dist/generated/resources/Tr2TexturePipelineStepLoad.js.map +0 -1
  318. package/dist/generated/resources/Tr2TexturePipelineStepPack.js.map +0 -1
  319. package/dist/generated/resources/TriGeometryResAreaData.js.map +0 -1
  320. package/dist/generated/resources/TriGeometryResJointData.js.map +0 -1
  321. package/dist/generated/resources/TriGeometryResLodData.js.map +0 -1
  322. package/dist/generated/resources/TriGeometryResMeshData.js.map +0 -1
  323. package/dist/generated/resources/TriGeometryResSkeletonData.js.map +0 -1
  324. package/dist/generated/resources/TriJointBinding.js.map +0 -1
  325. package/dist/generated/resources/TriMorphTargetGeometryConstants.js.map +0 -1
  326. package/dist/generated/resources/TriRtGeometryConstants.js.map +0 -1
  327. package/dist/generated/resources/enums.js.map +0 -1
  328. package/dist/generated/resources/index.js +0 -32
  329. package/dist/generated/resources/index.js.map +0 -1
@@ -1,59 +1,59 @@
1
- import { applyDecs2311 as _applyDecs2311 } from '../../_virtual/_rollupPluginBabelHelpers.js';
2
- import { type } from '@carbonenginejs/core-types/schema';
3
- import { CjsModel } from '@carbonenginejs/core-types/model';
4
- import { vec3 } from '@carbonenginejs/core-math/vec3';
5
-
6
- let _initClass, _init_name, _init_extra_name, _init_firstIndex, _init_extra_firstIndex, _init_primitiveCount, _init_extra_primitiveCount, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_jointBindings, _init_extra_jointBindings, _init_staticBlas, _init_extra_staticBlas, _init_isSkinned, _init_extra_isSkinned, _init_isMorphed, _init_extra_isMorphed, _init_rtGeometryConstants, _init_extra_rtGeometryConstants;
7
-
8
- /** TriGeometryResAreaData (resources) - generated from schema shapeHash a859a2c5.... */
9
- let _TriGeometryResAreaDa;
10
- class TriGeometryResAreaData extends CjsModel {
11
- static {
12
- ({
13
- e: [_init_name, _init_extra_name, _init_firstIndex, _init_extra_firstIndex, _init_primitiveCount, _init_extra_primitiveCount, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_jointBindings, _init_extra_jointBindings, _init_staticBlas, _init_extra_staticBlas, _init_isSkinned, _init_extra_isSkinned, _init_isMorphed, _init_extra_isMorphed, _init_rtGeometryConstants, _init_extra_rtGeometryConstants],
14
- c: [_TriGeometryResAreaDa, _initClass]
15
- } = _applyDecs2311(this, [type.define({
16
- className: "TriGeometryResAreaData",
17
- family: "resources"
18
- })], [[[type, type.string], 16, "name"], [[type, type.int32], 16, "firstIndex"], [[type, type.int32], 16, "primitiveCount"], [[type, type.vec3], 16, "minBounds"], [[type, type.vec3], 16, "maxBounds"], [[type, type.unknown], 16, "jointBindings"], [type.rawStruct("Tr2RtBottomLevelAccelerationStructureAL"), 0, "staticBlas"], [[type, type.boolean], 16, "isSkinned"], [[type, type.boolean], 16, "isMorphed"], [type.rawStruct("Tr2ConstantBufferAL"), 0, "rtGeometryConstants"]], 0, void 0, CjsModel));
19
- }
20
- constructor(...args) {
21
- super(...args);
22
- _init_extra_rtGeometryConstants(this);
23
- }
24
- /** m_name (std::string) */
25
- name = _init_name(this, "");
26
-
27
- /** m_firstIndex (int) */
28
- firstIndex = (_init_extra_name(this), _init_firstIndex(this, 0));
29
-
30
- /** m_primitiveCount (int) */
31
- primitiveCount = (_init_extra_firstIndex(this), _init_primitiveCount(this, 0));
32
-
33
- /** m_minBounds (Vector3) */
34
- minBounds = (_init_extra_primitiveCount(this), _init_minBounds(this, vec3.create()));
35
-
36
- /** m_maxBounds (Vector3) */
37
- maxBounds = (_init_extra_minBounds(this), _init_maxBounds(this, vec3.create()));
38
-
39
- /** m_jointBindings (TrackableStdVector<int>) */
40
- jointBindings = (_init_extra_maxBounds(this), _init_jointBindings(this, null));
41
-
42
- /** m_staticBlas (Tr2RtBottomLevelAccelerationStructureAL) */
43
- staticBlas = (_init_extra_jointBindings(this), _init_staticBlas(this, null));
44
-
45
- /** m_isSkinned (bool) */
46
- isSkinned = (_init_extra_staticBlas(this), _init_isSkinned(this, false));
47
-
48
- /** m_isMorphed (bool) */
49
- isMorphed = (_init_extra_isSkinned(this), _init_isMorphed(this, false));
50
-
51
- /** m_rtGeometryConstants (Tr2ConstantBufferAL) */
52
- rtGeometryConstants = (_init_extra_isMorphed(this), _init_rtGeometryConstants(this, null));
53
- static {
54
- _initClass();
55
- }
56
- }
57
-
58
- export { _TriGeometryResAreaDa as TriGeometryResAreaData };
59
- //# sourceMappingURL=TriGeometryResAreaData.js.map
1
+ import { applyDecs2311 as _applyDecs2311 } from '../_virtual/_rollupPluginBabelHelpers.js';
2
+ import { type } from '@carbonenginejs/core-types/schema';
3
+ import { CjsModel } from '@carbonenginejs/core-types/model';
4
+ import { vec3 } from '@carbonenginejs/core-math/vec3';
5
+
6
+ let _initClass, _init_name, _init_extra_name, _init_firstIndex, _init_extra_firstIndex, _init_primitiveCount, _init_extra_primitiveCount, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_jointBindings, _init_extra_jointBindings, _init_staticBlas, _init_extra_staticBlas, _init_isSkinned, _init_extra_isSkinned, _init_isMorphed, _init_extra_isMorphed, _init_rtGeometryConstants, _init_extra_rtGeometryConstants;
7
+
8
+ /** TriGeometryResAreaData (resources) - maintained from schema shapeHash a859a2c5.... */
9
+ let _TriGeometryResAreaDa;
10
+ class TriGeometryResAreaData extends CjsModel {
11
+ static {
12
+ ({
13
+ e: [_init_name, _init_extra_name, _init_firstIndex, _init_extra_firstIndex, _init_primitiveCount, _init_extra_primitiveCount, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_jointBindings, _init_extra_jointBindings, _init_staticBlas, _init_extra_staticBlas, _init_isSkinned, _init_extra_isSkinned, _init_isMorphed, _init_extra_isMorphed, _init_rtGeometryConstants, _init_extra_rtGeometryConstants],
14
+ c: [_TriGeometryResAreaDa, _initClass]
15
+ } = _applyDecs2311(this, [type.define({
16
+ className: "TriGeometryResAreaData",
17
+ family: "resources"
18
+ })], [[[type, type.string], 16, "name"], [[type, type.int32], 16, "firstIndex"], [[type, type.int32], 16, "primitiveCount"], [[type, type.vec3], 16, "minBounds"], [[type, type.vec3], 16, "maxBounds"], [[type, type.unknown], 16, "jointBindings"], [type.rawStruct("Tr2RtBottomLevelAccelerationStructureAL"), 0, "staticBlas"], [[type, type.boolean], 16, "isSkinned"], [[type, type.boolean], 16, "isMorphed"], [type.rawStruct("Tr2ConstantBufferAL"), 0, "rtGeometryConstants"]], 0, void 0, CjsModel));
19
+ }
20
+ constructor(...args) {
21
+ super(...args);
22
+ _init_extra_rtGeometryConstants(this);
23
+ }
24
+ /** m_name (std::string) */
25
+ name = _init_name(this, "");
26
+
27
+ /** m_firstIndex (int) */
28
+ firstIndex = (_init_extra_name(this), _init_firstIndex(this, 0));
29
+
30
+ /** m_primitiveCount (int) */
31
+ primitiveCount = (_init_extra_firstIndex(this), _init_primitiveCount(this, 0));
32
+
33
+ /** m_minBounds (Vector3) */
34
+ minBounds = (_init_extra_primitiveCount(this), _init_minBounds(this, vec3.create()));
35
+
36
+ /** m_maxBounds (Vector3) */
37
+ maxBounds = (_init_extra_minBounds(this), _init_maxBounds(this, vec3.create()));
38
+
39
+ /** m_jointBindings (TrackableStdVector<int>) */
40
+ jointBindings = (_init_extra_maxBounds(this), _init_jointBindings(this, null));
41
+
42
+ /** m_staticBlas (Tr2RtBottomLevelAccelerationStructureAL) */
43
+ staticBlas = (_init_extra_jointBindings(this), _init_staticBlas(this, null));
44
+
45
+ /** m_isSkinned (bool) */
46
+ isSkinned = (_init_extra_staticBlas(this), _init_isSkinned(this, false));
47
+
48
+ /** m_isMorphed (bool) */
49
+ isMorphed = (_init_extra_isSkinned(this), _init_isMorphed(this, false));
50
+
51
+ /** m_rtGeometryConstants (Tr2ConstantBufferAL) */
52
+ rtGeometryConstants = (_init_extra_isMorphed(this), _init_rtGeometryConstants(this, null));
53
+ static {
54
+ _initClass();
55
+ }
56
+ }
57
+
58
+ export { _TriGeometryResAreaDa as TriGeometryResAreaData };
59
+ //# sourceMappingURL=TriGeometryResAreaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriGeometryResAreaData.js","sources":["../../../src/resources/TriGeometryResAreaData.js"],"sourcesContent":["// Source: trinity/trinity/Resources/TriGeometryRes.h\r\n// Schema: format-carbon resources/TriGeometryResAreaData.json; maintained by runtime-resource.\r\nimport { type } from \"@carbonenginejs/core-types/schema\";\r\nimport { CjsModel } from \"@carbonenginejs/core-types/model\";\r\nimport { vec3 } from \"@carbonenginejs/core-math/vec3\";\r\n\r\n/** TriGeometryResAreaData (resources) - maintained from schema shapeHash a859a2c5.... */\r\n@type.define({ className: \"TriGeometryResAreaData\", family: \"resources\" })\r\nexport class TriGeometryResAreaData extends CjsModel\r\n{\r\n\r\n /** m_name (std::string) */\r\n @type.string\r\n name = \"\";\r\n\r\n /** m_firstIndex (int) */\r\n @type.int32\r\n firstIndex = 0;\r\n\r\n /** m_primitiveCount (int) */\r\n @type.int32\r\n primitiveCount = 0;\r\n\r\n /** m_minBounds (Vector3) */\r\n @type.vec3\r\n minBounds = vec3.create();\r\n\r\n /** m_maxBounds (Vector3) */\r\n @type.vec3\r\n maxBounds = vec3.create();\r\n\r\n /** m_jointBindings (TrackableStdVector<int>) */\r\n @type.unknown\r\n jointBindings = null;\r\n\r\n /** m_staticBlas (Tr2RtBottomLevelAccelerationStructureAL) */\r\n @type.rawStruct(\"Tr2RtBottomLevelAccelerationStructureAL\")\r\n staticBlas = null;\r\n\r\n /** m_isSkinned (bool) */\r\n @type.boolean\r\n isSkinned = false;\r\n\r\n /** m_isMorphed (bool) */\r\n @type.boolean\r\n isMorphed = false;\r\n\r\n /** m_rtGeometryConstants (Tr2ConstantBufferAL) */\r\n @type.rawStruct(\"Tr2ConstantBufferAL\")\r\n rtGeometryConstants = null;\r\n\r\n}\r\n"],"names":["_TriGeometryResAreaDa","TriGeometryResAreaData","CjsModel","e","_init_name","_init_extra_name","_init_firstIndex","_init_extra_firstIndex","_init_primitiveCount","_init_extra_primitiveCount","_init_minBounds","_init_extra_minBounds","_init_maxBounds","_init_extra_maxBounds","_init_jointBindings","_init_extra_jointBindings","_init_staticBlas","_init_extra_staticBlas","_init_isSkinned","_init_extra_isSkinned","_init_isMorphed","_init_extra_isMorphed","_init_rtGeometryConstants","_init_extra_rtGeometryConstants","c","_initClass","_applyDecs","type","define","className","family","string","int32","vec3","unknown","rawStruct","boolean","constructor","args","name","firstIndex","primitiveCount","minBounds","create","maxBounds","jointBindings","staticBlas","isSkinned","isMorphed","rtGeometryConstants"],"mappings":"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"}
@@ -1,38 +1,38 @@
1
- import { applyDecs2311 as _applyDecs2311 } from '../../_virtual/_rollupPluginBabelHelpers.js';
2
- import { type } from '@carbonenginejs/core-types/schema';
3
- import { CjsModel } from '@carbonenginejs/core-types/model';
4
- import { mat4 } from '@carbonenginejs/core-math/mat4';
5
-
6
- let _initClass, _init_name, _init_extra_name, _init_parentJoint, _init_extra_parentJoint, _init_inverseWorldTransform, _init_extra_inverseWorldTransform;
7
-
8
- /** TriGeometryResJointData (resources) - generated from schema shapeHash 9b31acb5.... */
9
- let _TriGeometryResJointD;
10
- class TriGeometryResJointData extends CjsModel {
11
- static {
12
- ({
13
- e: [_init_name, _init_extra_name, _init_parentJoint, _init_extra_parentJoint, _init_inverseWorldTransform, _init_extra_inverseWorldTransform],
14
- c: [_TriGeometryResJointD, _initClass]
15
- } = _applyDecs2311(this, [type.define({
16
- className: "TriGeometryResJointData",
17
- family: "resources"
18
- })], [[[type, type.string], 16, "name"], [[type, type.uint32], 16, "parentJoint"], [[type, type.mat4], 16, "inverseWorldTransform"]], 0, void 0, CjsModel));
19
- }
20
- constructor(...args) {
21
- super(...args);
22
- _init_extra_inverseWorldTransform(this);
23
- }
24
- /** m_name (std::string) */
25
- name = _init_name(this, "");
26
-
27
- /** m_parentJoint (unsigned int) */
28
- parentJoint = (_init_extra_name(this), _init_parentJoint(this, 0));
29
-
30
- /** m_inverseWorldTransform (Matrix) */
31
- inverseWorldTransform = (_init_extra_parentJoint(this), _init_inverseWorldTransform(this, mat4.create()));
32
- static {
33
- _initClass();
34
- }
35
- }
36
-
37
- export { _TriGeometryResJointD as TriGeometryResJointData };
38
- //# sourceMappingURL=TriGeometryResJointData.js.map
1
+ import { applyDecs2311 as _applyDecs2311 } from '../_virtual/_rollupPluginBabelHelpers.js';
2
+ import { type } from '@carbonenginejs/core-types/schema';
3
+ import { CjsModel } from '@carbonenginejs/core-types/model';
4
+ import { mat4 } from '@carbonenginejs/core-math/mat4';
5
+
6
+ let _initClass, _init_name, _init_extra_name, _init_parentJoint, _init_extra_parentJoint, _init_inverseWorldTransform, _init_extra_inverseWorldTransform;
7
+
8
+ /** TriGeometryResJointData (resources) - maintained from schema shapeHash 9b31acb5.... */
9
+ let _TriGeometryResJointD;
10
+ class TriGeometryResJointData extends CjsModel {
11
+ static {
12
+ ({
13
+ e: [_init_name, _init_extra_name, _init_parentJoint, _init_extra_parentJoint, _init_inverseWorldTransform, _init_extra_inverseWorldTransform],
14
+ c: [_TriGeometryResJointD, _initClass]
15
+ } = _applyDecs2311(this, [type.define({
16
+ className: "TriGeometryResJointData",
17
+ family: "resources"
18
+ })], [[[type, type.string], 16, "name"], [[type, type.uint32], 16, "parentJoint"], [[type, type.mat4], 16, "inverseWorldTransform"]], 0, void 0, CjsModel));
19
+ }
20
+ constructor(...args) {
21
+ super(...args);
22
+ _init_extra_inverseWorldTransform(this);
23
+ }
24
+ /** m_name (std::string) */
25
+ name = _init_name(this, "");
26
+
27
+ /** m_parentJoint (unsigned int) */
28
+ parentJoint = (_init_extra_name(this), _init_parentJoint(this, 0));
29
+
30
+ /** m_inverseWorldTransform (Matrix) */
31
+ inverseWorldTransform = (_init_extra_parentJoint(this), _init_inverseWorldTransform(this, mat4.create()));
32
+ static {
33
+ _initClass();
34
+ }
35
+ }
36
+
37
+ export { _TriGeometryResJointD as TriGeometryResJointData };
38
+ //# sourceMappingURL=TriGeometryResJointData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriGeometryResJointData.js","sources":["../../../src/resources/TriGeometryResJointData.js"],"sourcesContent":["// Source: trinity/trinity/Resources/TriGeometryRes.h\r\n// Schema: format-carbon resources/TriGeometryResJointData.json; maintained by runtime-resource.\r\nimport { type } from \"@carbonenginejs/core-types/schema\";\r\nimport { CjsModel } from \"@carbonenginejs/core-types/model\";\r\nimport { mat4 } from \"@carbonenginejs/core-math/mat4\";\r\n\r\n/** TriGeometryResJointData (resources) - maintained from schema shapeHash 9b31acb5.... */\r\n@type.define({ className: \"TriGeometryResJointData\", family: \"resources\" })\r\nexport class TriGeometryResJointData extends CjsModel\r\n{\r\n\r\n /** m_name (std::string) */\r\n @type.string\r\n name = \"\";\r\n\r\n /** m_parentJoint (unsigned int) */\r\n @type.uint32\r\n parentJoint = 0;\r\n\r\n /** m_inverseWorldTransform (Matrix) */\r\n @type.mat4\r\n inverseWorldTransform = mat4.create();\r\n\r\n}\r\n"],"names":["_TriGeometryResJointD","TriGeometryResJointData","CjsModel","e","_init_name","_init_extra_name","_init_parentJoint","_init_extra_parentJoint","_init_inverseWorldTransform","_init_extra_inverseWorldTransform","c","_initClass","_applyDecs","type","define","className","family","string","uint32","mat4","constructor","args","name","parentJoint","inverseWorldTransform","create"],"mappings":";;;;;;;AAMA;AAAA,IAAAA;AACA,MAAAC,uBAAA,SAC6CC,QAAQ,CACrD;AAAA,EAAA;AAAA,IAAA,CAAA;MAAAC,CAAA,EAAA,CAAAC,UAAA,EAAAC,gBAAA,EAAAC,iBAAA,EAAAC,uBAAA,EAAAC,2BAAA,EAAAC,iCAAA,CAAA;MAAAC,CAAA,EAAA,CAAAV,qBAAA,EAAAW,UAAA;AAAA,KAAA,GAAAC,cAAA,CAAA,IAAA,EAAA,CAFCC,IAAI,CAACC,MAAM,CAAC;AAAEC,MAAAA,SAAS,EAAE,yBAAyB;AAAEC,MAAAA,MAAM,EAAE;KAAa,CAAC,MAKxEH,IAAI,EAAJA,IAAI,CAACI,MAAM,kBAIXJ,IAAI,EAAJA,IAAI,CAACK,MAAM,yBAIXL,IAAI,EAAJA,IAAI,CAACM,IAAI,6CAZiCjB,QAAQ,CAAA;AAAA;AAAAkB,EAAAA,WAAAA,CAAA,GAAAC,IAAA,EAAA;AAAA,IAAA,KAAA,CAAA,GAAAA,IAAA,CAAA;IAAAZ,iCAAA,CAAA,IAAA,CAAA;AAAA,EAAA;AAGnD;EAEAa,IAAI,GAAAlB,UAAA,CAAA,IAAA,EAAG,EAAE,CAAA;;AAET;AAEAmB,EAAAA,WAAW,IAAAlB,gBAAA,CAAA,IAAA,CAAA,EAAAC,iBAAA,OAAG,CAAC,CAAA;;AAEf;EAEAkB,qBAAqB,IAAAjB,uBAAA,CAAA,IAAA,CAAA,EAAAC,2BAAA,OAAGW,IAAI,CAACM,MAAM,EAAE,CAAA;AAAC,EAAA;IAAAd,UAAA,EAAA;AAAA;AAExC;;;;"}
@@ -1,88 +1,88 @@
1
- import { applyDecs2311 as _applyDecs2311 } from '../../_virtual/_rollupPluginBabelHelpers.js';
2
- import { type } from '@carbonenginejs/core-types/schema';
3
- import { CjsModel } from '@carbonenginejs/core-types/model';
4
-
5
- let _initClass, _init_mesh, _init_extra_mesh, _init_grannyMeshIndex, _init_extra_grannyMeshIndex, _init_name, _init_extra_name, _init_originalLodIndex, _init_extra_originalLodIndex, _init_maxScreenSize, _init_extra_maxScreenSize, _init_vertexCount, _init_extra_vertexCount, _init_primitiveCount, _init_extra_primitiveCount, _init_uvDensities, _init_extra_uvDensities, _init_areas, _init_extra_areas, _init_allocationsValid, _init_extra_allocationsValid, _init_vertexAllocation, _init_extra_vertexAllocation, _init_indexAllocation, _init_extra_indexAllocation, _init_morphTargetAllocation, _init_extra_morphTargetAllocation, _init_morphTargetNames, _init_extra_morphTargetNames, _init_morphTargetDeformationAmounts, _init_extra_morphTargetDeformationAmounts, _init_isBakedMorphTarget, _init_extra_isBakedMorphTarget, _init_morphVertexDeclaration, _init_extra_morphVertexDeclaration, _init_bytesPerMorphTargetVertex, _init_extra_bytesPerMorphTargetVertex, _init_reversedIndicesValid, _init_extra_reversedIndicesValid, _init_reversedIndexAllocation, _init_extra_reversedIndexAllocation;
6
-
7
- /** TriGeometryResLodData (resources) - generated from schema shapeHash 92d97df7.... */
8
- let _TriGeometryResLodDat;
9
- class TriGeometryResLodData extends CjsModel {
10
- static {
11
- ({
12
- e: [_init_mesh, _init_extra_mesh, _init_grannyMeshIndex, _init_extra_grannyMeshIndex, _init_name, _init_extra_name, _init_originalLodIndex, _init_extra_originalLodIndex, _init_maxScreenSize, _init_extra_maxScreenSize, _init_vertexCount, _init_extra_vertexCount, _init_primitiveCount, _init_extra_primitiveCount, _init_uvDensities, _init_extra_uvDensities, _init_areas, _init_extra_areas, _init_allocationsValid, _init_extra_allocationsValid, _init_vertexAllocation, _init_extra_vertexAllocation, _init_indexAllocation, _init_extra_indexAllocation, _init_morphTargetAllocation, _init_extra_morphTargetAllocation, _init_morphTargetNames, _init_extra_morphTargetNames, _init_morphTargetDeformationAmounts, _init_extra_morphTargetDeformationAmounts, _init_isBakedMorphTarget, _init_extra_isBakedMorphTarget, _init_morphVertexDeclaration, _init_extra_morphVertexDeclaration, _init_bytesPerMorphTargetVertex, _init_extra_bytesPerMorphTargetVertex, _init_reversedIndicesValid, _init_extra_reversedIndicesValid, _init_reversedIndexAllocation, _init_extra_reversedIndexAllocation],
13
- c: [_TriGeometryResLodDat, _initClass]
14
- } = _applyDecs2311(this, [type.define({
15
- className: "TriGeometryResLodData",
16
- family: "resources"
17
- })], [[type.objectRef("TriGeometryResMeshData"), 0, "mesh"], [[type, type.int32], 16, "grannyMeshIndex"], [[type, type.string], 16, "name"], [[type, type.int32], 16, "originalLodIndex"], [[type, type.float32], 16, "maxScreenSize"], [[type, type.uint32], 16, "vertexCount"], [[type, type.uint32], 16, "primitiveCount"], [type.list("float"), 0, "uvDensities"], [[type, type.unknown], 16, "areas"], [[type, type.boolean], 16, "allocationsValid"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "vertexAllocation"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "indexAllocation"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "morphTargetAllocation"], [type.list("std::string"), 0, "morphTargetNames"], [type.list("float"), 0, "morphTargetDeformationAmounts"], [type.list("bool"), 0, "isBakedMorphTarget"], [[type, type.uint32], 16, "morphVertexDeclaration"], [[type, type.uint32], 16, "bytesPerMorphTargetVertex"], [[type, type.boolean], 16, "reversedIndicesValid"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "reversedIndexAllocation"]], 0, void 0, CjsModel));
18
- }
19
- constructor(...args) {
20
- super(...args);
21
- _init_extra_reversedIndexAllocation(this);
22
- }
23
- /** m_mesh (TriGeometryResMeshData*) */
24
- mesh = _init_mesh(this, null);
25
-
26
- /** m_grannyMeshIndex (int32_t) */
27
- grannyMeshIndex = (_init_extra_mesh(this), _init_grannyMeshIndex(this, 0));
28
-
29
- /** m_name (std::string) */
30
- name = (_init_extra_grannyMeshIndex(this), _init_name(this, ""));
31
-
32
- /** m_originalLodIndex (int32_t) */
33
- originalLodIndex = (_init_extra_name(this), _init_originalLodIndex(this, 0));
34
-
35
- /** m_maxScreenSize (float) */
36
- maxScreenSize = (_init_extra_originalLodIndex(this), _init_maxScreenSize(this, 0));
37
-
38
- /** m_vertexCount (unsigned int) */
39
- vertexCount = (_init_extra_maxScreenSize(this), _init_vertexCount(this, 0));
40
-
41
- /** m_primitiveCount (unsigned int) */
42
- primitiveCount = (_init_extra_vertexCount(this), _init_primitiveCount(this, 0));
43
-
44
- /** m_uvDensities (std::vector<float>) */
45
- uvDensities = (_init_extra_primitiveCount(this), _init_uvDensities(this, []));
46
-
47
- /** m_areas (TrackableStdVector<TriGeometryResAreaData>) */
48
- areas = (_init_extra_uvDensities(this), _init_areas(this, null));
49
-
50
- /** m_allocationsValid (bool) */
51
- allocationsValid = (_init_extra_areas(this), _init_allocationsValid(this, false));
52
-
53
- /** m_vertexAllocation (Tr2SuballocatedBuffer::Allocation) */
54
- vertexAllocation = (_init_extra_allocationsValid(this), _init_vertexAllocation(this, null));
55
-
56
- /** m_indexAllocation (Tr2SuballocatedBuffer::Allocation) */
57
- indexAllocation = (_init_extra_vertexAllocation(this), _init_indexAllocation(this, null));
58
-
59
- /** m_morphTargetAllocation (Tr2SuballocatedBuffer::Allocation) */
60
- morphTargetAllocation = (_init_extra_indexAllocation(this), _init_morphTargetAllocation(this, null));
61
-
62
- /** m_morphTargetNames (std::vector<std::string>) */
63
- morphTargetNames = (_init_extra_morphTargetAllocation(this), _init_morphTargetNames(this, []));
64
-
65
- /** m_morphTargetDeformationAmounts (std::vector<float>) */
66
- morphTargetDeformationAmounts = (_init_extra_morphTargetNames(this), _init_morphTargetDeformationAmounts(this, []));
67
-
68
- /** m_isBakedMorphTarget (std::vector<bool>) */
69
- isBakedMorphTarget = (_init_extra_morphTargetDeformationAmounts(this), _init_isBakedMorphTarget(this, []));
70
-
71
- /** m_morphVertexDeclaration (unsigned int) */
72
- morphVertexDeclaration = (_init_extra_isBakedMorphTarget(this), _init_morphVertexDeclaration(this, 0));
73
-
74
- /** m_bytesPerMorphTargetVertex (unsigned int) */
75
- bytesPerMorphTargetVertex = (_init_extra_morphVertexDeclaration(this), _init_bytesPerMorphTargetVertex(this, 0));
76
-
77
- /** m_reversedIndicesValid (bool) */
78
- reversedIndicesValid = (_init_extra_bytesPerMorphTargetVertex(this), _init_reversedIndicesValid(this, false));
79
-
80
- /** m_reversedIndexAllocation (Tr2SuballocatedBuffer::Allocation) */
81
- reversedIndexAllocation = (_init_extra_reversedIndicesValid(this), _init_reversedIndexAllocation(this, null));
82
- static {
83
- _initClass();
84
- }
85
- }
86
-
87
- export { _TriGeometryResLodDat as TriGeometryResLodData };
88
- //# sourceMappingURL=TriGeometryResLodData.js.map
1
+ import { applyDecs2311 as _applyDecs2311 } from '../_virtual/_rollupPluginBabelHelpers.js';
2
+ import { type } from '@carbonenginejs/core-types/schema';
3
+ import { CjsModel } from '@carbonenginejs/core-types/model';
4
+
5
+ let _initClass, _init_mesh, _init_extra_mesh, _init_grannyMeshIndex, _init_extra_grannyMeshIndex, _init_name, _init_extra_name, _init_originalLodIndex, _init_extra_originalLodIndex, _init_maxScreenSize, _init_extra_maxScreenSize, _init_vertexCount, _init_extra_vertexCount, _init_primitiveCount, _init_extra_primitiveCount, _init_uvDensities, _init_extra_uvDensities, _init_areas, _init_extra_areas, _init_allocationsValid, _init_extra_allocationsValid, _init_vertexAllocation, _init_extra_vertexAllocation, _init_indexAllocation, _init_extra_indexAllocation, _init_morphTargetAllocation, _init_extra_morphTargetAllocation, _init_morphTargetNames, _init_extra_morphTargetNames, _init_morphTargetDeformationAmounts, _init_extra_morphTargetDeformationAmounts, _init_isBakedMorphTarget, _init_extra_isBakedMorphTarget, _init_morphVertexDeclaration, _init_extra_morphVertexDeclaration, _init_bytesPerMorphTargetVertex, _init_extra_bytesPerMorphTargetVertex, _init_reversedIndicesValid, _init_extra_reversedIndicesValid, _init_reversedIndexAllocation, _init_extra_reversedIndexAllocation;
6
+
7
+ /** TriGeometryResLodData (resources) - maintained from schema shapeHash 92d97df7.... */
8
+ let _TriGeometryResLodDat;
9
+ class TriGeometryResLodData extends CjsModel {
10
+ static {
11
+ ({
12
+ e: [_init_mesh, _init_extra_mesh, _init_grannyMeshIndex, _init_extra_grannyMeshIndex, _init_name, _init_extra_name, _init_originalLodIndex, _init_extra_originalLodIndex, _init_maxScreenSize, _init_extra_maxScreenSize, _init_vertexCount, _init_extra_vertexCount, _init_primitiveCount, _init_extra_primitiveCount, _init_uvDensities, _init_extra_uvDensities, _init_areas, _init_extra_areas, _init_allocationsValid, _init_extra_allocationsValid, _init_vertexAllocation, _init_extra_vertexAllocation, _init_indexAllocation, _init_extra_indexAllocation, _init_morphTargetAllocation, _init_extra_morphTargetAllocation, _init_morphTargetNames, _init_extra_morphTargetNames, _init_morphTargetDeformationAmounts, _init_extra_morphTargetDeformationAmounts, _init_isBakedMorphTarget, _init_extra_isBakedMorphTarget, _init_morphVertexDeclaration, _init_extra_morphVertexDeclaration, _init_bytesPerMorphTargetVertex, _init_extra_bytesPerMorphTargetVertex, _init_reversedIndicesValid, _init_extra_reversedIndicesValid, _init_reversedIndexAllocation, _init_extra_reversedIndexAllocation],
13
+ c: [_TriGeometryResLodDat, _initClass]
14
+ } = _applyDecs2311(this, [type.define({
15
+ className: "TriGeometryResLodData",
16
+ family: "resources"
17
+ })], [[type.objectRef("TriGeometryResMeshData"), 0, "mesh"], [[type, type.int32], 16, "grannyMeshIndex"], [[type, type.string], 16, "name"], [[type, type.int32], 16, "originalLodIndex"], [[type, type.float32], 16, "maxScreenSize"], [[type, type.uint32], 16, "vertexCount"], [[type, type.uint32], 16, "primitiveCount"], [type.list("float"), 0, "uvDensities"], [[type, type.unknown], 16, "areas"], [[type, type.boolean], 16, "allocationsValid"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "vertexAllocation"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "indexAllocation"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "morphTargetAllocation"], [type.list("std::string"), 0, "morphTargetNames"], [type.list("float"), 0, "morphTargetDeformationAmounts"], [type.list("bool"), 0, "isBakedMorphTarget"], [[type, type.uint32], 16, "morphVertexDeclaration"], [[type, type.uint32], 16, "bytesPerMorphTargetVertex"], [[type, type.boolean], 16, "reversedIndicesValid"], [type.rawStruct("Tr2SuballocatedBuffer::Allocation"), 0, "reversedIndexAllocation"]], 0, void 0, CjsModel));
18
+ }
19
+ constructor(...args) {
20
+ super(...args);
21
+ _init_extra_reversedIndexAllocation(this);
22
+ }
23
+ /** m_mesh (TriGeometryResMeshData*) */
24
+ mesh = _init_mesh(this, null);
25
+
26
+ /** m_grannyMeshIndex (int32_t) */
27
+ grannyMeshIndex = (_init_extra_mesh(this), _init_grannyMeshIndex(this, 0));
28
+
29
+ /** m_name (std::string) */
30
+ name = (_init_extra_grannyMeshIndex(this), _init_name(this, ""));
31
+
32
+ /** m_originalLodIndex (int32_t) */
33
+ originalLodIndex = (_init_extra_name(this), _init_originalLodIndex(this, 0));
34
+
35
+ /** m_maxScreenSize (float) */
36
+ maxScreenSize = (_init_extra_originalLodIndex(this), _init_maxScreenSize(this, 0));
37
+
38
+ /** m_vertexCount (unsigned int) */
39
+ vertexCount = (_init_extra_maxScreenSize(this), _init_vertexCount(this, 0));
40
+
41
+ /** m_primitiveCount (unsigned int) */
42
+ primitiveCount = (_init_extra_vertexCount(this), _init_primitiveCount(this, 0));
43
+
44
+ /** m_uvDensities (std::vector<float>) */
45
+ uvDensities = (_init_extra_primitiveCount(this), _init_uvDensities(this, []));
46
+
47
+ /** m_areas (TrackableStdVector<TriGeometryResAreaData>) */
48
+ areas = (_init_extra_uvDensities(this), _init_areas(this, null));
49
+
50
+ /** m_allocationsValid (bool) */
51
+ allocationsValid = (_init_extra_areas(this), _init_allocationsValid(this, false));
52
+
53
+ /** m_vertexAllocation (Tr2SuballocatedBuffer::Allocation) */
54
+ vertexAllocation = (_init_extra_allocationsValid(this), _init_vertexAllocation(this, null));
55
+
56
+ /** m_indexAllocation (Tr2SuballocatedBuffer::Allocation) */
57
+ indexAllocation = (_init_extra_vertexAllocation(this), _init_indexAllocation(this, null));
58
+
59
+ /** m_morphTargetAllocation (Tr2SuballocatedBuffer::Allocation) */
60
+ morphTargetAllocation = (_init_extra_indexAllocation(this), _init_morphTargetAllocation(this, null));
61
+
62
+ /** m_morphTargetNames (std::vector<std::string>) */
63
+ morphTargetNames = (_init_extra_morphTargetAllocation(this), _init_morphTargetNames(this, []));
64
+
65
+ /** m_morphTargetDeformationAmounts (std::vector<float>) */
66
+ morphTargetDeformationAmounts = (_init_extra_morphTargetNames(this), _init_morphTargetDeformationAmounts(this, []));
67
+
68
+ /** m_isBakedMorphTarget (std::vector<bool>) */
69
+ isBakedMorphTarget = (_init_extra_morphTargetDeformationAmounts(this), _init_isBakedMorphTarget(this, []));
70
+
71
+ /** m_morphVertexDeclaration (unsigned int) */
72
+ morphVertexDeclaration = (_init_extra_isBakedMorphTarget(this), _init_morphVertexDeclaration(this, 0));
73
+
74
+ /** m_bytesPerMorphTargetVertex (unsigned int) */
75
+ bytesPerMorphTargetVertex = (_init_extra_morphVertexDeclaration(this), _init_bytesPerMorphTargetVertex(this, 0));
76
+
77
+ /** m_reversedIndicesValid (bool) */
78
+ reversedIndicesValid = (_init_extra_bytesPerMorphTargetVertex(this), _init_reversedIndicesValid(this, false));
79
+
80
+ /** m_reversedIndexAllocation (Tr2SuballocatedBuffer::Allocation) */
81
+ reversedIndexAllocation = (_init_extra_reversedIndicesValid(this), _init_reversedIndexAllocation(this, null));
82
+ static {
83
+ _initClass();
84
+ }
85
+ }
86
+
87
+ export { _TriGeometryResLodDat as TriGeometryResLodData };
88
+ //# sourceMappingURL=TriGeometryResLodData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriGeometryResLodData.js","sources":["../../../src/resources/TriGeometryResLodData.js"],"sourcesContent":["// Source: trinity/trinity/Resources/TriGeometryRes.h\r\n// Schema: format-carbon resources/TriGeometryResLodData.json; maintained by runtime-resource.\r\nimport { type } from \"@carbonenginejs/core-types/schema\";\r\nimport { CjsModel } from \"@carbonenginejs/core-types/model\";\r\n\r\n/** TriGeometryResLodData (resources) - maintained from schema shapeHash 92d97df7.... */\r\n@type.define({ className: \"TriGeometryResLodData\", family: \"resources\" })\r\nexport class TriGeometryResLodData extends CjsModel\r\n{\r\n\r\n /** m_mesh (TriGeometryResMeshData*) */\r\n @type.objectRef(\"TriGeometryResMeshData\")\r\n mesh = null;\r\n\r\n /** m_grannyMeshIndex (int32_t) */\r\n @type.int32\r\n grannyMeshIndex = 0;\r\n\r\n /** m_name (std::string) */\r\n @type.string\r\n name = \"\";\r\n\r\n /** m_originalLodIndex (int32_t) */\r\n @type.int32\r\n originalLodIndex = 0;\r\n\r\n /** m_maxScreenSize (float) */\r\n @type.float32\r\n maxScreenSize = 0;\r\n\r\n /** m_vertexCount (unsigned int) */\r\n @type.uint32\r\n vertexCount = 0;\r\n\r\n /** m_primitiveCount (unsigned int) */\r\n @type.uint32\r\n primitiveCount = 0;\r\n\r\n /** m_uvDensities (std::vector<float>) */\r\n @type.list(\"float\")\r\n uvDensities = [];\r\n\r\n /** m_areas (TrackableStdVector<TriGeometryResAreaData>) */\r\n @type.unknown\r\n areas = null;\r\n\r\n /** m_allocationsValid (bool) */\r\n @type.boolean\r\n allocationsValid = false;\r\n\r\n /** m_vertexAllocation (Tr2SuballocatedBuffer::Allocation) */\r\n @type.rawStruct(\"Tr2SuballocatedBuffer::Allocation\")\r\n vertexAllocation = null;\r\n\r\n /** m_indexAllocation (Tr2SuballocatedBuffer::Allocation) */\r\n @type.rawStruct(\"Tr2SuballocatedBuffer::Allocation\")\r\n indexAllocation = null;\r\n\r\n /** m_morphTargetAllocation (Tr2SuballocatedBuffer::Allocation) */\r\n @type.rawStruct(\"Tr2SuballocatedBuffer::Allocation\")\r\n morphTargetAllocation = null;\r\n\r\n /** m_morphTargetNames (std::vector<std::string>) */\r\n @type.list(\"std::string\")\r\n morphTargetNames = [];\r\n\r\n /** m_morphTargetDeformationAmounts (std::vector<float>) */\r\n @type.list(\"float\")\r\n morphTargetDeformationAmounts = [];\r\n\r\n /** m_isBakedMorphTarget (std::vector<bool>) */\r\n @type.list(\"bool\")\r\n isBakedMorphTarget = [];\r\n\r\n /** m_morphVertexDeclaration (unsigned int) */\r\n @type.uint32\r\n morphVertexDeclaration = 0;\r\n\r\n /** m_bytesPerMorphTargetVertex (unsigned int) */\r\n @type.uint32\r\n bytesPerMorphTargetVertex = 0;\r\n\r\n /** m_reversedIndicesValid (bool) */\r\n @type.boolean\r\n reversedIndicesValid = false;\r\n\r\n /** m_reversedIndexAllocation (Tr2SuballocatedBuffer::Allocation) */\r\n @type.rawStruct(\"Tr2SuballocatedBuffer::Allocation\")\r\n reversedIndexAllocation = null;\r\n\r\n}\r\n"],"names":["_TriGeometryResLodDat","TriGeometryResLodData","CjsModel","e","_init_mesh","_init_extra_mesh","_init_grannyMeshIndex","_init_extra_grannyMeshIndex","_init_name","_init_extra_name","_init_originalLodIndex","_init_extra_originalLodIndex","_init_maxScreenSize","_init_extra_maxScreenSize","_init_vertexCount","_init_extra_vertexCount","_init_primitiveCount","_init_extra_primitiveCount","_init_uvDensities","_init_extra_uvDensities","_init_areas","_init_extra_areas","_init_allocationsValid","_init_extra_allocationsValid","_init_vertexAllocation","_init_extra_vertexAllocation","_init_indexAllocation","_init_extra_indexAllocation","_init_morphTargetAllocation","_init_extra_morphTargetAllocation","_init_morphTargetNames","_init_extra_morphTargetNames","_init_morphTargetDeformationAmounts","_init_extra_morphTargetDeformationAmounts","_init_isBakedMorphTarget","_init_extra_isBakedMorphTarget","_init_morphVertexDeclaration","_init_extra_morphVertexDeclaration","_init_bytesPerMorphTargetVertex","_init_extra_bytesPerMorphTargetVertex","_init_reversedIndicesValid","_init_extra_reversedIndicesValid","_init_reversedIndexAllocation","_init_extra_reversedIndexAllocation","c","_initClass","_applyDecs","type","define","className","family","objectRef","int32","string","float32","uint32","list","unknown","boolean","rawStruct","constructor","args","mesh","grannyMeshIndex","name","originalLodIndex","maxScreenSize","vertexCount","primitiveCount","uvDensities","areas","allocationsValid","vertexAllocation","indexAllocation","morphTargetAllocation","morphTargetNames","morphTargetDeformationAmounts","isBakedMorphTarget","morphVertexDeclaration","bytesPerMorphTargetVertex","reversedIndicesValid","reversedIndexAllocation"],"mappings":"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"}
@@ -1,63 +1,63 @@
1
- import { applyDecs2311 as _applyDecs2311 } from '../../_virtual/_rollupPluginBabelHelpers.js';
2
- import { type } from '@carbonenginejs/core-types/schema';
3
- import { CjsModel } from '@carbonenginejs/core-types/model';
4
- import { vec3 } from '@carbonenginejs/core-math/vec3';
5
- import { vec4 } from '@carbonenginejs/core-math/vec4';
6
-
7
- let _initClass, _init_name, _init_extra_name, _init_vertexDeclarationHandle, _init_extra_vertexDeclarationHandle, _init_bytesPerVertex, _init_extra_bytesPerVertex, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_boundingSphere, _init_extra_boundingSphere, _init_jointBindings, _init_extra_jointBindings, _init_audioGeometry, _init_extra_audioGeometry, _init_decals, _init_extra_decals, _init_lodMask, _init_extra_lodMask, _init_lods, _init_extra_lods;
8
-
9
- /** TriGeometryResMeshData (resources) - generated from schema shapeHash 3d7f49cc.... */
10
- let _TriGeometryResMeshDa;
11
- class TriGeometryResMeshData extends CjsModel {
12
- static {
13
- ({
14
- e: [_init_name, _init_extra_name, _init_vertexDeclarationHandle, _init_extra_vertexDeclarationHandle, _init_bytesPerVertex, _init_extra_bytesPerVertex, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_boundingSphere, _init_extra_boundingSphere, _init_jointBindings, _init_extra_jointBindings, _init_audioGeometry, _init_extra_audioGeometry, _init_decals, _init_extra_decals, _init_lodMask, _init_extra_lodMask, _init_lods, _init_extra_lods],
15
- c: [_TriGeometryResMeshDa, _initClass]
16
- } = _applyDecs2311(this, [type.define({
17
- className: "TriGeometryResMeshData",
18
- family: "resources"
19
- })], [[[type, type.string], 16, "name"], [[type, type.uint32], 16, "vertexDeclarationHandle"], [[type, type.uint32], 16, "bytesPerVertex"], [[type, type.vec3], 16, "minBounds"], [[type, type.vec3], 16, "maxBounds"], [[type, type.vec4], 16, "boundingSphere"], [[type, type.unknown], 16, "jointBindings"], [type.rawStruct("AudioGeometryResData"), 0, "audioGeometry"], [type.list("MeshDecalData"), 0, "decals"], [[type, type.uint32], 16, "lodMask"], [type.rawStruct("TrackableStdVector<std::unique_ptr<TriGeometryResLodData>>"), 0, "lods"]], 0, void 0, CjsModel));
20
- }
21
- constructor(...args) {
22
- super(...args);
23
- _init_extra_lods(this);
24
- }
25
- /** m_name (std::string) */
26
- name = _init_name(this, "");
27
-
28
- /** m_vertexDeclarationHandle (unsigned int) */
29
- vertexDeclarationHandle = (_init_extra_name(this), _init_vertexDeclarationHandle(this, 0));
30
-
31
- /** m_bytesPerVertex (unsigned int) */
32
- bytesPerVertex = (_init_extra_vertexDeclarationHandle(this), _init_bytesPerVertex(this, -1));
33
-
34
- /** m_minBounds (Vector3) */
35
- minBounds = (_init_extra_bytesPerVertex(this), _init_minBounds(this, vec3.create()));
36
-
37
- /** m_maxBounds (Vector3) */
38
- maxBounds = (_init_extra_minBounds(this), _init_maxBounds(this, vec3.create()));
39
-
40
- /** m_boundingSphere (Vector4) */
41
- boundingSphere = (_init_extra_maxBounds(this), _init_boundingSphere(this, vec4.create()));
42
-
43
- /** m_jointBindings (TrackableStdVector<TriJointBinding>) */
44
- jointBindings = (_init_extra_boundingSphere(this), _init_jointBindings(this, null));
45
-
46
- /** m_audioGeometry (std::unique_ptr<AudioGeometryResData>) */
47
- audioGeometry = (_init_extra_jointBindings(this), _init_audioGeometry(this, null));
48
-
49
- /** m_decals (std::vector<std::shared_ptr<MeshDecalData>>) */
50
- decals = (_init_extra_audioGeometry(this), _init_decals(this, []));
51
-
52
- /** m_lodMask (uint32_t) */
53
- lodMask = (_init_extra_decals(this), _init_lodMask(this, 0));
54
-
55
- /** m_lods (TrackableStdVector<std::unique_ptr<TriGeometryResLodData>>) */
56
- lods = (_init_extra_lodMask(this), _init_lods(this, null));
57
- static {
58
- _initClass();
59
- }
60
- }
61
-
62
- export { _TriGeometryResMeshDa as TriGeometryResMeshData };
63
- //# sourceMappingURL=TriGeometryResMeshData.js.map
1
+ import { applyDecs2311 as _applyDecs2311 } from '../_virtual/_rollupPluginBabelHelpers.js';
2
+ import { type } from '@carbonenginejs/core-types/schema';
3
+ import { CjsModel } from '@carbonenginejs/core-types/model';
4
+ import { vec3 } from '@carbonenginejs/core-math/vec3';
5
+ import { vec4 } from '@carbonenginejs/core-math/vec4';
6
+
7
+ let _initClass, _init_name, _init_extra_name, _init_vertexDeclarationHandle, _init_extra_vertexDeclarationHandle, _init_bytesPerVertex, _init_extra_bytesPerVertex, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_boundingSphere, _init_extra_boundingSphere, _init_jointBindings, _init_extra_jointBindings, _init_audioGeometry, _init_extra_audioGeometry, _init_decals, _init_extra_decals, _init_lodMask, _init_extra_lodMask, _init_lods, _init_extra_lods;
8
+
9
+ /** TriGeometryResMeshData (resources) - maintained from schema shapeHash 3d7f49cc.... */
10
+ let _TriGeometryResMeshDa;
11
+ class TriGeometryResMeshData extends CjsModel {
12
+ static {
13
+ ({
14
+ e: [_init_name, _init_extra_name, _init_vertexDeclarationHandle, _init_extra_vertexDeclarationHandle, _init_bytesPerVertex, _init_extra_bytesPerVertex, _init_minBounds, _init_extra_minBounds, _init_maxBounds, _init_extra_maxBounds, _init_boundingSphere, _init_extra_boundingSphere, _init_jointBindings, _init_extra_jointBindings, _init_audioGeometry, _init_extra_audioGeometry, _init_decals, _init_extra_decals, _init_lodMask, _init_extra_lodMask, _init_lods, _init_extra_lods],
15
+ c: [_TriGeometryResMeshDa, _initClass]
16
+ } = _applyDecs2311(this, [type.define({
17
+ className: "TriGeometryResMeshData",
18
+ family: "resources"
19
+ })], [[[type, type.string], 16, "name"], [[type, type.uint32], 16, "vertexDeclarationHandle"], [[type, type.uint32], 16, "bytesPerVertex"], [[type, type.vec3], 16, "minBounds"], [[type, type.vec3], 16, "maxBounds"], [[type, type.vec4], 16, "boundingSphere"], [[type, type.unknown], 16, "jointBindings"], [type.rawStruct("AudioGeometryResData"), 0, "audioGeometry"], [type.list("MeshDecalData"), 0, "decals"], [[type, type.uint32], 16, "lodMask"], [type.rawStruct("TrackableStdVector<std::unique_ptr<TriGeometryResLodData>>"), 0, "lods"]], 0, void 0, CjsModel));
20
+ }
21
+ constructor(...args) {
22
+ super(...args);
23
+ _init_extra_lods(this);
24
+ }
25
+ /** m_name (std::string) */
26
+ name = _init_name(this, "");
27
+
28
+ /** m_vertexDeclarationHandle (unsigned int) */
29
+ vertexDeclarationHandle = (_init_extra_name(this), _init_vertexDeclarationHandle(this, 0));
30
+
31
+ /** m_bytesPerVertex (unsigned int) */
32
+ bytesPerVertex = (_init_extra_vertexDeclarationHandle(this), _init_bytesPerVertex(this, -1));
33
+
34
+ /** m_minBounds (Vector3) */
35
+ minBounds = (_init_extra_bytesPerVertex(this), _init_minBounds(this, vec3.create()));
36
+
37
+ /** m_maxBounds (Vector3) */
38
+ maxBounds = (_init_extra_minBounds(this), _init_maxBounds(this, vec3.create()));
39
+
40
+ /** m_boundingSphere (Vector4) */
41
+ boundingSphere = (_init_extra_maxBounds(this), _init_boundingSphere(this, vec4.create()));
42
+
43
+ /** m_jointBindings (TrackableStdVector<TriJointBinding>) */
44
+ jointBindings = (_init_extra_boundingSphere(this), _init_jointBindings(this, null));
45
+
46
+ /** m_audioGeometry (std::unique_ptr<AudioGeometryResData>) */
47
+ audioGeometry = (_init_extra_jointBindings(this), _init_audioGeometry(this, null));
48
+
49
+ /** m_decals (std::vector<std::shared_ptr<MeshDecalData>>) */
50
+ decals = (_init_extra_audioGeometry(this), _init_decals(this, []));
51
+
52
+ /** m_lodMask (uint32_t) */
53
+ lodMask = (_init_extra_decals(this), _init_lodMask(this, 0));
54
+
55
+ /** m_lods (TrackableStdVector<std::unique_ptr<TriGeometryResLodData>>) */
56
+ lods = (_init_extra_lodMask(this), _init_lods(this, null));
57
+ static {
58
+ _initClass();
59
+ }
60
+ }
61
+
62
+ export { _TriGeometryResMeshDa as TriGeometryResMeshData };
63
+ //# sourceMappingURL=TriGeometryResMeshData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriGeometryResMeshData.js","sources":["../../../src/resources/TriGeometryResMeshData.js"],"sourcesContent":["// Source: trinity/trinity/Resources/TriGeometryRes.h\r\n// Schema: format-carbon resources/TriGeometryResMeshData.json; maintained by runtime-resource.\r\nimport { type } from \"@carbonenginejs/core-types/schema\";\r\nimport { CjsModel } from \"@carbonenginejs/core-types/model\";\r\nimport { vec3 } from \"@carbonenginejs/core-math/vec3\";\r\nimport { vec4 } from \"@carbonenginejs/core-math/vec4\";\r\n\r\n/** TriGeometryResMeshData (resources) - maintained from schema shapeHash 3d7f49cc.... */\r\n@type.define({ className: \"TriGeometryResMeshData\", family: \"resources\" })\r\nexport class TriGeometryResMeshData extends CjsModel\r\n{\r\n\r\n /** m_name (std::string) */\r\n @type.string\r\n name = \"\";\r\n\r\n /** m_vertexDeclarationHandle (unsigned int) */\r\n @type.uint32\r\n vertexDeclarationHandle = 0;\r\n\r\n /** m_bytesPerVertex (unsigned int) */\r\n @type.uint32\r\n bytesPerVertex = -1;\r\n\r\n /** m_minBounds (Vector3) */\r\n @type.vec3\r\n minBounds = vec3.create();\r\n\r\n /** m_maxBounds (Vector3) */\r\n @type.vec3\r\n maxBounds = vec3.create();\r\n\r\n /** m_boundingSphere (Vector4) */\r\n @type.vec4\r\n boundingSphere = vec4.create();\r\n\r\n /** m_jointBindings (TrackableStdVector<TriJointBinding>) */\r\n @type.unknown\r\n jointBindings = null;\r\n\r\n /** m_audioGeometry (std::unique_ptr<AudioGeometryResData>) */\r\n @type.rawStruct(\"AudioGeometryResData\")\r\n audioGeometry = null;\r\n\r\n /** m_decals (std::vector<std::shared_ptr<MeshDecalData>>) */\r\n @type.list(\"MeshDecalData\")\r\n decals = [];\r\n\r\n /** m_lodMask (uint32_t) */\r\n @type.uint32\r\n lodMask = 0;\r\n\r\n /** m_lods (TrackableStdVector<std::unique_ptr<TriGeometryResLodData>>) */\r\n @type.rawStruct(\"TrackableStdVector<std::unique_ptr<TriGeometryResLodData>>\")\r\n lods = null;\r\n\r\n}\r\n"],"names":["_TriGeometryResMeshDa","TriGeometryResMeshData","CjsModel","e","_init_name","_init_extra_name","_init_vertexDeclarationHandle","_init_extra_vertexDeclarationHandle","_init_bytesPerVertex","_init_extra_bytesPerVertex","_init_minBounds","_init_extra_minBounds","_init_maxBounds","_init_extra_maxBounds","_init_boundingSphere","_init_extra_boundingSphere","_init_jointBindings","_init_extra_jointBindings","_init_audioGeometry","_init_extra_audioGeometry","_init_decals","_init_extra_decals","_init_lodMask","_init_extra_lodMask","_init_lods","_init_extra_lods","c","_initClass","_applyDecs","type","define","className","family","string","uint32","vec3","vec4","unknown","rawStruct","list","constructor","args","name","vertexDeclarationHandle","bytesPerVertex","minBounds","create","maxBounds","boundingSphere","jointBindings","audioGeometry","decals","lodMask","lods"],"mappings":"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"}