@dcl/protocol 1.0.0-2569677750.commit-6ce832a → 1.0.0-25751414897.commit-a9f7d81

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 (529) hide show
  1. package/README.md +68 -0
  2. package/out-js/about.gen.d.ts +1 -0
  3. package/out-js/about.gen.js +6 -0
  4. package/out-js/about.gen.js.map +1 -0
  5. package/out-js/comms.gen.d.ts +1 -0
  6. package/out-js/comms.gen.js +6 -0
  7. package/out-js/comms.gen.js.map +1 -0
  8. package/out-js/decentraland/common/border_rect.gen.d.ts +49 -0
  9. package/out-js/decentraland/common/border_rect.gen.js +201 -0
  10. package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
  11. package/out-js/decentraland/common/colors.gen.d.ts +59 -0
  12. package/out-js/decentraland/common/colors.gen.js +260 -0
  13. package/out-js/decentraland/common/colors.gen.js.map +1 -0
  14. package/out-js/decentraland/common/content_mapping.gen.d.ts +31 -0
  15. package/out-js/decentraland/common/content_mapping.gen.js +80 -0
  16. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -0
  17. package/out-js/decentraland/common/sdk/user_data.gen.d.ts +63 -0
  18. package/out-js/decentraland/common/sdk/user_data.gen.js +330 -0
  19. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -0
  20. package/out-js/decentraland/common/texture.gen.d.ts +123 -0
  21. package/out-js/decentraland/common/texture.gen.js +575 -0
  22. package/out-js/decentraland/common/texture.gen.js.map +1 -0
  23. package/out-js/decentraland/common/vectors.gen.d.ts +71 -0
  24. package/out-js/decentraland/common/vectors.gen.js +338 -0
  25. package/out-js/decentraland/common/vectors.gen.js.map +1 -0
  26. package/out-js/decentraland/kernel/apis/comms_api.gen.d.ts +76 -0
  27. package/out-js/decentraland/kernel/apis/comms_api.gen.js +257 -0
  28. package/out-js/decentraland/kernel/apis/comms_api.gen.js.map +1 -0
  29. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +105 -0
  30. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +400 -0
  31. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -0
  32. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +58 -0
  33. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +142 -0
  34. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -0
  35. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +338 -0
  36. package/out-js/decentraland/kernel/apis/engine_api.gen.js +1452 -0
  37. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -0
  38. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +283 -0
  39. package/out-js/decentraland/kernel/apis/environment_api.gen.js +1122 -0
  40. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -0
  41. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +225 -0
  42. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +878 -0
  43. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -0
  44. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +146 -0
  45. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +557 -0
  46. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -0
  47. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +100 -0
  48. package/out-js/decentraland/kernel/apis/permissions.gen.js +360 -0
  49. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -0
  50. package/out-js/decentraland/kernel/apis/players.gen.d.ts +127 -0
  51. package/out-js/decentraland/kernel/apis/players.gen.js +372 -0
  52. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -0
  53. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +178 -0
  54. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +607 -0
  55. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -0
  56. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +391 -0
  57. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1359 -0
  58. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -0
  59. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +217 -0
  60. package/out-js/decentraland/kernel/apis/runtime.gen.js +801 -0
  61. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -0
  62. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +59 -0
  63. package/out-js/decentraland/kernel/apis/scene.gen.js +171 -0
  64. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -0
  65. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +139 -0
  66. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +615 -0
  67. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -0
  68. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +72 -0
  69. package/out-js/decentraland/kernel/apis/social_controller.gen.js +207 -0
  70. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -0
  71. package/out-js/decentraland/kernel/apis/testing.gen.d.ts +249 -0
  72. package/out-js/decentraland/kernel/apis/testing.gen.js +1073 -0
  73. package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -0
  74. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +56 -0
  75. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +128 -0
  76. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -0
  77. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +86 -0
  78. package/out-js/decentraland/kernel/apis/user_identity.gen.js +236 -0
  79. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -0
  80. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +261 -0
  81. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +1639 -0
  82. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -0
  83. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +183 -0
  84. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +906 -0
  85. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -0
  86. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +224 -0
  87. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +1204 -0
  88. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -0
  89. package/out-js/decentraland/quests/definitions.gen.d.ts +541 -0
  90. package/out-js/decentraland/quests/definitions.gen.js +2728 -0
  91. package/out-js/decentraland/quests/definitions.gen.js.map +1 -0
  92. package/out-js/decentraland/realm/about.gen.d.ts +229 -0
  93. package/out-js/decentraland/realm/about.gen.js +1185 -0
  94. package/out-js/decentraland/realm/about.gen.js.map +1 -0
  95. package/out-js/decentraland/sdk/components/animator.gen.d.ts +62 -0
  96. package/out-js/decentraland/sdk/components/animator.gen.js +192 -0
  97. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
  98. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +61 -0
  99. package/out-js/decentraland/sdk/components/audio_source.gen.js +151 -0
  100. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
  101. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +50 -0
  102. package/out-js/decentraland/sdk/components/audio_stream.gen.js +138 -0
  103. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
  104. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +76 -0
  105. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +262 -0
  106. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
  107. package/out-js/decentraland/sdk/components/avatar_base.gen.d.ts +36 -0
  108. package/out-js/decentraland/sdk/components/avatar_base.gen.js +129 -0
  109. package/out-js/decentraland/sdk/components/avatar_base.gen.js.map +1 -0
  110. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.d.ts +37 -0
  111. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js +95 -0
  112. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js.map +1 -0
  113. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +38 -0
  114. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +107 -0
  115. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
  116. package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +45 -0
  117. package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js +138 -0
  118. package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js.map +1 -0
  119. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +101 -0
  120. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +391 -0
  121. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
  122. package/out-js/decentraland/sdk/components/avatar_movement.gen.d.ts +36 -0
  123. package/out-js/decentraland/sdk/components/avatar_movement.gen.js +113 -0
  124. package/out-js/decentraland/sdk/components/avatar_movement.gen.js.map +1 -0
  125. package/out-js/decentraland/sdk/components/avatar_movement_info.gen.d.ts +48 -0
  126. package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js +207 -0
  127. package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js.map +1 -0
  128. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +76 -0
  129. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +282 -0
  130. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
  131. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +54 -0
  132. package/out-js/decentraland/sdk/components/billboard.gen.js +128 -0
  133. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
  134. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +36 -0
  135. package/out-js/decentraland/sdk/components/camera_mode.gen.js +70 -0
  136. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
  137. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +82 -0
  138. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +254 -0
  139. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
  140. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +10 -0
  141. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +46 -0
  142. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
  143. package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
  144. package/out-js/decentraland/sdk/components/common/id.gen.js +6 -0
  145. package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
  146. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +43 -0
  147. package/out-js/decentraland/sdk/components/common/input_action.gen.js +226 -0
  148. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
  149. package/out-js/decentraland/sdk/components/common/loading_state.gen.d.ts +11 -0
  150. package/out-js/decentraland/sdk/components/common/loading_state.gen.js +57 -0
  151. package/out-js/decentraland/sdk/components/common/loading_state.gen.js.map +1 -0
  152. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +45 -0
  153. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +163 -0
  154. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
  155. package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
  156. package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
  157. package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
  158. package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +41 -0
  159. package/out-js/decentraland/sdk/components/engine_info.gen.js +95 -0
  160. package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -0
  161. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +41 -0
  162. package/out-js/decentraland/sdk/components/gltf_container.gen.js +101 -0
  163. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
  164. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +54 -0
  165. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +157 -0
  166. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -0
  167. package/out-js/decentraland/sdk/components/gltf_node.gen.d.ts +66 -0
  168. package/out-js/decentraland/sdk/components/gltf_node.gen.js +69 -0
  169. package/out-js/decentraland/sdk/components/gltf_node.gen.js.map +1 -0
  170. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts +57 -0
  171. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js +164 -0
  172. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js.map +1 -0
  173. package/out-js/decentraland/sdk/components/gltf_node_state.gen.d.ts +43 -0
  174. package/out-js/decentraland/sdk/components/gltf_node_state.gen.js +122 -0
  175. package/out-js/decentraland/sdk/components/gltf_node_state.gen.js.map +1 -0
  176. package/out-js/decentraland/sdk/components/input_modifier.gen.d.ts +52 -0
  177. package/out-js/decentraland/sdk/components/input_modifier.gen.js +233 -0
  178. package/out-js/decentraland/sdk/components/input_modifier.gen.js.map +1 -0
  179. package/out-js/decentraland/sdk/components/material.gen.d.ts +128 -0
  180. package/out-js/decentraland/sdk/components/material.gen.js +620 -0
  181. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
  182. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +147 -0
  183. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +556 -0
  184. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
  185. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +120 -0
  186. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +468 -0
  187. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
  188. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +74 -0
  189. package/out-js/decentraland/sdk/components/nft_shape.gen.js +259 -0
  190. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
  191. package/out-js/decentraland/sdk/components/player_identity_data.gen.d.ts +37 -0
  192. package/out-js/decentraland/sdk/components/player_identity_data.gen.js +83 -0
  193. package/out-js/decentraland/sdk/components/player_identity_data.gen.js.map +1 -0
  194. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +110 -0
  195. package/out-js/decentraland/sdk/components/pointer_events.gen.js +306 -0
  196. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
  197. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +42 -0
  198. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +133 -0
  199. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
  200. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +35 -0
  201. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +69 -0
  202. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
  203. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +92 -0
  204. package/out-js/decentraland/sdk/components/raycast.gen.js +336 -0
  205. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
  206. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +48 -0
  207. package/out-js/decentraland/sdk/components/raycast_result.gen.js +132 -0
  208. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
  209. package/out-js/decentraland/sdk/components/realm_info.gen.d.ts +43 -0
  210. package/out-js/decentraland/sdk/components/realm_info.gen.js +151 -0
  211. package/out-js/decentraland/sdk/components/realm_info.gen.js.map +1 -0
  212. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +81 -0
  213. package/out-js/decentraland/sdk/components/text_shape.gen.js +345 -0
  214. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
  215. package/out-js/decentraland/sdk/components/tween.gen.d.ts +220 -0
  216. package/out-js/decentraland/sdk/components/tween.gen.js +1213 -0
  217. package/out-js/decentraland/sdk/components/tween.gen.js.map +1 -0
  218. package/out-js/decentraland/sdk/components/tween_sequence.gen.d.ts +39 -0
  219. package/out-js/decentraland/sdk/components/tween_sequence.gen.js +122 -0
  220. package/out-js/decentraland/sdk/components/tween_sequence.gen.js.map +1 -0
  221. package/out-js/decentraland/sdk/components/tween_state.gen.d.ts +40 -0
  222. package/out-js/decentraland/sdk/components/tween_state.gen.js +122 -0
  223. package/out-js/decentraland/sdk/components/tween_state.gen.js.map +1 -0
  224. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +63 -0
  225. package/out-js/decentraland/sdk/components/ui_background.gen.js +197 -0
  226. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
  227. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +45 -0
  228. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +187 -0
  229. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
  230. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +30 -0
  231. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +69 -0
  232. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
  233. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +48 -0
  234. package/out-js/decentraland/sdk/components/ui_input.gen.js +198 -0
  235. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
  236. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +32 -0
  237. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +83 -0
  238. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
  239. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +54 -0
  240. package/out-js/decentraland/sdk/components/ui_text.gen.js +206 -0
  241. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
  242. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +271 -0
  243. package/out-js/decentraland/sdk/components/ui_transform.gen.js +1720 -0
  244. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
  245. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +51 -0
  246. package/out-js/decentraland/sdk/components/video_player.gen.js +177 -0
  247. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
  248. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
  249. package/out-js/decentraland/sdk/components/visibility_component.gen.js +83 -0
  250. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
  251. package/out-js/decentraland/sdk/development/local_development.gen.d.ts +70 -0
  252. package/out-js/decentraland/sdk/development/local_development.gen.js +283 -0
  253. package/out-js/decentraland/sdk/development/local_development.gen.js.map +1 -0
  254. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1005 -0
  255. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7842 -0
  256. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
  257. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
  258. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
  259. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
  260. package/out-js/decentraland/social_service/errors.gen.d.ts +96 -0
  261. package/out-js/decentraland/social_service/errors.gen.js +405 -0
  262. package/out-js/decentraland/social_service/errors.gen.js.map +1 -0
  263. package/out-js/decentraland/social_service/v1/social_service_v1.gen.d.ts +501 -0
  264. package/out-js/decentraland/social_service/v1/social_service_v1.gen.js +2517 -0
  265. package/out-js/decentraland/social_service/v1/social_service_v1.gen.js.map +1 -0
  266. package/out-js/decentraland/social_service/v2/social_service_v2.gen.d.ts +1827 -0
  267. package/out-js/decentraland/social_service/v2/social_service_v2.gen.js +9308 -0
  268. package/out-js/decentraland/social_service/v2/social_service_v2.gen.js.map +1 -0
  269. package/out-js/google/protobuf/descriptor.gen.d.ts +436 -0
  270. package/out-js/google/protobuf/descriptor.gen.js +3173 -0
  271. package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
  272. package/out-js/google/protobuf/empty.gen.d.ts +38 -0
  273. package/out-js/google/protobuf/empty.gen.js +54 -0
  274. package/out-js/google/protobuf/empty.gen.js.map +1 -0
  275. package/out-js/quests.gen.d.ts +1 -0
  276. package/out-js/quests.gen.js +6 -0
  277. package/out-js/quests.gen.js.map +1 -0
  278. package/out-js/sdk-apis.gen.d.ts +1 -0
  279. package/out-js/sdk-apis.gen.js +6 -0
  280. package/out-js/sdk-apis.gen.js.map +1 -0
  281. package/out-js/sdk-components.gen.d.ts +1 -0
  282. package/out-js/sdk-components.gen.js +6 -0
  283. package/out-js/sdk-components.gen.js.map +1 -0
  284. package/out-js/sdk-development.gen.d.ts +1 -0
  285. package/out-js/sdk-development.gen.js +6 -0
  286. package/out-js/sdk-development.gen.js.map +1 -0
  287. package/out-js/social.gen.d.ts +1 -0
  288. package/out-js/social.gen.js +6 -0
  289. package/out-js/social.gen.js.map +1 -0
  290. package/out-ts/about.gen.ts +3 -0
  291. package/out-ts/comms.gen.ts +3 -0
  292. package/out-ts/decentraland/common/border_rect.gen.ts +230 -0
  293. package/out-ts/decentraland/common/colors.gen.ts +293 -0
  294. package/out-ts/decentraland/common/content_mapping.gen.ts +93 -0
  295. package/out-ts/decentraland/common/sdk/user_data.gen.ts +370 -0
  296. package/out-ts/decentraland/common/texture.gen.ts +654 -0
  297. package/out-ts/decentraland/common/vectors.gen.ts +377 -0
  298. package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +295 -0
  299. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +434 -0
  300. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +161 -0
  301. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +1587 -0
  302. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +1264 -0
  303. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +982 -0
  304. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +608 -0
  305. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +397 -0
  306. package/out-ts/decentraland/kernel/apis/players.gen.ts +415 -0
  307. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +668 -0
  308. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +1474 -0
  309. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +911 -0
  310. package/out-ts/decentraland/kernel/apis/scene.gen.ts +192 -0
  311. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +691 -0
  312. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +230 -0
  313. package/out-ts/decentraland/kernel/apis/testing.gen.ts +1270 -0
  314. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +146 -0
  315. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +264 -0
  316. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +1849 -0
  317. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +1029 -0
  318. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +1338 -0
  319. package/out-ts/decentraland/quests/definitions.gen.ts +3020 -0
  320. package/out-ts/decentraland/realm/about.gen.ts +1415 -0
  321. package/out-ts/decentraland/sdk/components/animator.gen.ts +240 -0
  322. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +209 -0
  323. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +182 -0
  324. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +289 -0
  325. package/out-ts/decentraland/sdk/components/avatar_base.gen.ts +149 -0
  326. package/out-ts/decentraland/sdk/components/avatar_emote_command.gen.ts +115 -0
  327. package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +124 -0
  328. package/out-ts/decentraland/sdk/components/avatar_locomotion_settings.gen.ts +183 -0
  329. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +479 -0
  330. package/out-ts/decentraland/sdk/components/avatar_movement.gen.ts +136 -0
  331. package/out-ts/decentraland/sdk/components/avatar_movement_info.gen.ts +249 -0
  332. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +371 -0
  333. package/out-ts/decentraland/sdk/components/billboard.gen.ts +148 -0
  334. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
  335. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +331 -0
  336. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +43 -0
  337. package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
  338. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +223 -0
  339. package/out-ts/decentraland/sdk/components/common/loading_state.gen.ts +54 -0
  340. package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
  341. package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
  342. package/out-ts/decentraland/sdk/components/engine_info.gen.ts +119 -0
  343. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +127 -0
  344. package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +195 -0
  345. package/out-ts/decentraland/sdk/components/gltf_node.gen.ts +116 -0
  346. package/out-ts/decentraland/sdk/components/gltf_node_modifiers.gen.ts +204 -0
  347. package/out-ts/decentraland/sdk/components/gltf_node_state.gen.ts +139 -0
  348. package/out-ts/decentraland/sdk/components/input_modifier.gen.ts +265 -0
  349. package/out-ts/decentraland/sdk/components/material.gen.ts +756 -0
  350. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +634 -0
  351. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +551 -0
  352. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
  353. package/out-ts/decentraland/sdk/components/player_identity_data.gen.ts +102 -0
  354. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +415 -0
  355. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +170 -0
  356. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
  357. package/out-ts/decentraland/sdk/components/raycast.gen.ts +405 -0
  358. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +168 -0
  359. package/out-ts/decentraland/sdk/components/realm_info.gen.ts +183 -0
  360. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
  361. package/out-ts/decentraland/sdk/components/tween.gen.ts +1336 -0
  362. package/out-ts/decentraland/sdk/components/tween_sequence.gen.ts +134 -0
  363. package/out-ts/decentraland/sdk/components/tween_state.gen.ts +136 -0
  364. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +223 -0
  365. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
  366. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
  367. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +251 -0
  368. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
  369. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +258 -0
  370. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1968 -0
  371. package/out-ts/decentraland/sdk/components/video_player.gen.ts +231 -0
  372. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +108 -0
  373. package/out-ts/decentraland/sdk/development/local_development.gen.ts +316 -0
  374. package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8957 -0
  375. package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2886 -0
  376. package/out-ts/decentraland/social_service/errors.gen.ts +442 -0
  377. package/out-ts/decentraland/social_service/v1/social_service_v1.gen.ts +2799 -0
  378. package/out-ts/decentraland/social_service/v2/social_service_v2.gen.ts +10674 -0
  379. package/out-ts/google/protobuf/descriptor.gen.ts +3470 -0
  380. package/out-ts/google/protobuf/empty.gen.ts +72 -0
  381. package/out-ts/quests.gen.ts +3 -0
  382. package/out-ts/sdk-apis.gen.ts +3 -0
  383. package/out-ts/sdk-components.gen.ts +3 -0
  384. package/out-ts/sdk-development.gen.ts +3 -0
  385. package/out-ts/social.gen.ts +3 -0
  386. package/package.json +26 -10
  387. package/proto/buf.yaml +47 -0
  388. package/proto/decentraland/common/border_rect.proto +18 -0
  389. package/proto/decentraland/common/colors.proto +21 -0
  390. package/proto/decentraland/common/content_mapping.proto +7 -0
  391. package/proto/decentraland/common/entity.proto +13 -0
  392. package/proto/decentraland/common/floats.proto +8 -0
  393. package/proto/decentraland/common/sdk/user_data.proto +25 -0
  394. package/proto/decentraland/common/texture.proto +52 -0
  395. package/proto/decentraland/common/vectors.proto +26 -0
  396. package/proto/decentraland/kernel/apis/comms_api.proto +25 -0
  397. package/proto/decentraland/kernel/apis/communications_controller.proto +29 -0
  398. package/proto/decentraland/kernel/apis/dev_tools.proto +15 -0
  399. package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
  400. package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
  401. package/proto/decentraland/kernel/apis/ethereum_controller.proto +64 -0
  402. package/proto/decentraland/kernel/apis/parcel_identity.proto +43 -0
  403. package/proto/decentraland/kernel/apis/permissions.proto +36 -0
  404. package/proto/decentraland/kernel/apis/players.proto +35 -0
  405. package/proto/decentraland/kernel/apis/portable_experiences.proto +55 -0
  406. package/proto/decentraland/kernel/apis/restricted_actions.proto +131 -0
  407. package/proto/decentraland/kernel/apis/runtime.proto +71 -0
  408. package/proto/decentraland/kernel/apis/scene.proto +16 -0
  409. package/proto/decentraland/kernel/apis/signed_fetch.proto +33 -0
  410. package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
  411. package/proto/decentraland/kernel/apis/testing.proto +100 -0
  412. package/proto/decentraland/kernel/apis/user_action_module.proto +13 -0
  413. package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
  414. package/proto/decentraland/kernel/comms/rfc4/comms.proto +140 -0
  415. package/proto/decentraland/kernel/comms/rfc5/ws_comms.proto +104 -0
  416. package/proto/decentraland/kernel/comms/v1/broker.proto +114 -0
  417. package/proto/decentraland/kernel/comms/v1/comms.proto +68 -0
  418. package/proto/decentraland/kernel/comms/v2/comms.proto +61 -0
  419. package/proto/decentraland/kernel/comms/v3/archipelago.proto +86 -0
  420. package/proto/decentraland/kernel/comms/v3/comms.proto +64 -0
  421. package/proto/decentraland/quests/definitions.proto +185 -0
  422. package/proto/decentraland/realm/about.proto +138 -0
  423. package/proto/decentraland/sdk/components/README.md +32 -0
  424. package/proto/decentraland/sdk/components/Transform.md +25 -0
  425. package/proto/decentraland/sdk/components/animator.proto +31 -0
  426. package/proto/decentraland/sdk/components/asset_load.proto +10 -0
  427. package/proto/decentraland/sdk/components/asset_load_loading_state.proto +16 -0
  428. package/proto/decentraland/sdk/components/audio_event.proto +12 -0
  429. package/proto/decentraland/sdk/components/audio_source.proto +31 -0
  430. package/proto/decentraland/sdk/components/audio_stream.proto +22 -0
  431. package/proto/decentraland/sdk/components/avatar_attach.proto +51 -0
  432. package/proto/decentraland/sdk/components/avatar_base.proto +15 -0
  433. package/proto/decentraland/sdk/components/avatar_emote_command.proto +13 -0
  434. package/proto/decentraland/sdk/components/avatar_equipped_data.proto +14 -0
  435. package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +18 -0
  436. package/proto/decentraland/sdk/components/avatar_modifier_area.proto +53 -0
  437. package/proto/decentraland/sdk/components/avatar_movement.proto +46 -0
  438. package/proto/decentraland/sdk/components/avatar_movement_info.proto +22 -0
  439. package/proto/decentraland/sdk/components/avatar_shape.proto +45 -0
  440. package/proto/decentraland/sdk/components/billboard.proto +29 -0
  441. package/proto/decentraland/sdk/components/camera_layer.proto +30 -0
  442. package/proto/decentraland/sdk/components/camera_layers.proto +11 -0
  443. package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
  444. package/proto/decentraland/sdk/components/camera_mode_area.proto +44 -0
  445. package/proto/decentraland/sdk/components/common/camera_transition.proto +11 -0
  446. package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
  447. package/proto/decentraland/sdk/components/common/id.md +2 -0
  448. package/proto/decentraland/sdk/components/common/id.proto +8 -0
  449. package/proto/decentraland/sdk/components/common/input_action.proto +39 -0
  450. package/proto/decentraland/sdk/components/common/loading_state.proto +10 -0
  451. package/proto/decentraland/sdk/components/common/media_state.proto +13 -0
  452. package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
  453. package/proto/decentraland/sdk/components/common/texts.proto +21 -0
  454. package/proto/decentraland/sdk/components/engine_info.proto +15 -0
  455. package/proto/decentraland/sdk/components/global_light.proto +22 -0
  456. package/proto/decentraland/sdk/components/gltf_container.proto +19 -0
  457. package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +26 -0
  458. package/proto/decentraland/sdk/components/gltf_node.proto +42 -0
  459. package/proto/decentraland/sdk/components/gltf_node_modifiers.proto +25 -0
  460. package/proto/decentraland/sdk/components/gltf_node_state.proto +20 -0
  461. package/proto/decentraland/sdk/components/input_modifier.proto +22 -0
  462. package/proto/decentraland/sdk/components/light_source.proto +28 -0
  463. package/proto/decentraland/sdk/components/main_camera.proto +11 -0
  464. package/proto/decentraland/sdk/components/map_pin.proto +16 -0
  465. package/proto/decentraland/sdk/components/material.proto +69 -0
  466. package/proto/decentraland/sdk/components/mesh_collider.proto +69 -0
  467. package/proto/decentraland/sdk/components/mesh_renderer.proto +48 -0
  468. package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
  469. package/proto/decentraland/sdk/components/particle_system.proto +129 -0
  470. package/proto/decentraland/sdk/components/physics_combined_force.proto +21 -0
  471. package/proto/decentraland/sdk/components/physics_combined_impulse.proto +23 -0
  472. package/proto/decentraland/sdk/components/player_identity_data.proto +13 -0
  473. package/proto/decentraland/sdk/components/pointer_events.proto +64 -0
  474. package/proto/decentraland/sdk/components/pointer_events_result.proto +19 -0
  475. package/proto/decentraland/sdk/components/pointer_lock.proto +11 -0
  476. package/proto/decentraland/sdk/components/primary_pointer_info.proto +44 -0
  477. package/proto/decentraland/sdk/components/raycast.proto +71 -0
  478. package/proto/decentraland/sdk/components/raycast_result.proto +21 -0
  479. package/proto/decentraland/sdk/components/realm_info.proto +15 -0
  480. package/proto/decentraland/sdk/components/skybox_time.proto +20 -0
  481. package/proto/decentraland/sdk/components/text_shape.proto +45 -0
  482. package/proto/decentraland/sdk/components/texture_camera.proto +46 -0
  483. package/proto/decentraland/sdk/components/trigger_area.proto +23 -0
  484. package/proto/decentraland/sdk/components/trigger_area_result.proto +34 -0
  485. package/proto/decentraland/sdk/components/tween.proto +117 -0
  486. package/proto/decentraland/sdk/components/tween_sequence.proto +18 -0
  487. package/proto/decentraland/sdk/components/tween_state.proto +18 -0
  488. package/proto/decentraland/sdk/components/ui_background.proto +34 -0
  489. package/proto/decentraland/sdk/components/ui_canvas.proto +16 -0
  490. package/proto/decentraland/sdk/components/ui_canvas_information.proto +30 -0
  491. package/proto/decentraland/sdk/components/ui_dropdown.proto +22 -0
  492. package/proto/decentraland/sdk/components/ui_dropdown_result.proto +11 -0
  493. package/proto/decentraland/sdk/components/ui_input.proto +22 -0
  494. package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
  495. package/proto/decentraland/sdk/components/ui_scroll_result.proto +12 -0
  496. package/proto/decentraland/sdk/components/ui_text.proto +29 -0
  497. package/proto/decentraland/sdk/components/ui_transform.proto +198 -0
  498. package/proto/decentraland/sdk/components/video_event.proto +25 -0
  499. package/proto/decentraland/sdk/components/video_player.proto +24 -0
  500. package/proto/decentraland/sdk/components/virtual_camera.proto +16 -0
  501. package/proto/decentraland/sdk/components/visibility_component.proto +16 -0
  502. package/proto/decentraland/sdk/development/local_development.proto +29 -0
  503. package/proto/decentraland/sdk/ecs6/components_ecs6.proto +678 -0
  504. package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
  505. package/proto/decentraland/social_service/errors.proto +30 -0
  506. package/proto/decentraland/social_service/v1/social_service_v1.proto +163 -0
  507. package/proto/decentraland/social_service/v2/social_service_v2.proto +721 -0
  508. package/proto/google/LICENSE +27 -0
  509. package/proto/google/README.md +1 -0
  510. package/proto/google/api/annotations.json +83 -0
  511. package/proto/google/api/annotations.proto +11 -0
  512. package/proto/google/api/http.json +86 -0
  513. package/proto/google/api/http.proto +31 -0
  514. package/proto/google/protobuf/api.json +118 -0
  515. package/proto/google/protobuf/api.proto +34 -0
  516. package/proto/google/protobuf/descriptor.json +739 -0
  517. package/proto/google/protobuf/descriptor.proto +286 -0
  518. package/proto/google/protobuf/source_context.json +20 -0
  519. package/proto/google/protobuf/source_context.proto +7 -0
  520. package/proto/google/protobuf/type.json +202 -0
  521. package/proto/google/protobuf/type.proto +89 -0
  522. package/public/about.proto +5 -0
  523. package/public/comms.proto +5 -0
  524. package/public/quests.proto +5 -0
  525. package/public/sdk-apis.proto +25 -0
  526. package/public/sdk-components.proto +47 -0
  527. package/public/sdk-development.proto +5 -0
  528. package/public/social.proto +6 -0
  529. package/renderer-protocol/RendererProtocol.proto +0 -21
@@ -0,0 +1,620 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.PBMaterial_GltfMaterial = exports.PBMaterial_PbrMaterial = exports.PBMaterial_UnlitMaterial = exports.PBMaterial = exports.MaterialTransparencyMode = exports.protobufPackage = void 0;
7
+ exports.materialTransparencyModeFromJSON = materialTransparencyModeFromJSON;
8
+ exports.materialTransparencyModeToJSON = materialTransparencyModeToJSON;
9
+ /* eslint-disable */
10
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
11
+ const colors_gen_1 = require("../../common/colors.gen");
12
+ const texture_gen_1 = require("../../common/texture.gen");
13
+ exports.protobufPackage = "decentraland.sdk.components";
14
+ var MaterialTransparencyMode;
15
+ (function (MaterialTransparencyMode) {
16
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_OPAQUE"] = 0] = "MTM_OPAQUE";
17
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_ALPHA_TEST"] = 1] = "MTM_ALPHA_TEST";
18
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_ALPHA_BLEND"] = 2] = "MTM_ALPHA_BLEND";
19
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_ALPHA_TEST_AND_ALPHA_BLEND"] = 3] = "MTM_ALPHA_TEST_AND_ALPHA_BLEND";
20
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_AUTO"] = 4] = "MTM_AUTO";
21
+ MaterialTransparencyMode[MaterialTransparencyMode["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
22
+ })(MaterialTransparencyMode || (exports.MaterialTransparencyMode = MaterialTransparencyMode = {}));
23
+ function materialTransparencyModeFromJSON(object) {
24
+ switch (object) {
25
+ case 0:
26
+ case "MTM_OPAQUE":
27
+ return MaterialTransparencyMode.MTM_OPAQUE;
28
+ case 1:
29
+ case "MTM_ALPHA_TEST":
30
+ return MaterialTransparencyMode.MTM_ALPHA_TEST;
31
+ case 2:
32
+ case "MTM_ALPHA_BLEND":
33
+ return MaterialTransparencyMode.MTM_ALPHA_BLEND;
34
+ case 3:
35
+ case "MTM_ALPHA_TEST_AND_ALPHA_BLEND":
36
+ return MaterialTransparencyMode.MTM_ALPHA_TEST_AND_ALPHA_BLEND;
37
+ case 4:
38
+ case "MTM_AUTO":
39
+ return MaterialTransparencyMode.MTM_AUTO;
40
+ case -1:
41
+ case "UNRECOGNIZED":
42
+ default:
43
+ return MaterialTransparencyMode.UNRECOGNIZED;
44
+ }
45
+ }
46
+ function materialTransparencyModeToJSON(object) {
47
+ switch (object) {
48
+ case MaterialTransparencyMode.MTM_OPAQUE:
49
+ return "MTM_OPAQUE";
50
+ case MaterialTransparencyMode.MTM_ALPHA_TEST:
51
+ return "MTM_ALPHA_TEST";
52
+ case MaterialTransparencyMode.MTM_ALPHA_BLEND:
53
+ return "MTM_ALPHA_BLEND";
54
+ case MaterialTransparencyMode.MTM_ALPHA_TEST_AND_ALPHA_BLEND:
55
+ return "MTM_ALPHA_TEST_AND_ALPHA_BLEND";
56
+ case MaterialTransparencyMode.MTM_AUTO:
57
+ return "MTM_AUTO";
58
+ case MaterialTransparencyMode.UNRECOGNIZED:
59
+ default:
60
+ return "UNRECOGNIZED";
61
+ }
62
+ }
63
+ function createBasePBMaterial() {
64
+ return { material: undefined, gltf: undefined };
65
+ }
66
+ var PBMaterial;
67
+ (function (PBMaterial) {
68
+ function encode(message, writer = minimal_1.default.Writer.create()) {
69
+ var _a;
70
+ switch ((_a = message.material) === null || _a === void 0 ? void 0 : _a.$case) {
71
+ case "unlit":
72
+ PBMaterial_UnlitMaterial.encode(message.material.unlit, writer.uint32(10).fork()).ldelim();
73
+ break;
74
+ case "pbr":
75
+ PBMaterial_PbrMaterial.encode(message.material.pbr, writer.uint32(18).fork()).ldelim();
76
+ break;
77
+ }
78
+ if (message.gltf !== undefined) {
79
+ PBMaterial_GltfMaterial.encode(message.gltf, writer.uint32(26).fork()).ldelim();
80
+ }
81
+ return writer;
82
+ }
83
+ PBMaterial.encode = encode;
84
+ function decode(input, length) {
85
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
86
+ let end = length === undefined ? reader.len : reader.pos + length;
87
+ const message = createBasePBMaterial();
88
+ while (reader.pos < end) {
89
+ const tag = reader.uint32();
90
+ switch (tag >>> 3) {
91
+ case 1:
92
+ if (tag !== 10) {
93
+ break;
94
+ }
95
+ message.material = { $case: "unlit", unlit: PBMaterial_UnlitMaterial.decode(reader, reader.uint32()) };
96
+ continue;
97
+ case 2:
98
+ if (tag !== 18) {
99
+ break;
100
+ }
101
+ message.material = { $case: "pbr", pbr: PBMaterial_PbrMaterial.decode(reader, reader.uint32()) };
102
+ continue;
103
+ case 3:
104
+ if (tag !== 26) {
105
+ break;
106
+ }
107
+ message.gltf = PBMaterial_GltfMaterial.decode(reader, reader.uint32());
108
+ continue;
109
+ }
110
+ if ((tag & 7) === 4 || tag === 0) {
111
+ break;
112
+ }
113
+ reader.skipType(tag & 7);
114
+ }
115
+ return message;
116
+ }
117
+ PBMaterial.decode = decode;
118
+ function fromJSON(object) {
119
+ return {
120
+ material: isSet(object.unlit)
121
+ ? { $case: "unlit", unlit: PBMaterial_UnlitMaterial.fromJSON(object.unlit) }
122
+ : isSet(object.pbr)
123
+ ? { $case: "pbr", pbr: PBMaterial_PbrMaterial.fromJSON(object.pbr) }
124
+ : undefined,
125
+ gltf: isSet(object.gltf) ? PBMaterial_GltfMaterial.fromJSON(object.gltf) : undefined,
126
+ };
127
+ }
128
+ PBMaterial.fromJSON = fromJSON;
129
+ function toJSON(message) {
130
+ var _a, _b, _c, _d, _e, _f;
131
+ const obj = {};
132
+ ((_a = message.material) === null || _a === void 0 ? void 0 : _a.$case) === "unlit" &&
133
+ (obj.unlit = ((_b = message.material) === null || _b === void 0 ? void 0 : _b.unlit) ? PBMaterial_UnlitMaterial.toJSON((_c = message.material) === null || _c === void 0 ? void 0 : _c.unlit) : undefined);
134
+ ((_d = message.material) === null || _d === void 0 ? void 0 : _d.$case) === "pbr" &&
135
+ (obj.pbr = ((_e = message.material) === null || _e === void 0 ? void 0 : _e.pbr) ? PBMaterial_PbrMaterial.toJSON((_f = message.material) === null || _f === void 0 ? void 0 : _f.pbr) : undefined);
136
+ message.gltf !== undefined && (obj.gltf = message.gltf ? PBMaterial_GltfMaterial.toJSON(message.gltf) : undefined);
137
+ return obj;
138
+ }
139
+ PBMaterial.toJSON = toJSON;
140
+ function create(base) {
141
+ return PBMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
142
+ }
143
+ PBMaterial.create = create;
144
+ function fromPartial(object) {
145
+ var _a, _b, _c, _d, _e, _f;
146
+ const message = createBasePBMaterial();
147
+ if (((_a = object.material) === null || _a === void 0 ? void 0 : _a.$case) === "unlit" && ((_b = object.material) === null || _b === void 0 ? void 0 : _b.unlit) !== undefined && ((_c = object.material) === null || _c === void 0 ? void 0 : _c.unlit) !== null) {
148
+ message.material = { $case: "unlit", unlit: PBMaterial_UnlitMaterial.fromPartial(object.material.unlit) };
149
+ }
150
+ if (((_d = object.material) === null || _d === void 0 ? void 0 : _d.$case) === "pbr" && ((_e = object.material) === null || _e === void 0 ? void 0 : _e.pbr) !== undefined && ((_f = object.material) === null || _f === void 0 ? void 0 : _f.pbr) !== null) {
151
+ message.material = { $case: "pbr", pbr: PBMaterial_PbrMaterial.fromPartial(object.material.pbr) };
152
+ }
153
+ message.gltf = (object.gltf !== undefined && object.gltf !== null)
154
+ ? PBMaterial_GltfMaterial.fromPartial(object.gltf)
155
+ : undefined;
156
+ return message;
157
+ }
158
+ PBMaterial.fromPartial = fromPartial;
159
+ })(PBMaterial || (exports.PBMaterial = PBMaterial = {}));
160
+ function createBasePBMaterial_UnlitMaterial() {
161
+ return {
162
+ texture: undefined,
163
+ alphaTest: undefined,
164
+ castShadows: undefined,
165
+ diffuseColor: undefined,
166
+ alphaTexture: undefined,
167
+ };
168
+ }
169
+ var PBMaterial_UnlitMaterial;
170
+ (function (PBMaterial_UnlitMaterial) {
171
+ function encode(message, writer = minimal_1.default.Writer.create()) {
172
+ if (message.texture !== undefined) {
173
+ texture_gen_1.TextureUnion.encode(message.texture, writer.uint32(10).fork()).ldelim();
174
+ }
175
+ if (message.alphaTest !== undefined) {
176
+ writer.uint32(21).float(message.alphaTest);
177
+ }
178
+ if (message.castShadows !== undefined) {
179
+ writer.uint32(24).bool(message.castShadows);
180
+ }
181
+ if (message.diffuseColor !== undefined) {
182
+ colors_gen_1.Color4.encode(message.diffuseColor, writer.uint32(34).fork()).ldelim();
183
+ }
184
+ if (message.alphaTexture !== undefined) {
185
+ texture_gen_1.TextureUnion.encode(message.alphaTexture, writer.uint32(42).fork()).ldelim();
186
+ }
187
+ return writer;
188
+ }
189
+ PBMaterial_UnlitMaterial.encode = encode;
190
+ function decode(input, length) {
191
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
192
+ let end = length === undefined ? reader.len : reader.pos + length;
193
+ const message = createBasePBMaterial_UnlitMaterial();
194
+ while (reader.pos < end) {
195
+ const tag = reader.uint32();
196
+ switch (tag >>> 3) {
197
+ case 1:
198
+ if (tag !== 10) {
199
+ break;
200
+ }
201
+ message.texture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
202
+ continue;
203
+ case 2:
204
+ if (tag !== 21) {
205
+ break;
206
+ }
207
+ message.alphaTest = reader.float();
208
+ continue;
209
+ case 3:
210
+ if (tag !== 24) {
211
+ break;
212
+ }
213
+ message.castShadows = reader.bool();
214
+ continue;
215
+ case 4:
216
+ if (tag !== 34) {
217
+ break;
218
+ }
219
+ message.diffuseColor = colors_gen_1.Color4.decode(reader, reader.uint32());
220
+ continue;
221
+ case 5:
222
+ if (tag !== 42) {
223
+ break;
224
+ }
225
+ message.alphaTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
226
+ continue;
227
+ }
228
+ if ((tag & 7) === 4 || tag === 0) {
229
+ break;
230
+ }
231
+ reader.skipType(tag & 7);
232
+ }
233
+ return message;
234
+ }
235
+ PBMaterial_UnlitMaterial.decode = decode;
236
+ function fromJSON(object) {
237
+ return {
238
+ texture: isSet(object.texture) ? texture_gen_1.TextureUnion.fromJSON(object.texture) : undefined,
239
+ alphaTest: isSet(object.alphaTest) ? Number(object.alphaTest) : undefined,
240
+ castShadows: isSet(object.castShadows) ? Boolean(object.castShadows) : undefined,
241
+ diffuseColor: isSet(object.diffuseColor) ? colors_gen_1.Color4.fromJSON(object.diffuseColor) : undefined,
242
+ alphaTexture: isSet(object.alphaTexture) ? texture_gen_1.TextureUnion.fromJSON(object.alphaTexture) : undefined,
243
+ };
244
+ }
245
+ PBMaterial_UnlitMaterial.fromJSON = fromJSON;
246
+ function toJSON(message) {
247
+ const obj = {};
248
+ message.texture !== undefined && (obj.texture = message.texture ? texture_gen_1.TextureUnion.toJSON(message.texture) : undefined);
249
+ message.alphaTest !== undefined && (obj.alphaTest = message.alphaTest);
250
+ message.castShadows !== undefined && (obj.castShadows = message.castShadows);
251
+ message.diffuseColor !== undefined &&
252
+ (obj.diffuseColor = message.diffuseColor ? colors_gen_1.Color4.toJSON(message.diffuseColor) : undefined);
253
+ message.alphaTexture !== undefined &&
254
+ (obj.alphaTexture = message.alphaTexture ? texture_gen_1.TextureUnion.toJSON(message.alphaTexture) : undefined);
255
+ return obj;
256
+ }
257
+ PBMaterial_UnlitMaterial.toJSON = toJSON;
258
+ function create(base) {
259
+ return PBMaterial_UnlitMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
260
+ }
261
+ PBMaterial_UnlitMaterial.create = create;
262
+ function fromPartial(object) {
263
+ var _a, _b;
264
+ const message = createBasePBMaterial_UnlitMaterial();
265
+ message.texture = (object.texture !== undefined && object.texture !== null)
266
+ ? texture_gen_1.TextureUnion.fromPartial(object.texture)
267
+ : undefined;
268
+ message.alphaTest = (_a = object.alphaTest) !== null && _a !== void 0 ? _a : undefined;
269
+ message.castShadows = (_b = object.castShadows) !== null && _b !== void 0 ? _b : undefined;
270
+ message.diffuseColor = (object.diffuseColor !== undefined && object.diffuseColor !== null)
271
+ ? colors_gen_1.Color4.fromPartial(object.diffuseColor)
272
+ : undefined;
273
+ message.alphaTexture = (object.alphaTexture !== undefined && object.alphaTexture !== null)
274
+ ? texture_gen_1.TextureUnion.fromPartial(object.alphaTexture)
275
+ : undefined;
276
+ return message;
277
+ }
278
+ PBMaterial_UnlitMaterial.fromPartial = fromPartial;
279
+ })(PBMaterial_UnlitMaterial || (exports.PBMaterial_UnlitMaterial = PBMaterial_UnlitMaterial = {}));
280
+ function createBasePBMaterial_PbrMaterial() {
281
+ return {
282
+ texture: undefined,
283
+ alphaTest: undefined,
284
+ castShadows: undefined,
285
+ alphaTexture: undefined,
286
+ emissiveTexture: undefined,
287
+ bumpTexture: undefined,
288
+ albedoColor: undefined,
289
+ emissiveColor: undefined,
290
+ reflectivityColor: undefined,
291
+ transparencyMode: undefined,
292
+ metallic: undefined,
293
+ roughness: undefined,
294
+ specularIntensity: undefined,
295
+ emissiveIntensity: undefined,
296
+ directIntensity: undefined,
297
+ };
298
+ }
299
+ var PBMaterial_PbrMaterial;
300
+ (function (PBMaterial_PbrMaterial) {
301
+ function encode(message, writer = minimal_1.default.Writer.create()) {
302
+ if (message.texture !== undefined) {
303
+ texture_gen_1.TextureUnion.encode(message.texture, writer.uint32(10).fork()).ldelim();
304
+ }
305
+ if (message.alphaTest !== undefined) {
306
+ writer.uint32(21).float(message.alphaTest);
307
+ }
308
+ if (message.castShadows !== undefined) {
309
+ writer.uint32(24).bool(message.castShadows);
310
+ }
311
+ if (message.alphaTexture !== undefined) {
312
+ texture_gen_1.TextureUnion.encode(message.alphaTexture, writer.uint32(34).fork()).ldelim();
313
+ }
314
+ if (message.emissiveTexture !== undefined) {
315
+ texture_gen_1.TextureUnion.encode(message.emissiveTexture, writer.uint32(42).fork()).ldelim();
316
+ }
317
+ if (message.bumpTexture !== undefined) {
318
+ texture_gen_1.TextureUnion.encode(message.bumpTexture, writer.uint32(50).fork()).ldelim();
319
+ }
320
+ if (message.albedoColor !== undefined) {
321
+ colors_gen_1.Color4.encode(message.albedoColor, writer.uint32(58).fork()).ldelim();
322
+ }
323
+ if (message.emissiveColor !== undefined) {
324
+ colors_gen_1.Color3.encode(message.emissiveColor, writer.uint32(66).fork()).ldelim();
325
+ }
326
+ if (message.reflectivityColor !== undefined) {
327
+ colors_gen_1.Color3.encode(message.reflectivityColor, writer.uint32(74).fork()).ldelim();
328
+ }
329
+ if (message.transparencyMode !== undefined) {
330
+ writer.uint32(80).int32(message.transparencyMode);
331
+ }
332
+ if (message.metallic !== undefined) {
333
+ writer.uint32(93).float(message.metallic);
334
+ }
335
+ if (message.roughness !== undefined) {
336
+ writer.uint32(101).float(message.roughness);
337
+ }
338
+ if (message.specularIntensity !== undefined) {
339
+ writer.uint32(117).float(message.specularIntensity);
340
+ }
341
+ if (message.emissiveIntensity !== undefined) {
342
+ writer.uint32(125).float(message.emissiveIntensity);
343
+ }
344
+ if (message.directIntensity !== undefined) {
345
+ writer.uint32(133).float(message.directIntensity);
346
+ }
347
+ return writer;
348
+ }
349
+ PBMaterial_PbrMaterial.encode = encode;
350
+ function decode(input, length) {
351
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
352
+ let end = length === undefined ? reader.len : reader.pos + length;
353
+ const message = createBasePBMaterial_PbrMaterial();
354
+ while (reader.pos < end) {
355
+ const tag = reader.uint32();
356
+ switch (tag >>> 3) {
357
+ case 1:
358
+ if (tag !== 10) {
359
+ break;
360
+ }
361
+ message.texture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
362
+ continue;
363
+ case 2:
364
+ if (tag !== 21) {
365
+ break;
366
+ }
367
+ message.alphaTest = reader.float();
368
+ continue;
369
+ case 3:
370
+ if (tag !== 24) {
371
+ break;
372
+ }
373
+ message.castShadows = reader.bool();
374
+ continue;
375
+ case 4:
376
+ if (tag !== 34) {
377
+ break;
378
+ }
379
+ message.alphaTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
380
+ continue;
381
+ case 5:
382
+ if (tag !== 42) {
383
+ break;
384
+ }
385
+ message.emissiveTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
386
+ continue;
387
+ case 6:
388
+ if (tag !== 50) {
389
+ break;
390
+ }
391
+ message.bumpTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
392
+ continue;
393
+ case 7:
394
+ if (tag !== 58) {
395
+ break;
396
+ }
397
+ message.albedoColor = colors_gen_1.Color4.decode(reader, reader.uint32());
398
+ continue;
399
+ case 8:
400
+ if (tag !== 66) {
401
+ break;
402
+ }
403
+ message.emissiveColor = colors_gen_1.Color3.decode(reader, reader.uint32());
404
+ continue;
405
+ case 9:
406
+ if (tag !== 74) {
407
+ break;
408
+ }
409
+ message.reflectivityColor = colors_gen_1.Color3.decode(reader, reader.uint32());
410
+ continue;
411
+ case 10:
412
+ if (tag !== 80) {
413
+ break;
414
+ }
415
+ message.transparencyMode = reader.int32();
416
+ continue;
417
+ case 11:
418
+ if (tag !== 93) {
419
+ break;
420
+ }
421
+ message.metallic = reader.float();
422
+ continue;
423
+ case 12:
424
+ if (tag !== 101) {
425
+ break;
426
+ }
427
+ message.roughness = reader.float();
428
+ continue;
429
+ case 14:
430
+ if (tag !== 117) {
431
+ break;
432
+ }
433
+ message.specularIntensity = reader.float();
434
+ continue;
435
+ case 15:
436
+ if (tag !== 125) {
437
+ break;
438
+ }
439
+ message.emissiveIntensity = reader.float();
440
+ continue;
441
+ case 16:
442
+ if (tag !== 133) {
443
+ break;
444
+ }
445
+ message.directIntensity = reader.float();
446
+ continue;
447
+ }
448
+ if ((tag & 7) === 4 || tag === 0) {
449
+ break;
450
+ }
451
+ reader.skipType(tag & 7);
452
+ }
453
+ return message;
454
+ }
455
+ PBMaterial_PbrMaterial.decode = decode;
456
+ function fromJSON(object) {
457
+ return {
458
+ texture: isSet(object.texture) ? texture_gen_1.TextureUnion.fromJSON(object.texture) : undefined,
459
+ alphaTest: isSet(object.alphaTest) ? Number(object.alphaTest) : undefined,
460
+ castShadows: isSet(object.castShadows) ? Boolean(object.castShadows) : undefined,
461
+ alphaTexture: isSet(object.alphaTexture) ? texture_gen_1.TextureUnion.fromJSON(object.alphaTexture) : undefined,
462
+ emissiveTexture: isSet(object.emissiveTexture) ? texture_gen_1.TextureUnion.fromJSON(object.emissiveTexture) : undefined,
463
+ bumpTexture: isSet(object.bumpTexture) ? texture_gen_1.TextureUnion.fromJSON(object.bumpTexture) : undefined,
464
+ albedoColor: isSet(object.albedoColor) ? colors_gen_1.Color4.fromJSON(object.albedoColor) : undefined,
465
+ emissiveColor: isSet(object.emissiveColor) ? colors_gen_1.Color3.fromJSON(object.emissiveColor) : undefined,
466
+ reflectivityColor: isSet(object.reflectivityColor) ? colors_gen_1.Color3.fromJSON(object.reflectivityColor) : undefined,
467
+ transparencyMode: isSet(object.transparencyMode)
468
+ ? materialTransparencyModeFromJSON(object.transparencyMode)
469
+ : undefined,
470
+ metallic: isSet(object.metallic) ? Number(object.metallic) : undefined,
471
+ roughness: isSet(object.roughness) ? Number(object.roughness) : undefined,
472
+ specularIntensity: isSet(object.specularIntensity) ? Number(object.specularIntensity) : undefined,
473
+ emissiveIntensity: isSet(object.emissiveIntensity) ? Number(object.emissiveIntensity) : undefined,
474
+ directIntensity: isSet(object.directIntensity) ? Number(object.directIntensity) : undefined,
475
+ };
476
+ }
477
+ PBMaterial_PbrMaterial.fromJSON = fromJSON;
478
+ function toJSON(message) {
479
+ const obj = {};
480
+ message.texture !== undefined && (obj.texture = message.texture ? texture_gen_1.TextureUnion.toJSON(message.texture) : undefined);
481
+ message.alphaTest !== undefined && (obj.alphaTest = message.alphaTest);
482
+ message.castShadows !== undefined && (obj.castShadows = message.castShadows);
483
+ message.alphaTexture !== undefined &&
484
+ (obj.alphaTexture = message.alphaTexture ? texture_gen_1.TextureUnion.toJSON(message.alphaTexture) : undefined);
485
+ message.emissiveTexture !== undefined &&
486
+ (obj.emissiveTexture = message.emissiveTexture ? texture_gen_1.TextureUnion.toJSON(message.emissiveTexture) : undefined);
487
+ message.bumpTexture !== undefined &&
488
+ (obj.bumpTexture = message.bumpTexture ? texture_gen_1.TextureUnion.toJSON(message.bumpTexture) : undefined);
489
+ message.albedoColor !== undefined &&
490
+ (obj.albedoColor = message.albedoColor ? colors_gen_1.Color4.toJSON(message.albedoColor) : undefined);
491
+ message.emissiveColor !== undefined &&
492
+ (obj.emissiveColor = message.emissiveColor ? colors_gen_1.Color3.toJSON(message.emissiveColor) : undefined);
493
+ message.reflectivityColor !== undefined &&
494
+ (obj.reflectivityColor = message.reflectivityColor ? colors_gen_1.Color3.toJSON(message.reflectivityColor) : undefined);
495
+ message.transparencyMode !== undefined &&
496
+ (obj.transparencyMode = message.transparencyMode !== undefined
497
+ ? materialTransparencyModeToJSON(message.transparencyMode)
498
+ : undefined);
499
+ message.metallic !== undefined && (obj.metallic = message.metallic);
500
+ message.roughness !== undefined && (obj.roughness = message.roughness);
501
+ message.specularIntensity !== undefined && (obj.specularIntensity = message.specularIntensity);
502
+ message.emissiveIntensity !== undefined && (obj.emissiveIntensity = message.emissiveIntensity);
503
+ message.directIntensity !== undefined && (obj.directIntensity = message.directIntensity);
504
+ return obj;
505
+ }
506
+ PBMaterial_PbrMaterial.toJSON = toJSON;
507
+ function create(base) {
508
+ return PBMaterial_PbrMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
509
+ }
510
+ PBMaterial_PbrMaterial.create = create;
511
+ function fromPartial(object) {
512
+ var _a, _b, _c, _d, _e, _f, _g, _h;
513
+ const message = createBasePBMaterial_PbrMaterial();
514
+ message.texture = (object.texture !== undefined && object.texture !== null)
515
+ ? texture_gen_1.TextureUnion.fromPartial(object.texture)
516
+ : undefined;
517
+ message.alphaTest = (_a = object.alphaTest) !== null && _a !== void 0 ? _a : undefined;
518
+ message.castShadows = (_b = object.castShadows) !== null && _b !== void 0 ? _b : undefined;
519
+ message.alphaTexture = (object.alphaTexture !== undefined && object.alphaTexture !== null)
520
+ ? texture_gen_1.TextureUnion.fromPartial(object.alphaTexture)
521
+ : undefined;
522
+ message.emissiveTexture = (object.emissiveTexture !== undefined && object.emissiveTexture !== null)
523
+ ? texture_gen_1.TextureUnion.fromPartial(object.emissiveTexture)
524
+ : undefined;
525
+ message.bumpTexture = (object.bumpTexture !== undefined && object.bumpTexture !== null)
526
+ ? texture_gen_1.TextureUnion.fromPartial(object.bumpTexture)
527
+ : undefined;
528
+ message.albedoColor = (object.albedoColor !== undefined && object.albedoColor !== null)
529
+ ? colors_gen_1.Color4.fromPartial(object.albedoColor)
530
+ : undefined;
531
+ message.emissiveColor = (object.emissiveColor !== undefined && object.emissiveColor !== null)
532
+ ? colors_gen_1.Color3.fromPartial(object.emissiveColor)
533
+ : undefined;
534
+ message.reflectivityColor = (object.reflectivityColor !== undefined && object.reflectivityColor !== null)
535
+ ? colors_gen_1.Color3.fromPartial(object.reflectivityColor)
536
+ : undefined;
537
+ message.transparencyMode = (_c = object.transparencyMode) !== null && _c !== void 0 ? _c : undefined;
538
+ message.metallic = (_d = object.metallic) !== null && _d !== void 0 ? _d : undefined;
539
+ message.roughness = (_e = object.roughness) !== null && _e !== void 0 ? _e : undefined;
540
+ message.specularIntensity = (_f = object.specularIntensity) !== null && _f !== void 0 ? _f : undefined;
541
+ message.emissiveIntensity = (_g = object.emissiveIntensity) !== null && _g !== void 0 ? _g : undefined;
542
+ message.directIntensity = (_h = object.directIntensity) !== null && _h !== void 0 ? _h : undefined;
543
+ return message;
544
+ }
545
+ PBMaterial_PbrMaterial.fromPartial = fromPartial;
546
+ })(PBMaterial_PbrMaterial || (exports.PBMaterial_PbrMaterial = PBMaterial_PbrMaterial = {}));
547
+ function createBasePBMaterial_GltfMaterial() {
548
+ return { gltfSrc: "", name: "" };
549
+ }
550
+ var PBMaterial_GltfMaterial;
551
+ (function (PBMaterial_GltfMaterial) {
552
+ function encode(message, writer = minimal_1.default.Writer.create()) {
553
+ if (message.gltfSrc !== "") {
554
+ writer.uint32(10).string(message.gltfSrc);
555
+ }
556
+ if (message.name !== "") {
557
+ writer.uint32(18).string(message.name);
558
+ }
559
+ return writer;
560
+ }
561
+ PBMaterial_GltfMaterial.encode = encode;
562
+ function decode(input, length) {
563
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
564
+ let end = length === undefined ? reader.len : reader.pos + length;
565
+ const message = createBasePBMaterial_GltfMaterial();
566
+ while (reader.pos < end) {
567
+ const tag = reader.uint32();
568
+ switch (tag >>> 3) {
569
+ case 1:
570
+ if (tag !== 10) {
571
+ break;
572
+ }
573
+ message.gltfSrc = reader.string();
574
+ continue;
575
+ case 2:
576
+ if (tag !== 18) {
577
+ break;
578
+ }
579
+ message.name = reader.string();
580
+ continue;
581
+ }
582
+ if ((tag & 7) === 4 || tag === 0) {
583
+ break;
584
+ }
585
+ reader.skipType(tag & 7);
586
+ }
587
+ return message;
588
+ }
589
+ PBMaterial_GltfMaterial.decode = decode;
590
+ function fromJSON(object) {
591
+ return {
592
+ gltfSrc: isSet(object.gltfSrc) ? String(object.gltfSrc) : "",
593
+ name: isSet(object.name) ? String(object.name) : "",
594
+ };
595
+ }
596
+ PBMaterial_GltfMaterial.fromJSON = fromJSON;
597
+ function toJSON(message) {
598
+ const obj = {};
599
+ message.gltfSrc !== undefined && (obj.gltfSrc = message.gltfSrc);
600
+ message.name !== undefined && (obj.name = message.name);
601
+ return obj;
602
+ }
603
+ PBMaterial_GltfMaterial.toJSON = toJSON;
604
+ function create(base) {
605
+ return PBMaterial_GltfMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
606
+ }
607
+ PBMaterial_GltfMaterial.create = create;
608
+ function fromPartial(object) {
609
+ var _a, _b;
610
+ const message = createBasePBMaterial_GltfMaterial();
611
+ message.gltfSrc = (_a = object.gltfSrc) !== null && _a !== void 0 ? _a : "";
612
+ message.name = (_b = object.name) !== null && _b !== void 0 ? _b : "";
613
+ return message;
614
+ }
615
+ PBMaterial_GltfMaterial.fromPartial = fromPartial;
616
+ })(PBMaterial_GltfMaterial || (exports.PBMaterial_GltfMaterial = PBMaterial_GltfMaterial = {}));
617
+ function isSet(value) {
618
+ return value !== null && value !== undefined;
619
+ }
620
+ //# sourceMappingURL=material.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"material.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/material.gen.ts"],"names":[],"mappings":"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"}