@dcl/protocol 1.0.0-4427886959.commit-6b9dcb5 → 1.0.0-4468031496.commit-eace17b

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 (336) hide show
  1. package/out-js/decentraland/bff/authentication_service.gen.d.ts +6 -2
  2. package/out-js/decentraland/bff/authentication_service.gen.js +46 -24
  3. package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
  4. package/out-js/decentraland/bff/comms_director_service.gen.d.ts +6 -2
  5. package/out-js/decentraland/bff/comms_director_service.gen.js +33 -18
  6. package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
  7. package/out-js/decentraland/bff/comms_service.gen.d.ts +21 -7
  8. package/out-js/decentraland/bff/comms_service.gen.js +25 -17
  9. package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
  10. package/out-js/decentraland/bff/http_endpoints.gen.d.ts +3 -1
  11. package/out-js/decentraland/bff/http_endpoints.gen.js +197 -72
  12. package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
  13. package/out-js/decentraland/bff/topics_service.gen.d.ts +9 -3
  14. package/out-js/decentraland/bff/topics_service.gen.js +64 -32
  15. package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
  16. package/out-js/decentraland/common/border_rect.gen.d.ts +54 -0
  17. package/out-js/decentraland/common/border_rect.gen.js +100 -0
  18. package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
  19. package/out-js/decentraland/common/colors.gen.d.ts +82 -0
  20. package/out-js/decentraland/common/colors.gen.js +175 -0
  21. package/out-js/decentraland/common/colors.gen.js.map +1 -0
  22. package/out-js/decentraland/common/content_mapping.gen.js +13 -6
  23. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
  24. package/out-js/decentraland/common/sdk/user_data.gen.js +71 -26
  25. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
  26. package/out-js/decentraland/common/texture.gen.d.ts +319 -0
  27. package/out-js/decentraland/common/texture.gen.js +424 -0
  28. package/out-js/decentraland/common/texture.gen.js.map +1 -0
  29. package/out-js/decentraland/common/vectors.gen.js +47 -20
  30. package/out-js/decentraland/common/vectors.gen.js.map +1 -1
  31. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +3 -1
  32. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +15 -10
  33. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
  34. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +3 -1
  35. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +19 -11
  36. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
  37. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +18 -6
  38. package/out-js/decentraland/kernel/apis/engine_api.gen.js +443 -206
  39. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
  40. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +21 -7
  41. package/out-js/decentraland/kernel/apis/environment_api.gen.js +176 -96
  42. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
  43. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +15 -5
  44. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +141 -72
  45. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
  46. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +9 -3
  47. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +91 -47
  48. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
  49. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +6 -2
  50. package/out-js/decentraland/kernel/apis/permissions.gen.js +42 -28
  51. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
  52. package/out-js/decentraland/kernel/apis/players.gen.d.ts +9 -3
  53. package/out-js/decentraland/kernel/apis/players.gen.js +49 -31
  54. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
  55. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +12 -4
  56. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +81 -48
  57. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
  58. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -7
  59. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +123 -69
  60. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
  61. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +6 -2
  62. package/out-js/decentraland/kernel/apis/runtime.gen.js +55 -29
  63. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
  64. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +3 -1
  65. package/out-js/decentraland/kernel/apis/scene.gen.js +27 -13
  66. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
  67. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +3 -1
  68. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +82 -35
  69. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
  70. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +3 -1
  71. package/out-js/decentraland/kernel/apis/social_controller.gen.js +28 -16
  72. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
  73. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +3 -1
  74. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +15 -10
  75. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
  76. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +6 -2
  77. package/out-js/decentraland/kernel/apis/user_identity.gen.js +30 -20
  78. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
  79. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +148 -59
  80. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
  81. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +142 -63
  82. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
  83. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +201 -86
  84. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
  85. package/out-js/decentraland/sdk/components/animator.gen.d.ts +184 -0
  86. package/out-js/decentraland/sdk/components/animator.gen.js +198 -0
  87. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
  88. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +74 -0
  89. package/out-js/decentraland/sdk/components/audio_source.gen.js +112 -0
  90. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
  91. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +56 -0
  92. package/out-js/decentraland/sdk/components/audio_stream.gen.js +88 -0
  93. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
  94. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +65 -0
  95. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +122 -0
  96. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
  97. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +100 -0
  98. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +146 -0
  99. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
  100. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +192 -0
  101. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +244 -0
  102. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
  103. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +59 -0
  104. package/out-js/decentraland/sdk/components/billboard.gen.js +118 -0
  105. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
  106. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +44 -0
  107. package/out-js/decentraland/sdk/components/camera_mode.gen.js +63 -0
  108. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
  109. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +84 -0
  110. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +78 -0
  111. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
  112. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +8 -0
  113. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +39 -0
  114. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
  115. package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
  116. package/out-js/{renderer-interface.gen.js → decentraland/sdk/components/common/id.gen.js} +2 -2
  117. package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
  118. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +20 -0
  119. package/out-js/decentraland/sdk/components/common/input_action.gen.js +111 -0
  120. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
  121. package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
  122. package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
  123. package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
  124. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +45 -0
  125. package/out-js/decentraland/sdk/components/gltf_container.gen.js +62 -0
  126. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
  127. package/out-js/decentraland/sdk/components/material.gen.d.ts +3452 -0
  128. package/out-js/decentraland/sdk/components/material.gen.js +506 -0
  129. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
  130. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +250 -0
  131. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +350 -0
  132. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
  133. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +284 -0
  134. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +347 -0
  135. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
  136. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +114 -0
  137. package/out-js/decentraland/sdk/components/nft_shape.gen.js +252 -0
  138. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
  139. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +249 -0
  140. package/out-js/decentraland/sdk/components/pointer_events.gen.js +272 -0
  141. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
  142. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +241 -0
  143. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +115 -0
  144. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
  145. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +43 -0
  146. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +62 -0
  147. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
  148. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +118 -0
  149. package/out-js/decentraland/sdk/components/raycast.gen.js +140 -0
  150. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
  151. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +536 -0
  152. package/out-js/decentraland/sdk/components/raycast_result.gen.js +278 -0
  153. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
  154. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +247 -0
  155. package/out-js/decentraland/sdk/components/text_shape.gen.js +338 -0
  156. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
  157. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +369 -0
  158. package/out-js/decentraland/sdk/components/ui_background.gen.js +190 -0
  159. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
  160. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +115 -0
  161. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +180 -0
  162. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
  163. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +38 -0
  164. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +62 -0
  165. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
  166. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +140 -0
  167. package/out-js/decentraland/sdk/components/ui_input.gen.js +165 -0
  168. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
  169. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +38 -0
  170. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +62 -0
  171. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
  172. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +95 -0
  173. package/out-js/decentraland/sdk/components/ui_text.gen.js +117 -0
  174. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
  175. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +403 -0
  176. package/out-js/decentraland/sdk/components/ui_transform.gen.js +1154 -0
  177. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
  178. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +69 -0
  179. package/out-js/decentraland/sdk/components/video_player.gen.js +131 -0
  180. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
  181. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
  182. package/out-js/decentraland/sdk/components/visibility_component.gen.js +62 -0
  183. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
  184. package/out-js/decentraland/social/friendships/friendships.gen.d.ts +12 -4
  185. package/out-js/decentraland/social/friendships/friendships.gen.js +231 -113
  186. package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
  187. package/out-js/google/protobuf/descriptor.gen.d.ts +87384 -0
  188. package/out-js/google/protobuf/descriptor.gen.js +2998 -0
  189. package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
  190. package/out-js/google/protobuf/empty.gen.js +5 -4
  191. package/out-js/google/protobuf/empty.gen.js.map +1 -1
  192. package/out-js/sdk-components.gen.d.ts +1 -0
  193. package/out-js/sdk-components.gen.js +6 -0
  194. package/out-js/sdk-components.gen.js.map +1 -0
  195. package/out-ts/decentraland/bff/authentication_service.gen.ts +52 -24
  196. package/out-ts/decentraland/bff/comms_director_service.gen.ts +37 -18
  197. package/out-ts/decentraland/bff/comms_service.gen.ts +27 -17
  198. package/out-ts/decentraland/bff/http_endpoints.gen.ts +236 -72
  199. package/out-ts/decentraland/bff/topics_service.gen.ts +73 -32
  200. package/out-ts/decentraland/common/border_rect.gen.ts +125 -0
  201. package/out-ts/decentraland/common/colors.gen.ts +214 -0
  202. package/out-ts/decentraland/common/content_mapping.gen.ts +15 -6
  203. package/out-ts/decentraland/common/sdk/user_data.gen.ts +85 -26
  204. package/out-ts/decentraland/common/texture.gen.ts +506 -0
  205. package/out-ts/decentraland/common/vectors.gen.ts +55 -20
  206. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +16 -10
  207. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +21 -11
  208. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +511 -206
  209. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +197 -96
  210. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +160 -72
  211. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +103 -47
  212. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +50 -26
  213. package/out-ts/decentraland/kernel/apis/players.gen.ts +53 -31
  214. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +89 -48
  215. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +137 -69
  216. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +62 -29
  217. package/out-ts/decentraland/kernel/apis/scene.gen.ts +31 -13
  218. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +96 -35
  219. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +31 -16
  220. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +16 -10
  221. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +32 -20
  222. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +175 -59
  223. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +165 -63
  224. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +235 -86
  225. package/out-ts/decentraland/sdk/components/animator.gen.ts +263 -0
  226. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +162 -0
  227. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +122 -0
  228. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +156 -0
  229. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +187 -0
  230. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +333 -0
  231. package/out-ts/decentraland/sdk/components/billboard.gen.ts +145 -0
  232. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
  233. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
  234. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +36 -0
  235. package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
  236. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +108 -0
  237. package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
  238. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +87 -0
  239. package/out-ts/decentraland/sdk/components/material.gen.ts +637 -0
  240. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +436 -0
  241. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +436 -0
  242. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
  243. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +347 -0
  244. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +145 -0
  245. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
  246. package/out-ts/decentraland/sdk/components/raycast.gen.ts +176 -0
  247. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +361 -0
  248. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
  249. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +222 -0
  250. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
  251. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
  252. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
  253. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +80 -0
  254. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +161 -0
  255. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1309 -0
  256. package/out-ts/decentraland/sdk/components/video_player.gen.ts +173 -0
  257. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +81 -0
  258. package/out-ts/decentraland/social/friendships/friendships.gen.ts +264 -113
  259. package/out-ts/google/protobuf/descriptor.gen.ts +3440 -0
  260. package/out-ts/google/protobuf/empty.gen.ts +5 -4
  261. package/out-ts/sdk-components.gen.ts +3 -0
  262. package/package.json +2 -2
  263. package/public/sdk-components.proto +33 -0
  264. package/out-js/decentraland/common/entity.gen.d.ts +0 -89
  265. package/out-js/decentraland/common/entity.gen.js +0 -107
  266. package/out-js/decentraland/common/entity.gen.js.map +0 -1
  267. package/out-js/decentraland/renderer/common/friend_request_common.gen.d.ts +0 -69
  268. package/out-js/decentraland/renderer/common/friend_request_common.gen.js +0 -179
  269. package/out-js/decentraland/renderer/common/friend_request_common.gen.js.map +0 -1
  270. package/out-js/decentraland/renderer/engine_interface.gen.d.ts +0 -18476
  271. package/out-js/decentraland/renderer/engine_interface.gen.js +0 -7796
  272. package/out-js/decentraland/renderer/engine_interface.gen.js.map +0 -1
  273. package/out-js/decentraland/renderer/kernel_services/analytics.gen.d.ts +0 -670
  274. package/out-js/decentraland/renderer/kernel_services/analytics.gen.js +0 -846
  275. package/out-js/decentraland/renderer/kernel_services/analytics.gen.js.map +0 -1
  276. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.d.ts +0 -96
  277. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js +0 -120
  278. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js.map +0 -1
  279. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.d.ts +0 -2326
  280. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js +0 -968
  281. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js.map +0 -1
  282. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.d.ts +0 -111
  283. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js +0 -162
  284. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js.map +0 -1
  285. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.d.ts +0 -103
  286. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js +0 -122
  287. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js.map +0 -1
  288. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.d.ts +0 -148
  289. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js +0 -239
  290. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js.map +0 -1
  291. package/out-js/decentraland/renderer/renderer_services/crdt.gen.d.ts +0 -182
  292. package/out-js/decentraland/renderer/renderer_services/crdt.gen.js +0 -235
  293. package/out-js/decentraland/renderer/renderer_services/crdt.gen.js.map +0 -1
  294. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.d.ts +0 -87
  295. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js +0 -109
  296. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js.map +0 -1
  297. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.d.ts +0 -335
  298. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js +0 -380
  299. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js.map +0 -1
  300. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.d.ts +0 -494
  301. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js +0 -473
  302. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js.map +0 -1
  303. package/out-js/decentraland/renderer/renderer_services/transport.gen.d.ts +0 -88
  304. package/out-js/decentraland/renderer/renderer_services/transport.gen.js +0 -114
  305. package/out-js/decentraland/renderer/renderer_services/transport.gen.js.map +0 -1
  306. package/out-js/renderer-interface.gen.d.ts +0 -1
  307. package/out-js/renderer-interface.gen.js.map +0 -1
  308. package/out-ts/decentraland/common/entity.gen.ts +0 -126
  309. package/out-ts/decentraland/renderer/common/friend_request_common.gen.ts +0 -206
  310. package/out-ts/decentraland/renderer/engine_interface.gen.ts +0 -8939
  311. package/out-ts/decentraland/renderer/kernel_services/analytics.gen.ts +0 -1004
  312. package/out-ts/decentraland/renderer/kernel_services/emotes_kernel.gen.ts +0 -151
  313. package/out-ts/decentraland/renderer/kernel_services/friend_request_kernel.gen.ts +0 -1146
  314. package/out-ts/decentraland/renderer/kernel_services/friends_kernel.gen.ts +0 -191
  315. package/out-ts/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.ts +0 -151
  316. package/out-ts/decentraland/renderer/kernel_services/sign_request.gen.ts +0 -277
  317. package/out-ts/decentraland/renderer/renderer_services/crdt.gen.ts +0 -284
  318. package/out-ts/decentraland/renderer/renderer_services/emotes_renderer.gen.ts +0 -147
  319. package/out-ts/decentraland/renderer/renderer_services/friend_request_renderer.gen.ts +0 -470
  320. package/out-ts/decentraland/renderer/renderer_services/scene_controller.gen.ts +0 -579
  321. package/out-ts/decentraland/renderer/renderer_services/transport.gen.ts +0 -141
  322. package/out-ts/renderer-interface.gen.ts +0 -3
  323. package/proto/decentraland/renderer/common/friend_request_common.proto +0 -20
  324. package/proto/decentraland/renderer/engine_interface.proto +0 -709
  325. package/proto/decentraland/renderer/kernel_services/analytics.proto +0 -69
  326. package/proto/decentraland/renderer/kernel_services/emotes_kernel.proto +0 -16
  327. package/proto/decentraland/renderer/kernel_services/friend_request_kernel.proto +0 -100
  328. package/proto/decentraland/renderer/kernel_services/friends_kernel.proto +0 -22
  329. package/proto/decentraland/renderer/kernel_services/mutual_friends_kernel.proto +0 -15
  330. package/proto/decentraland/renderer/kernel_services/sign_request.proto +0 -27
  331. package/proto/decentraland/renderer/renderer_services/crdt.proto +0 -29
  332. package/proto/decentraland/renderer/renderer_services/emotes_renderer.proto +0 -15
  333. package/proto/decentraland/renderer/renderer_services/friend_request_renderer.proto +0 -36
  334. package/proto/decentraland/renderer/renderer_services/scene_controller.proto +0 -54
  335. package/proto/decentraland/renderer/renderer_services/transport.proto +0 -14
  336. package/public/renderer-interface.proto +0 -14
@@ -0,0 +1,506 @@
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_PbrMaterial = exports.PBMaterial_UnlitMaterial = exports.PBMaterial = exports.materialTransparencyModeToJSON = exports.materialTransparencyModeFromJSON = exports.MaterialTransparencyMode = exports.protobufPackage = void 0;
7
+ /* eslint-disable */
8
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
9
+ const colors_gen_1 = require("../../common/colors.gen");
10
+ const texture_gen_1 = require("../../common/texture.gen");
11
+ exports.protobufPackage = "decentraland.sdk.components";
12
+ var MaterialTransparencyMode;
13
+ (function (MaterialTransparencyMode) {
14
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_OPAQUE"] = 0] = "MTM_OPAQUE";
15
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_ALPHA_TEST"] = 1] = "MTM_ALPHA_TEST";
16
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_ALPHA_BLEND"] = 2] = "MTM_ALPHA_BLEND";
17
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_ALPHA_TEST_AND_ALPHA_BLEND"] = 3] = "MTM_ALPHA_TEST_AND_ALPHA_BLEND";
18
+ MaterialTransparencyMode[MaterialTransparencyMode["MTM_AUTO"] = 4] = "MTM_AUTO";
19
+ MaterialTransparencyMode[MaterialTransparencyMode["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
20
+ })(MaterialTransparencyMode = exports.MaterialTransparencyMode || (exports.MaterialTransparencyMode = {}));
21
+ function materialTransparencyModeFromJSON(object) {
22
+ switch (object) {
23
+ case 0:
24
+ case "MTM_OPAQUE":
25
+ return MaterialTransparencyMode.MTM_OPAQUE;
26
+ case 1:
27
+ case "MTM_ALPHA_TEST":
28
+ return MaterialTransparencyMode.MTM_ALPHA_TEST;
29
+ case 2:
30
+ case "MTM_ALPHA_BLEND":
31
+ return MaterialTransparencyMode.MTM_ALPHA_BLEND;
32
+ case 3:
33
+ case "MTM_ALPHA_TEST_AND_ALPHA_BLEND":
34
+ return MaterialTransparencyMode.MTM_ALPHA_TEST_AND_ALPHA_BLEND;
35
+ case 4:
36
+ case "MTM_AUTO":
37
+ return MaterialTransparencyMode.MTM_AUTO;
38
+ case -1:
39
+ case "UNRECOGNIZED":
40
+ default:
41
+ return MaterialTransparencyMode.UNRECOGNIZED;
42
+ }
43
+ }
44
+ exports.materialTransparencyModeFromJSON = materialTransparencyModeFromJSON;
45
+ function materialTransparencyModeToJSON(object) {
46
+ switch (object) {
47
+ case MaterialTransparencyMode.MTM_OPAQUE:
48
+ return "MTM_OPAQUE";
49
+ case MaterialTransparencyMode.MTM_ALPHA_TEST:
50
+ return "MTM_ALPHA_TEST";
51
+ case MaterialTransparencyMode.MTM_ALPHA_BLEND:
52
+ return "MTM_ALPHA_BLEND";
53
+ case MaterialTransparencyMode.MTM_ALPHA_TEST_AND_ALPHA_BLEND:
54
+ return "MTM_ALPHA_TEST_AND_ALPHA_BLEND";
55
+ case MaterialTransparencyMode.MTM_AUTO:
56
+ return "MTM_AUTO";
57
+ case MaterialTransparencyMode.UNRECOGNIZED:
58
+ default:
59
+ return "UNRECOGNIZED";
60
+ }
61
+ }
62
+ exports.materialTransparencyModeToJSON = materialTransparencyModeToJSON;
63
+ function createBasePBMaterial() {
64
+ return { material: undefined };
65
+ }
66
+ exports.PBMaterial = {
67
+ encode(message, writer = minimal_1.default.Writer.create()) {
68
+ var _a;
69
+ switch ((_a = message.material) === null || _a === void 0 ? void 0 : _a.$case) {
70
+ case "unlit":
71
+ exports.PBMaterial_UnlitMaterial.encode(message.material.unlit, writer.uint32(10).fork()).ldelim();
72
+ break;
73
+ case "pbr":
74
+ exports.PBMaterial_PbrMaterial.encode(message.material.pbr, writer.uint32(18).fork()).ldelim();
75
+ break;
76
+ }
77
+ return writer;
78
+ },
79
+ decode(input, length) {
80
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
81
+ let end = length === undefined ? reader.len : reader.pos + length;
82
+ const message = createBasePBMaterial();
83
+ while (reader.pos < end) {
84
+ const tag = reader.uint32();
85
+ switch (tag >>> 3) {
86
+ case 1:
87
+ if (tag != 10) {
88
+ break;
89
+ }
90
+ message.material = { $case: "unlit", unlit: exports.PBMaterial_UnlitMaterial.decode(reader, reader.uint32()) };
91
+ continue;
92
+ case 2:
93
+ if (tag != 18) {
94
+ break;
95
+ }
96
+ message.material = { $case: "pbr", pbr: exports.PBMaterial_PbrMaterial.decode(reader, reader.uint32()) };
97
+ continue;
98
+ }
99
+ if ((tag & 7) == 4 || tag == 0) {
100
+ break;
101
+ }
102
+ reader.skipType(tag & 7);
103
+ }
104
+ return message;
105
+ },
106
+ fromJSON(object) {
107
+ return {
108
+ material: isSet(object.unlit)
109
+ ? { $case: "unlit", unlit: exports.PBMaterial_UnlitMaterial.fromJSON(object.unlit) }
110
+ : isSet(object.pbr)
111
+ ? { $case: "pbr", pbr: exports.PBMaterial_PbrMaterial.fromJSON(object.pbr) }
112
+ : undefined,
113
+ };
114
+ },
115
+ toJSON(message) {
116
+ var _a, _b, _c, _d, _e, _f;
117
+ const obj = {};
118
+ ((_a = message.material) === null || _a === void 0 ? void 0 : _a.$case) === "unlit" &&
119
+ (obj.unlit = ((_b = message.material) === null || _b === void 0 ? void 0 : _b.unlit) ? exports.PBMaterial_UnlitMaterial.toJSON((_c = message.material) === null || _c === void 0 ? void 0 : _c.unlit) : undefined);
120
+ ((_d = message.material) === null || _d === void 0 ? void 0 : _d.$case) === "pbr" &&
121
+ (obj.pbr = ((_e = message.material) === null || _e === void 0 ? void 0 : _e.pbr) ? exports.PBMaterial_PbrMaterial.toJSON((_f = message.material) === null || _f === void 0 ? void 0 : _f.pbr) : undefined);
122
+ return obj;
123
+ },
124
+ create(base) {
125
+ return exports.PBMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
126
+ },
127
+ fromPartial(object) {
128
+ var _a, _b, _c, _d, _e, _f;
129
+ const message = createBasePBMaterial();
130
+ 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) {
131
+ message.material = { $case: "unlit", unlit: exports.PBMaterial_UnlitMaterial.fromPartial(object.material.unlit) };
132
+ }
133
+ 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) {
134
+ message.material = { $case: "pbr", pbr: exports.PBMaterial_PbrMaterial.fromPartial(object.material.pbr) };
135
+ }
136
+ return message;
137
+ },
138
+ };
139
+ function createBasePBMaterial_UnlitMaterial() {
140
+ return { texture: undefined, alphaTest: undefined, castShadows: undefined, diffuseColor: undefined };
141
+ }
142
+ exports.PBMaterial_UnlitMaterial = {
143
+ encode(message, writer = minimal_1.default.Writer.create()) {
144
+ if (message.texture !== undefined) {
145
+ texture_gen_1.TextureUnion.encode(message.texture, writer.uint32(10).fork()).ldelim();
146
+ }
147
+ if (message.alphaTest !== undefined) {
148
+ writer.uint32(21).float(message.alphaTest);
149
+ }
150
+ if (message.castShadows !== undefined) {
151
+ writer.uint32(24).bool(message.castShadows);
152
+ }
153
+ if (message.diffuseColor !== undefined) {
154
+ colors_gen_1.Color4.encode(message.diffuseColor, writer.uint32(34).fork()).ldelim();
155
+ }
156
+ return writer;
157
+ },
158
+ decode(input, length) {
159
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
160
+ let end = length === undefined ? reader.len : reader.pos + length;
161
+ const message = createBasePBMaterial_UnlitMaterial();
162
+ while (reader.pos < end) {
163
+ const tag = reader.uint32();
164
+ switch (tag >>> 3) {
165
+ case 1:
166
+ if (tag != 10) {
167
+ break;
168
+ }
169
+ message.texture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
170
+ continue;
171
+ case 2:
172
+ if (tag != 21) {
173
+ break;
174
+ }
175
+ message.alphaTest = reader.float();
176
+ continue;
177
+ case 3:
178
+ if (tag != 24) {
179
+ break;
180
+ }
181
+ message.castShadows = reader.bool();
182
+ continue;
183
+ case 4:
184
+ if (tag != 34) {
185
+ break;
186
+ }
187
+ message.diffuseColor = colors_gen_1.Color4.decode(reader, reader.uint32());
188
+ continue;
189
+ }
190
+ if ((tag & 7) == 4 || tag == 0) {
191
+ break;
192
+ }
193
+ reader.skipType(tag & 7);
194
+ }
195
+ return message;
196
+ },
197
+ fromJSON(object) {
198
+ return {
199
+ texture: isSet(object.texture) ? texture_gen_1.TextureUnion.fromJSON(object.texture) : undefined,
200
+ alphaTest: isSet(object.alphaTest) ? Number(object.alphaTest) : undefined,
201
+ castShadows: isSet(object.castShadows) ? Boolean(object.castShadows) : undefined,
202
+ diffuseColor: isSet(object.diffuseColor) ? colors_gen_1.Color4.fromJSON(object.diffuseColor) : undefined,
203
+ };
204
+ },
205
+ toJSON(message) {
206
+ const obj = {};
207
+ message.texture !== undefined && (obj.texture = message.texture ? texture_gen_1.TextureUnion.toJSON(message.texture) : undefined);
208
+ message.alphaTest !== undefined && (obj.alphaTest = message.alphaTest);
209
+ message.castShadows !== undefined && (obj.castShadows = message.castShadows);
210
+ message.diffuseColor !== undefined &&
211
+ (obj.diffuseColor = message.diffuseColor ? colors_gen_1.Color4.toJSON(message.diffuseColor) : undefined);
212
+ return obj;
213
+ },
214
+ create(base) {
215
+ return exports.PBMaterial_UnlitMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
216
+ },
217
+ fromPartial(object) {
218
+ var _a, _b;
219
+ const message = createBasePBMaterial_UnlitMaterial();
220
+ message.texture = (object.texture !== undefined && object.texture !== null)
221
+ ? texture_gen_1.TextureUnion.fromPartial(object.texture)
222
+ : undefined;
223
+ message.alphaTest = (_a = object.alphaTest) !== null && _a !== void 0 ? _a : undefined;
224
+ message.castShadows = (_b = object.castShadows) !== null && _b !== void 0 ? _b : undefined;
225
+ message.diffuseColor = (object.diffuseColor !== undefined && object.diffuseColor !== null)
226
+ ? colors_gen_1.Color4.fromPartial(object.diffuseColor)
227
+ : undefined;
228
+ return message;
229
+ },
230
+ };
231
+ function createBasePBMaterial_PbrMaterial() {
232
+ return {
233
+ texture: undefined,
234
+ alphaTest: undefined,
235
+ castShadows: undefined,
236
+ alphaTexture: undefined,
237
+ emissiveTexture: undefined,
238
+ bumpTexture: undefined,
239
+ albedoColor: undefined,
240
+ emissiveColor: undefined,
241
+ reflectivityColor: undefined,
242
+ transparencyMode: undefined,
243
+ metallic: undefined,
244
+ roughness: undefined,
245
+ glossiness: undefined,
246
+ specularIntensity: undefined,
247
+ emissiveIntensity: undefined,
248
+ directIntensity: undefined,
249
+ };
250
+ }
251
+ exports.PBMaterial_PbrMaterial = {
252
+ encode(message, writer = minimal_1.default.Writer.create()) {
253
+ if (message.texture !== undefined) {
254
+ texture_gen_1.TextureUnion.encode(message.texture, writer.uint32(10).fork()).ldelim();
255
+ }
256
+ if (message.alphaTest !== undefined) {
257
+ writer.uint32(21).float(message.alphaTest);
258
+ }
259
+ if (message.castShadows !== undefined) {
260
+ writer.uint32(24).bool(message.castShadows);
261
+ }
262
+ if (message.alphaTexture !== undefined) {
263
+ texture_gen_1.TextureUnion.encode(message.alphaTexture, writer.uint32(34).fork()).ldelim();
264
+ }
265
+ if (message.emissiveTexture !== undefined) {
266
+ texture_gen_1.TextureUnion.encode(message.emissiveTexture, writer.uint32(42).fork()).ldelim();
267
+ }
268
+ if (message.bumpTexture !== undefined) {
269
+ texture_gen_1.TextureUnion.encode(message.bumpTexture, writer.uint32(50).fork()).ldelim();
270
+ }
271
+ if (message.albedoColor !== undefined) {
272
+ colors_gen_1.Color4.encode(message.albedoColor, writer.uint32(58).fork()).ldelim();
273
+ }
274
+ if (message.emissiveColor !== undefined) {
275
+ colors_gen_1.Color3.encode(message.emissiveColor, writer.uint32(66).fork()).ldelim();
276
+ }
277
+ if (message.reflectivityColor !== undefined) {
278
+ colors_gen_1.Color3.encode(message.reflectivityColor, writer.uint32(74).fork()).ldelim();
279
+ }
280
+ if (message.transparencyMode !== undefined) {
281
+ writer.uint32(80).int32(message.transparencyMode);
282
+ }
283
+ if (message.metallic !== undefined) {
284
+ writer.uint32(93).float(message.metallic);
285
+ }
286
+ if (message.roughness !== undefined) {
287
+ writer.uint32(101).float(message.roughness);
288
+ }
289
+ if (message.glossiness !== undefined) {
290
+ writer.uint32(109).float(message.glossiness);
291
+ }
292
+ if (message.specularIntensity !== undefined) {
293
+ writer.uint32(117).float(message.specularIntensity);
294
+ }
295
+ if (message.emissiveIntensity !== undefined) {
296
+ writer.uint32(125).float(message.emissiveIntensity);
297
+ }
298
+ if (message.directIntensity !== undefined) {
299
+ writer.uint32(133).float(message.directIntensity);
300
+ }
301
+ return writer;
302
+ },
303
+ decode(input, length) {
304
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
305
+ let end = length === undefined ? reader.len : reader.pos + length;
306
+ const message = createBasePBMaterial_PbrMaterial();
307
+ while (reader.pos < end) {
308
+ const tag = reader.uint32();
309
+ switch (tag >>> 3) {
310
+ case 1:
311
+ if (tag != 10) {
312
+ break;
313
+ }
314
+ message.texture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
315
+ continue;
316
+ case 2:
317
+ if (tag != 21) {
318
+ break;
319
+ }
320
+ message.alphaTest = reader.float();
321
+ continue;
322
+ case 3:
323
+ if (tag != 24) {
324
+ break;
325
+ }
326
+ message.castShadows = reader.bool();
327
+ continue;
328
+ case 4:
329
+ if (tag != 34) {
330
+ break;
331
+ }
332
+ message.alphaTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
333
+ continue;
334
+ case 5:
335
+ if (tag != 42) {
336
+ break;
337
+ }
338
+ message.emissiveTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
339
+ continue;
340
+ case 6:
341
+ if (tag != 50) {
342
+ break;
343
+ }
344
+ message.bumpTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
345
+ continue;
346
+ case 7:
347
+ if (tag != 58) {
348
+ break;
349
+ }
350
+ message.albedoColor = colors_gen_1.Color4.decode(reader, reader.uint32());
351
+ continue;
352
+ case 8:
353
+ if (tag != 66) {
354
+ break;
355
+ }
356
+ message.emissiveColor = colors_gen_1.Color3.decode(reader, reader.uint32());
357
+ continue;
358
+ case 9:
359
+ if (tag != 74) {
360
+ break;
361
+ }
362
+ message.reflectivityColor = colors_gen_1.Color3.decode(reader, reader.uint32());
363
+ continue;
364
+ case 10:
365
+ if (tag != 80) {
366
+ break;
367
+ }
368
+ message.transparencyMode = reader.int32();
369
+ continue;
370
+ case 11:
371
+ if (tag != 93) {
372
+ break;
373
+ }
374
+ message.metallic = reader.float();
375
+ continue;
376
+ case 12:
377
+ if (tag != 101) {
378
+ break;
379
+ }
380
+ message.roughness = reader.float();
381
+ continue;
382
+ case 13:
383
+ if (tag != 109) {
384
+ break;
385
+ }
386
+ message.glossiness = reader.float();
387
+ continue;
388
+ case 14:
389
+ if (tag != 117) {
390
+ break;
391
+ }
392
+ message.specularIntensity = reader.float();
393
+ continue;
394
+ case 15:
395
+ if (tag != 125) {
396
+ break;
397
+ }
398
+ message.emissiveIntensity = reader.float();
399
+ continue;
400
+ case 16:
401
+ if (tag != 133) {
402
+ break;
403
+ }
404
+ message.directIntensity = reader.float();
405
+ continue;
406
+ }
407
+ if ((tag & 7) == 4 || tag == 0) {
408
+ break;
409
+ }
410
+ reader.skipType(tag & 7);
411
+ }
412
+ return message;
413
+ },
414
+ fromJSON(object) {
415
+ return {
416
+ texture: isSet(object.texture) ? texture_gen_1.TextureUnion.fromJSON(object.texture) : undefined,
417
+ alphaTest: isSet(object.alphaTest) ? Number(object.alphaTest) : undefined,
418
+ castShadows: isSet(object.castShadows) ? Boolean(object.castShadows) : undefined,
419
+ alphaTexture: isSet(object.alphaTexture) ? texture_gen_1.TextureUnion.fromJSON(object.alphaTexture) : undefined,
420
+ emissiveTexture: isSet(object.emissiveTexture) ? texture_gen_1.TextureUnion.fromJSON(object.emissiveTexture) : undefined,
421
+ bumpTexture: isSet(object.bumpTexture) ? texture_gen_1.TextureUnion.fromJSON(object.bumpTexture) : undefined,
422
+ albedoColor: isSet(object.albedoColor) ? colors_gen_1.Color4.fromJSON(object.albedoColor) : undefined,
423
+ emissiveColor: isSet(object.emissiveColor) ? colors_gen_1.Color3.fromJSON(object.emissiveColor) : undefined,
424
+ reflectivityColor: isSet(object.reflectivityColor) ? colors_gen_1.Color3.fromJSON(object.reflectivityColor) : undefined,
425
+ transparencyMode: isSet(object.transparencyMode)
426
+ ? materialTransparencyModeFromJSON(object.transparencyMode)
427
+ : undefined,
428
+ metallic: isSet(object.metallic) ? Number(object.metallic) : undefined,
429
+ roughness: isSet(object.roughness) ? Number(object.roughness) : undefined,
430
+ glossiness: isSet(object.glossiness) ? Number(object.glossiness) : undefined,
431
+ specularIntensity: isSet(object.specularIntensity) ? Number(object.specularIntensity) : undefined,
432
+ emissiveIntensity: isSet(object.emissiveIntensity) ? Number(object.emissiveIntensity) : undefined,
433
+ directIntensity: isSet(object.directIntensity) ? Number(object.directIntensity) : undefined,
434
+ };
435
+ },
436
+ toJSON(message) {
437
+ const obj = {};
438
+ message.texture !== undefined && (obj.texture = message.texture ? texture_gen_1.TextureUnion.toJSON(message.texture) : undefined);
439
+ message.alphaTest !== undefined && (obj.alphaTest = message.alphaTest);
440
+ message.castShadows !== undefined && (obj.castShadows = message.castShadows);
441
+ message.alphaTexture !== undefined &&
442
+ (obj.alphaTexture = message.alphaTexture ? texture_gen_1.TextureUnion.toJSON(message.alphaTexture) : undefined);
443
+ message.emissiveTexture !== undefined &&
444
+ (obj.emissiveTexture = message.emissiveTexture ? texture_gen_1.TextureUnion.toJSON(message.emissiveTexture) : undefined);
445
+ message.bumpTexture !== undefined &&
446
+ (obj.bumpTexture = message.bumpTexture ? texture_gen_1.TextureUnion.toJSON(message.bumpTexture) : undefined);
447
+ message.albedoColor !== undefined &&
448
+ (obj.albedoColor = message.albedoColor ? colors_gen_1.Color4.toJSON(message.albedoColor) : undefined);
449
+ message.emissiveColor !== undefined &&
450
+ (obj.emissiveColor = message.emissiveColor ? colors_gen_1.Color3.toJSON(message.emissiveColor) : undefined);
451
+ message.reflectivityColor !== undefined &&
452
+ (obj.reflectivityColor = message.reflectivityColor ? colors_gen_1.Color3.toJSON(message.reflectivityColor) : undefined);
453
+ message.transparencyMode !== undefined && (obj.transparencyMode = message.transparencyMode !== undefined
454
+ ? materialTransparencyModeToJSON(message.transparencyMode)
455
+ : undefined);
456
+ message.metallic !== undefined && (obj.metallic = message.metallic);
457
+ message.roughness !== undefined && (obj.roughness = message.roughness);
458
+ message.glossiness !== undefined && (obj.glossiness = message.glossiness);
459
+ message.specularIntensity !== undefined && (obj.specularIntensity = message.specularIntensity);
460
+ message.emissiveIntensity !== undefined && (obj.emissiveIntensity = message.emissiveIntensity);
461
+ message.directIntensity !== undefined && (obj.directIntensity = message.directIntensity);
462
+ return obj;
463
+ },
464
+ create(base) {
465
+ return exports.PBMaterial_PbrMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
466
+ },
467
+ fromPartial(object) {
468
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
469
+ const message = createBasePBMaterial_PbrMaterial();
470
+ message.texture = (object.texture !== undefined && object.texture !== null)
471
+ ? texture_gen_1.TextureUnion.fromPartial(object.texture)
472
+ : undefined;
473
+ message.alphaTest = (_a = object.alphaTest) !== null && _a !== void 0 ? _a : undefined;
474
+ message.castShadows = (_b = object.castShadows) !== null && _b !== void 0 ? _b : undefined;
475
+ message.alphaTexture = (object.alphaTexture !== undefined && object.alphaTexture !== null)
476
+ ? texture_gen_1.TextureUnion.fromPartial(object.alphaTexture)
477
+ : undefined;
478
+ message.emissiveTexture = (object.emissiveTexture !== undefined && object.emissiveTexture !== null)
479
+ ? texture_gen_1.TextureUnion.fromPartial(object.emissiveTexture)
480
+ : undefined;
481
+ message.bumpTexture = (object.bumpTexture !== undefined && object.bumpTexture !== null)
482
+ ? texture_gen_1.TextureUnion.fromPartial(object.bumpTexture)
483
+ : undefined;
484
+ message.albedoColor = (object.albedoColor !== undefined && object.albedoColor !== null)
485
+ ? colors_gen_1.Color4.fromPartial(object.albedoColor)
486
+ : undefined;
487
+ message.emissiveColor = (object.emissiveColor !== undefined && object.emissiveColor !== null)
488
+ ? colors_gen_1.Color3.fromPartial(object.emissiveColor)
489
+ : undefined;
490
+ message.reflectivityColor = (object.reflectivityColor !== undefined && object.reflectivityColor !== null)
491
+ ? colors_gen_1.Color3.fromPartial(object.reflectivityColor)
492
+ : undefined;
493
+ message.transparencyMode = (_c = object.transparencyMode) !== null && _c !== void 0 ? _c : undefined;
494
+ message.metallic = (_d = object.metallic) !== null && _d !== void 0 ? _d : undefined;
495
+ message.roughness = (_e = object.roughness) !== null && _e !== void 0 ? _e : undefined;
496
+ message.glossiness = (_f = object.glossiness) !== null && _f !== void 0 ? _f : undefined;
497
+ message.specularIntensity = (_g = object.specularIntensity) !== null && _g !== void 0 ? _g : undefined;
498
+ message.emissiveIntensity = (_h = object.emissiveIntensity) !== null && _h !== void 0 ? _h : undefined;
499
+ message.directIntensity = (_j = object.directIntensity) !== null && _j !== void 0 ? _j : undefined;
500
+ return message;
501
+ },
502
+ };
503
+ function isSet(value) {
504
+ return value !== null && value !== undefined;
505
+ }
506
+ //# 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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"}