@dcl/protocol 1.0.0-10043247792.commit-428d1eb
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.
- package/LICENSE +201 -0
- package/README.md +69 -0
- package/out-js/about.gen.d.ts +1 -0
- package/out-js/about.gen.js +6 -0
- package/out-js/about.gen.js.map +1 -0
- package/out-js/comms.gen.d.ts +1 -0
- package/out-js/comms.gen.js +6 -0
- package/out-js/comms.gen.js.map +1 -0
- package/out-js/decentraland/common/border_rect.gen.d.ts +49 -0
- package/out-js/decentraland/common/border_rect.gen.js +201 -0
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
- package/out-js/decentraland/common/colors.gen.d.ts +46 -0
- package/out-js/decentraland/common/colors.gen.js +189 -0
- package/out-js/decentraland/common/colors.gen.js.map +1 -0
- package/out-js/decentraland/common/content_mapping.gen.d.ts +31 -0
- package/out-js/decentraland/common/content_mapping.gen.js +80 -0
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -0
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +63 -0
- package/out-js/decentraland/common/sdk/user_data.gen.js +330 -0
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -0
- package/out-js/decentraland/common/texture.gen.d.ts +100 -0
- package/out-js/decentraland/common/texture.gen.js +446 -0
- package/out-js/decentraland/common/texture.gen.js.map +1 -0
- package/out-js/decentraland/common/vectors.gen.d.ts +71 -0
- package/out-js/decentraland/common/vectors.gen.js +338 -0
- package/out-js/decentraland/common/vectors.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.d.ts +76 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.js +257 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +89 -0
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +301 -0
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +58 -0
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +142 -0
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +338 -0
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +1452 -0
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +283 -0
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +1122 -0
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +225 -0
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +878 -0
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +146 -0
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +557 -0
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +100 -0
- package/out-js/decentraland/kernel/apis/permissions.gen.js +360 -0
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +127 -0
- package/out-js/decentraland/kernel/apis/players.gen.js +372 -0
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +178 -0
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +607 -0
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +244 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +824 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +217 -0
- package/out-js/decentraland/kernel/apis/runtime.gen.js +801 -0
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +59 -0
- package/out-js/decentraland/kernel/apis/scene.gen.js +171 -0
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +139 -0
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +615 -0
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +72 -0
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +207 -0
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +249 -0
- package/out-js/decentraland/kernel/apis/testing.gen.js +1073 -0
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +56 -0
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +128 -0
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +86 -0
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +236 -0
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +213 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +1282 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -0
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +183 -0
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +906 -0
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -0
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +224 -0
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +1204 -0
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -0
- package/out-js/decentraland/quests/definitions.gen.d.ts +541 -0
- package/out-js/decentraland/quests/definitions.gen.js +2728 -0
- package/out-js/decentraland/quests/definitions.gen.js.map +1 -0
- package/out-js/decentraland/realm/about.gen.d.ts +150 -0
- package/out-js/decentraland/realm/about.gen.js +914 -0
- package/out-js/decentraland/realm/about.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +62 -0
- package/out-js/decentraland/sdk/components/animator.gen.js +192 -0
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +61 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.js +151 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +40 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +95 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +76 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +262 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_base.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/avatar_base.gen.js +129 -0
- package/out-js/decentraland/sdk/components/avatar_base.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_emote_command.gen.d.ts +37 -0
- package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js +95 -0
- package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +90 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +60 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +153 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +72 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +251 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +54 -0
- package/out-js/decentraland/sdk/components/billboard.gen.js +128 -0
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +70 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +48 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +85 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +10 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js +46 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
- package/out-js/decentraland/sdk/components/common/id.gen.js +6 -0
- package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +30 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +157 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/loading_state.gen.d.ts +11 -0
- package/out-js/decentraland/sdk/components/common/loading_state.gen.js +57 -0
- package/out-js/decentraland/sdk/components/common/loading_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +163 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +41 -0
- package/out-js/decentraland/sdk/components/engine_info.gen.js +95 -0
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +41 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +101 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +35 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +70 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/material.gen.d.ts +106 -0
- package/out-js/decentraland/sdk/components/material.gen.js +515 -0
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +128 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +469 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +104 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +382 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +74 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +259 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/player_identity_data.gen.d.ts +37 -0
- package/out-js/decentraland/sdk/components/player_identity_data.gen.js +83 -0
- package/out-js/decentraland/sdk/components/player_identity_data.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +79 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +247 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +42 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +133 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +35 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +69 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +79 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js +274 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +48 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +132 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/realm_info.gen.d.ts +35 -0
- package/out-js/decentraland/sdk/components/realm_info.gen.js +131 -0
- package/out-js/decentraland/sdk/components/realm_info.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +81 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.js +345 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/tween.gen.d.ts +125 -0
- package/out-js/decentraland/sdk/components/tween.gen.js +598 -0
- package/out-js/decentraland/sdk/components/tween.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/tween_sequence.gen.d.ts +39 -0
- package/out-js/decentraland/sdk/components/tween_sequence.gen.js +122 -0
- package/out-js/decentraland/sdk/components/tween_sequence.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/tween_state.gen.d.ts +40 -0
- package/out-js/decentraland/sdk/components/tween_state.gen.js +122 -0
- package/out-js/decentraland/sdk/components/tween_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +63 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.js +197 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +187 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +30 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +69 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +44 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js +172 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +32 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +83 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +50 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js +177 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +204 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +1210 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +41 -0
- package/out-js/decentraland/sdk/components/video_player.gen.js +138 -0
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +31 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +69 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
- package/out-js/decentraland/sdk/development/local_development.gen.d.ts +70 -0
- package/out-js/decentraland/sdk/development/local_development.gen.js +283 -0
- package/out-js/decentraland/sdk/development/local_development.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1005 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7842 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +500 -0
- package/out-js/decentraland/social/friendships/friendships.gen.js +2517 -0
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -0
- package/out-js/decentraland/social_service_v2/social_service.gen.d.ts +357 -0
- package/out-js/decentraland/social_service_v2/social_service.gen.js +1554 -0
- package/out-js/decentraland/social_service_v2/social_service.gen.js.map +1 -0
- package/out-js/google/protobuf/descriptor.gen.d.ts +436 -0
- package/out-js/google/protobuf/descriptor.gen.js +3173 -0
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
- package/out-js/google/protobuf/empty.gen.d.ts +38 -0
- package/out-js/google/protobuf/empty.gen.js +54 -0
- package/out-js/google/protobuf/empty.gen.js.map +1 -0
- package/out-js/quests.gen.d.ts +1 -0
- package/out-js/quests.gen.js +6 -0
- package/out-js/quests.gen.js.map +1 -0
- package/out-js/sdk-apis.gen.d.ts +1 -0
- package/out-js/sdk-apis.gen.js +6 -0
- package/out-js/sdk-apis.gen.js.map +1 -0
- package/out-js/sdk-components.gen.d.ts +1 -0
- package/out-js/sdk-components.gen.js +6 -0
- package/out-js/sdk-components.gen.js.map +1 -0
- package/out-js/sdk-development.gen.d.ts +1 -0
- package/out-js/sdk-development.gen.js +6 -0
- package/out-js/sdk-development.gen.js.map +1 -0
- package/out-js/social.gen.d.ts +1 -0
- package/out-js/social.gen.js +6 -0
- package/out-js/social.gen.js.map +1 -0
- package/out-js/social_service_v2.gen.d.ts +1 -0
- package/out-js/social_service_v2.gen.js +6 -0
- package/out-js/social_service_v2.gen.js.map +1 -0
- package/out-ts/about.gen.ts +3 -0
- package/out-ts/comms.gen.ts +3 -0
- package/out-ts/decentraland/common/border_rect.gen.ts +230 -0
- package/out-ts/decentraland/common/colors.gen.ts +214 -0
- package/out-ts/decentraland/common/content_mapping.gen.ts +93 -0
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +370 -0
- package/out-ts/decentraland/common/texture.gen.ts +500 -0
- package/out-ts/decentraland/common/vectors.gen.ts +377 -0
- package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +295 -0
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +327 -0
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +161 -0
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +1587 -0
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +1264 -0
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +982 -0
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +608 -0
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +397 -0
- package/out-ts/decentraland/kernel/apis/players.gen.ts +415 -0
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +668 -0
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +895 -0
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +911 -0
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +192 -0
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +691 -0
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +230 -0
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +1270 -0
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +146 -0
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +264 -0
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +1440 -0
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +1029 -0
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +1338 -0
- package/out-ts/decentraland/quests/definitions.gen.ts +3020 -0
- package/out-ts/decentraland/realm/about.gen.ts +1062 -0
- package/out-ts/decentraland/sdk/components/animator.gen.ts +240 -0
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +209 -0
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +122 -0
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +289 -0
- package/out-ts/decentraland/sdk/components/avatar_base.gen.ts +149 -0
- package/out-ts/decentraland/sdk/components/avatar_emote_command.gen.ts +115 -0
- package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +105 -0
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +188 -0
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +333 -0
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +148 -0
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
- package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +43 -0
- package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +154 -0
- package/out-ts/decentraland/sdk/components/common/loading_state.gen.ts +54 -0
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
- package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +119 -0
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +127 -0
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +89 -0
- package/out-ts/decentraland/sdk/components/material.gen.ts +629 -0
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +534 -0
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +454 -0
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
- package/out-ts/decentraland/sdk/components/player_identity_data.gen.ts +102 -0
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +310 -0
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +170 -0
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +333 -0
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +168 -0
- package/out-ts/decentraland/sdk/components/realm_info.gen.ts +152 -0
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
- package/out-ts/decentraland/sdk/components/tween.gen.ts +648 -0
- package/out-ts/decentraland/sdk/components/tween_sequence.gen.ts +134 -0
- package/out-ts/decentraland/sdk/components/tween_state.gen.ts +136 -0
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +223 -0
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +219 -0
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1361 -0
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +173 -0
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +83 -0
- package/out-ts/decentraland/sdk/development/local_development.gen.ts +316 -0
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8957 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2886 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +2798 -0
- package/out-ts/decentraland/social_service_v2/social_service.gen.ts +1709 -0
- package/out-ts/google/protobuf/descriptor.gen.ts +3470 -0
- package/out-ts/google/protobuf/empty.gen.ts +72 -0
- package/out-ts/quests.gen.ts +3 -0
- package/out-ts/sdk-apis.gen.ts +3 -0
- package/out-ts/sdk-components.gen.ts +3 -0
- package/out-ts/sdk-development.gen.ts +3 -0
- package/out-ts/social.gen.ts +3 -0
- package/out-ts/social_service_v2.gen.ts +3 -0
- package/package.json +33 -0
- package/proto/buf.yaml +47 -0
- package/proto/decentraland/common/border_rect.proto +18 -0
- package/proto/decentraland/common/colors.proto +15 -0
- package/proto/decentraland/common/content_mapping.proto +7 -0
- package/proto/decentraland/common/entity.proto +13 -0
- package/proto/decentraland/common/sdk/user_data.proto +25 -0
- package/proto/decentraland/common/texture.proto +40 -0
- package/proto/decentraland/common/vectors.proto +26 -0
- package/proto/decentraland/kernel/apis/comms_api.proto +25 -0
- package/proto/decentraland/kernel/apis/communications_controller.proto +23 -0
- package/proto/decentraland/kernel/apis/dev_tools.proto +15 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
- package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
- package/proto/decentraland/kernel/apis/ethereum_controller.proto +64 -0
- package/proto/decentraland/kernel/apis/parcel_identity.proto +43 -0
- package/proto/decentraland/kernel/apis/permissions.proto +36 -0
- package/proto/decentraland/kernel/apis/players.proto +35 -0
- package/proto/decentraland/kernel/apis/portable_experiences.proto +55 -0
- package/proto/decentraland/kernel/apis/restricted_actions.proto +78 -0
- package/proto/decentraland/kernel/apis/runtime.proto +71 -0
- package/proto/decentraland/kernel/apis/scene.proto +16 -0
- package/proto/decentraland/kernel/apis/signed_fetch.proto +33 -0
- package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
- package/proto/decentraland/kernel/apis/testing.proto +100 -0
- package/proto/decentraland/kernel/apis/user_action_module.proto +13 -0
- package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +110 -0
- package/proto/decentraland/kernel/comms/rfc5/ws_comms.proto +104 -0
- package/proto/decentraland/kernel/comms/v1/broker.proto +114 -0
- package/proto/decentraland/kernel/comms/v1/comms.proto +68 -0
- package/proto/decentraland/kernel/comms/v2/comms.proto +61 -0
- package/proto/decentraland/kernel/comms/v3/archipelago.proto +86 -0
- package/proto/decentraland/kernel/comms/v3/comms.proto +64 -0
- package/proto/decentraland/quests/definitions.proto +185 -0
- package/proto/decentraland/realm/about.proto +73 -0
- package/proto/decentraland/sdk/components/README.md +32 -0
- package/proto/decentraland/sdk/components/Transform.md +25 -0
- package/proto/decentraland/sdk/components/animator.proto +31 -0
- package/proto/decentraland/sdk/components/audio_event.proto +12 -0
- package/proto/decentraland/sdk/components/audio_source.proto +31 -0
- package/proto/decentraland/sdk/components/audio_stream.proto +14 -0
- package/proto/decentraland/sdk/components/avatar_attach.proto +51 -0
- package/proto/decentraland/sdk/components/avatar_base.proto +15 -0
- package/proto/decentraland/sdk/components/avatar_emote_command.proto +13 -0
- package/proto/decentraland/sdk/components/avatar_equipped_data.proto +13 -0
- package/proto/decentraland/sdk/components/avatar_modifier_area.proto +32 -0
- package/proto/decentraland/sdk/components/avatar_shape.proto +42 -0
- package/proto/decentraland/sdk/components/billboard.proto +29 -0
- package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
- package/proto/decentraland/sdk/components/camera_mode_area.proto +25 -0
- package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
- package/proto/decentraland/sdk/components/common/id.md +2 -0
- package/proto/decentraland/sdk/components/common/id.proto +8 -0
- package/proto/decentraland/sdk/components/common/input_action.proto +28 -0
- package/proto/decentraland/sdk/components/common/loading_state.proto +10 -0
- package/proto/decentraland/sdk/components/common/media_state.proto +13 -0
- package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
- package/proto/decentraland/sdk/components/common/texts.proto +21 -0
- package/proto/decentraland/sdk/components/engine_info.proto +15 -0
- package/proto/decentraland/sdk/components/gltf_container.proto +19 -0
- package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +13 -0
- package/proto/decentraland/sdk/components/material.proto +57 -0
- package/proto/decentraland/sdk/components/mesh_collider.proto +62 -0
- package/proto/decentraland/sdk/components/mesh_renderer.proto +43 -0
- package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
- package/proto/decentraland/sdk/components/player_identity_data.proto +13 -0
- package/proto/decentraland/sdk/components/pointer_events.proto +37 -0
- package/proto/decentraland/sdk/components/pointer_events_result.proto +19 -0
- package/proto/decentraland/sdk/components/pointer_lock.proto +11 -0
- package/proto/decentraland/sdk/components/raycast.proto +58 -0
- package/proto/decentraland/sdk/components/raycast_result.proto +21 -0
- package/proto/decentraland/sdk/components/realm_info.proto +14 -0
- package/proto/decentraland/sdk/components/text_shape.proto +45 -0
- package/proto/decentraland/sdk/components/tween.proto +74 -0
- package/proto/decentraland/sdk/components/tween_sequence.proto +18 -0
- package/proto/decentraland/sdk/components/tween_state.proto +18 -0
- package/proto/decentraland/sdk/components/ui_background.proto +34 -0
- package/proto/decentraland/sdk/components/ui_canvas_information.proto +24 -0
- package/proto/decentraland/sdk/components/ui_dropdown.proto +22 -0
- package/proto/decentraland/sdk/components/ui_dropdown_result.proto +11 -0
- package/proto/decentraland/sdk/components/ui_input.proto +20 -0
- package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
- package/proto/decentraland/sdk/components/ui_text.proto +26 -0
- package/proto/decentraland/sdk/components/ui_transform.proto +148 -0
- package/proto/decentraland/sdk/components/video_event.proto +25 -0
- package/proto/decentraland/sdk/components/video_player.proto +16 -0
- package/proto/decentraland/sdk/components/visibility_component.proto +9 -0
- package/proto/decentraland/sdk/development/local_development.proto +29 -0
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +678 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
- package/proto/decentraland/social/friendships/friendships.proto +162 -0
- package/proto/decentraland/social_service_v2/social_service.proto +111 -0
- package/proto/google/LICENSE +27 -0
- package/proto/google/README.md +1 -0
- package/proto/google/api/annotations.json +83 -0
- package/proto/google/api/annotations.proto +11 -0
- package/proto/google/api/http.json +86 -0
- package/proto/google/api/http.proto +31 -0
- package/proto/google/protobuf/api.json +118 -0
- package/proto/google/protobuf/api.proto +34 -0
- package/proto/google/protobuf/descriptor.json +739 -0
- package/proto/google/protobuf/descriptor.proto +286 -0
- package/proto/google/protobuf/source_context.json +20 -0
- package/proto/google/protobuf/source_context.proto +7 -0
- package/proto/google/protobuf/type.json +202 -0
- package/proto/google/protobuf/type.proto +89 -0
- package/public/about.proto +5 -0
- package/public/comms.proto +5 -0
- package/public/quests.proto +5 -0
- package/public/sdk-apis.proto +25 -0
- package/public/sdk-components.proto +42 -0
- package/public/sdk-development.proto +5 -0
- package/public/social.proto +4 -0
- package/public/social_service_v2.proto +4 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
import { Color3, Color4 } from "../../common/colors.gen";
|
|
3
|
+
import { TextureUnion } from "../../common/texture.gen";
|
|
4
|
+
export declare const protobufPackage = "decentraland.sdk.components";
|
|
5
|
+
export declare enum MaterialTransparencyMode {
|
|
6
|
+
MTM_OPAQUE = 0,
|
|
7
|
+
MTM_ALPHA_TEST = 1,
|
|
8
|
+
MTM_ALPHA_BLEND = 2,
|
|
9
|
+
MTM_ALPHA_TEST_AND_ALPHA_BLEND = 3,
|
|
10
|
+
MTM_AUTO = 4,
|
|
11
|
+
UNRECOGNIZED = -1
|
|
12
|
+
}
|
|
13
|
+
export declare function materialTransparencyModeFromJSON(object: any): MaterialTransparencyMode;
|
|
14
|
+
export declare function materialTransparencyModeToJSON(object: MaterialTransparencyMode): string;
|
|
15
|
+
export interface PBMaterial {
|
|
16
|
+
material?: {
|
|
17
|
+
$case: "unlit";
|
|
18
|
+
unlit: PBMaterial_UnlitMaterial;
|
|
19
|
+
} | {
|
|
20
|
+
$case: "pbr";
|
|
21
|
+
pbr: PBMaterial_PbrMaterial;
|
|
22
|
+
} | undefined;
|
|
23
|
+
}
|
|
24
|
+
export interface PBMaterial_UnlitMaterial {
|
|
25
|
+
/** default = null */
|
|
26
|
+
texture?: TextureUnion | undefined;
|
|
27
|
+
/** default = 0.5. range value: from 0 to 1 */
|
|
28
|
+
alphaTest?: number | undefined;
|
|
29
|
+
/** default = true */
|
|
30
|
+
castShadows?: boolean | undefined;
|
|
31
|
+
/** default = white; */
|
|
32
|
+
diffuseColor?: Color4 | undefined;
|
|
33
|
+
}
|
|
34
|
+
export interface PBMaterial_PbrMaterial {
|
|
35
|
+
/** default = null */
|
|
36
|
+
texture?: TextureUnion | undefined;
|
|
37
|
+
/** default = 0.5. range value: from 0 to 1 */
|
|
38
|
+
alphaTest?: number | undefined;
|
|
39
|
+
/** default = true */
|
|
40
|
+
castShadows?: boolean | undefined;
|
|
41
|
+
/** default = null */
|
|
42
|
+
alphaTexture?: TextureUnion | undefined;
|
|
43
|
+
/** default = null */
|
|
44
|
+
emissiveTexture?: TextureUnion | undefined;
|
|
45
|
+
/** default = null */
|
|
46
|
+
bumpTexture?: TextureUnion | undefined;
|
|
47
|
+
/** default = white; */
|
|
48
|
+
albedoColor?: Color4 | undefined;
|
|
49
|
+
/** default = black; */
|
|
50
|
+
emissiveColor?: Color3 | undefined;
|
|
51
|
+
/** default = white; */
|
|
52
|
+
reflectivityColor?: Color3 | undefined;
|
|
53
|
+
/** default = TransparencyMode.Auto */
|
|
54
|
+
transparencyMode?: MaterialTransparencyMode | undefined;
|
|
55
|
+
/** default = 0.5 */
|
|
56
|
+
metallic?: number | undefined;
|
|
57
|
+
/** default = 0.5 */
|
|
58
|
+
roughness?: number | undefined;
|
|
59
|
+
/** default = 1 */
|
|
60
|
+
specularIntensity?: number | undefined;
|
|
61
|
+
/** default = 2 */
|
|
62
|
+
emissiveIntensity?: number | undefined;
|
|
63
|
+
/** default = 1 */
|
|
64
|
+
directIntensity?: number | undefined;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace PBMaterial {
|
|
67
|
+
function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
68
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial;
|
|
69
|
+
function fromJSON(object: any): PBMaterial;
|
|
70
|
+
function toJSON(message: PBMaterial): unknown;
|
|
71
|
+
function create<I extends Exact<DeepPartial<PBMaterial>, I>>(base?: I): PBMaterial;
|
|
72
|
+
function fromPartial<I extends Exact<DeepPartial<PBMaterial>, I>>(object: I): PBMaterial;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace PBMaterial_UnlitMaterial {
|
|
75
|
+
function encode(message: PBMaterial_UnlitMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
76
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_UnlitMaterial;
|
|
77
|
+
function fromJSON(object: any): PBMaterial_UnlitMaterial;
|
|
78
|
+
function toJSON(message: PBMaterial_UnlitMaterial): unknown;
|
|
79
|
+
function create<I extends Exact<DeepPartial<PBMaterial_UnlitMaterial>, I>>(base?: I): PBMaterial_UnlitMaterial;
|
|
80
|
+
function fromPartial<I extends Exact<DeepPartial<PBMaterial_UnlitMaterial>, I>>(object: I): PBMaterial_UnlitMaterial;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace PBMaterial_PbrMaterial {
|
|
83
|
+
function encode(message: PBMaterial_PbrMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
84
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_PbrMaterial;
|
|
85
|
+
function fromJSON(object: any): PBMaterial_PbrMaterial;
|
|
86
|
+
function toJSON(message: PBMaterial_PbrMaterial): unknown;
|
|
87
|
+
function create<I extends Exact<DeepPartial<PBMaterial_PbrMaterial>, I>>(base?: I): PBMaterial_PbrMaterial;
|
|
88
|
+
function fromPartial<I extends Exact<DeepPartial<PBMaterial_PbrMaterial>, I>>(object: I): PBMaterial_PbrMaterial;
|
|
89
|
+
}
|
|
90
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
91
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
92
|
+
$case: string;
|
|
93
|
+
} ? {
|
|
94
|
+
[K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
|
|
95
|
+
} & {
|
|
96
|
+
$case: T["$case"];
|
|
97
|
+
} : T extends {} ? {
|
|
98
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
99
|
+
} : Partial<T>;
|
|
100
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
101
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
102
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
103
|
+
} & {
|
|
104
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
105
|
+
};
|
|
106
|
+
export {};
|
|
@@ -0,0 +1,515 @@
|
|
|
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.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 };
|
|
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
|
+
return writer;
|
|
79
|
+
}
|
|
80
|
+
PBMaterial.encode = encode;
|
|
81
|
+
function decode(input, length) {
|
|
82
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
83
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
84
|
+
const message = createBasePBMaterial();
|
|
85
|
+
while (reader.pos < end) {
|
|
86
|
+
const tag = reader.uint32();
|
|
87
|
+
switch (tag >>> 3) {
|
|
88
|
+
case 1:
|
|
89
|
+
if (tag !== 10) {
|
|
90
|
+
break;
|
|
91
|
+
}
|
|
92
|
+
message.material = { $case: "unlit", unlit: PBMaterial_UnlitMaterial.decode(reader, reader.uint32()) };
|
|
93
|
+
continue;
|
|
94
|
+
case 2:
|
|
95
|
+
if (tag !== 18) {
|
|
96
|
+
break;
|
|
97
|
+
}
|
|
98
|
+
message.material = { $case: "pbr", pbr: PBMaterial_PbrMaterial.decode(reader, reader.uint32()) };
|
|
99
|
+
continue;
|
|
100
|
+
}
|
|
101
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
102
|
+
break;
|
|
103
|
+
}
|
|
104
|
+
reader.skipType(tag & 7);
|
|
105
|
+
}
|
|
106
|
+
return message;
|
|
107
|
+
}
|
|
108
|
+
PBMaterial.decode = decode;
|
|
109
|
+
function fromJSON(object) {
|
|
110
|
+
return {
|
|
111
|
+
material: isSet(object.unlit)
|
|
112
|
+
? { $case: "unlit", unlit: PBMaterial_UnlitMaterial.fromJSON(object.unlit) }
|
|
113
|
+
: isSet(object.pbr)
|
|
114
|
+
? { $case: "pbr", pbr: PBMaterial_PbrMaterial.fromJSON(object.pbr) }
|
|
115
|
+
: undefined,
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
PBMaterial.fromJSON = fromJSON;
|
|
119
|
+
function toJSON(message) {
|
|
120
|
+
var _a, _b, _c, _d, _e, _f;
|
|
121
|
+
const obj = {};
|
|
122
|
+
((_a = message.material) === null || _a === void 0 ? void 0 : _a.$case) === "unlit" &&
|
|
123
|
+
(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);
|
|
124
|
+
((_d = message.material) === null || _d === void 0 ? void 0 : _d.$case) === "pbr" &&
|
|
125
|
+
(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);
|
|
126
|
+
return obj;
|
|
127
|
+
}
|
|
128
|
+
PBMaterial.toJSON = toJSON;
|
|
129
|
+
function create(base) {
|
|
130
|
+
return PBMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
131
|
+
}
|
|
132
|
+
PBMaterial.create = create;
|
|
133
|
+
function fromPartial(object) {
|
|
134
|
+
var _a, _b, _c, _d, _e, _f;
|
|
135
|
+
const message = createBasePBMaterial();
|
|
136
|
+
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) {
|
|
137
|
+
message.material = { $case: "unlit", unlit: PBMaterial_UnlitMaterial.fromPartial(object.material.unlit) };
|
|
138
|
+
}
|
|
139
|
+
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) {
|
|
140
|
+
message.material = { $case: "pbr", pbr: PBMaterial_PbrMaterial.fromPartial(object.material.pbr) };
|
|
141
|
+
}
|
|
142
|
+
return message;
|
|
143
|
+
}
|
|
144
|
+
PBMaterial.fromPartial = fromPartial;
|
|
145
|
+
})(PBMaterial || (exports.PBMaterial = PBMaterial = {}));
|
|
146
|
+
function createBasePBMaterial_UnlitMaterial() {
|
|
147
|
+
return { texture: undefined, alphaTest: undefined, castShadows: undefined, diffuseColor: undefined };
|
|
148
|
+
}
|
|
149
|
+
var PBMaterial_UnlitMaterial;
|
|
150
|
+
(function (PBMaterial_UnlitMaterial) {
|
|
151
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
152
|
+
if (message.texture !== undefined) {
|
|
153
|
+
texture_gen_1.TextureUnion.encode(message.texture, writer.uint32(10).fork()).ldelim();
|
|
154
|
+
}
|
|
155
|
+
if (message.alphaTest !== undefined) {
|
|
156
|
+
writer.uint32(21).float(message.alphaTest);
|
|
157
|
+
}
|
|
158
|
+
if (message.castShadows !== undefined) {
|
|
159
|
+
writer.uint32(24).bool(message.castShadows);
|
|
160
|
+
}
|
|
161
|
+
if (message.diffuseColor !== undefined) {
|
|
162
|
+
colors_gen_1.Color4.encode(message.diffuseColor, writer.uint32(34).fork()).ldelim();
|
|
163
|
+
}
|
|
164
|
+
return writer;
|
|
165
|
+
}
|
|
166
|
+
PBMaterial_UnlitMaterial.encode = encode;
|
|
167
|
+
function decode(input, length) {
|
|
168
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
169
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
170
|
+
const message = createBasePBMaterial_UnlitMaterial();
|
|
171
|
+
while (reader.pos < end) {
|
|
172
|
+
const tag = reader.uint32();
|
|
173
|
+
switch (tag >>> 3) {
|
|
174
|
+
case 1:
|
|
175
|
+
if (tag !== 10) {
|
|
176
|
+
break;
|
|
177
|
+
}
|
|
178
|
+
message.texture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
|
|
179
|
+
continue;
|
|
180
|
+
case 2:
|
|
181
|
+
if (tag !== 21) {
|
|
182
|
+
break;
|
|
183
|
+
}
|
|
184
|
+
message.alphaTest = reader.float();
|
|
185
|
+
continue;
|
|
186
|
+
case 3:
|
|
187
|
+
if (tag !== 24) {
|
|
188
|
+
break;
|
|
189
|
+
}
|
|
190
|
+
message.castShadows = reader.bool();
|
|
191
|
+
continue;
|
|
192
|
+
case 4:
|
|
193
|
+
if (tag !== 34) {
|
|
194
|
+
break;
|
|
195
|
+
}
|
|
196
|
+
message.diffuseColor = colors_gen_1.Color4.decode(reader, reader.uint32());
|
|
197
|
+
continue;
|
|
198
|
+
}
|
|
199
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
200
|
+
break;
|
|
201
|
+
}
|
|
202
|
+
reader.skipType(tag & 7);
|
|
203
|
+
}
|
|
204
|
+
return message;
|
|
205
|
+
}
|
|
206
|
+
PBMaterial_UnlitMaterial.decode = decode;
|
|
207
|
+
function fromJSON(object) {
|
|
208
|
+
return {
|
|
209
|
+
texture: isSet(object.texture) ? texture_gen_1.TextureUnion.fromJSON(object.texture) : undefined,
|
|
210
|
+
alphaTest: isSet(object.alphaTest) ? Number(object.alphaTest) : undefined,
|
|
211
|
+
castShadows: isSet(object.castShadows) ? Boolean(object.castShadows) : undefined,
|
|
212
|
+
diffuseColor: isSet(object.diffuseColor) ? colors_gen_1.Color4.fromJSON(object.diffuseColor) : undefined,
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
PBMaterial_UnlitMaterial.fromJSON = fromJSON;
|
|
216
|
+
function toJSON(message) {
|
|
217
|
+
const obj = {};
|
|
218
|
+
message.texture !== undefined && (obj.texture = message.texture ? texture_gen_1.TextureUnion.toJSON(message.texture) : undefined);
|
|
219
|
+
message.alphaTest !== undefined && (obj.alphaTest = message.alphaTest);
|
|
220
|
+
message.castShadows !== undefined && (obj.castShadows = message.castShadows);
|
|
221
|
+
message.diffuseColor !== undefined &&
|
|
222
|
+
(obj.diffuseColor = message.diffuseColor ? colors_gen_1.Color4.toJSON(message.diffuseColor) : undefined);
|
|
223
|
+
return obj;
|
|
224
|
+
}
|
|
225
|
+
PBMaterial_UnlitMaterial.toJSON = toJSON;
|
|
226
|
+
function create(base) {
|
|
227
|
+
return PBMaterial_UnlitMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
228
|
+
}
|
|
229
|
+
PBMaterial_UnlitMaterial.create = create;
|
|
230
|
+
function fromPartial(object) {
|
|
231
|
+
var _a, _b;
|
|
232
|
+
const message = createBasePBMaterial_UnlitMaterial();
|
|
233
|
+
message.texture = (object.texture !== undefined && object.texture !== null)
|
|
234
|
+
? texture_gen_1.TextureUnion.fromPartial(object.texture)
|
|
235
|
+
: undefined;
|
|
236
|
+
message.alphaTest = (_a = object.alphaTest) !== null && _a !== void 0 ? _a : undefined;
|
|
237
|
+
message.castShadows = (_b = object.castShadows) !== null && _b !== void 0 ? _b : undefined;
|
|
238
|
+
message.diffuseColor = (object.diffuseColor !== undefined && object.diffuseColor !== null)
|
|
239
|
+
? colors_gen_1.Color4.fromPartial(object.diffuseColor)
|
|
240
|
+
: undefined;
|
|
241
|
+
return message;
|
|
242
|
+
}
|
|
243
|
+
PBMaterial_UnlitMaterial.fromPartial = fromPartial;
|
|
244
|
+
})(PBMaterial_UnlitMaterial || (exports.PBMaterial_UnlitMaterial = PBMaterial_UnlitMaterial = {}));
|
|
245
|
+
function createBasePBMaterial_PbrMaterial() {
|
|
246
|
+
return {
|
|
247
|
+
texture: undefined,
|
|
248
|
+
alphaTest: undefined,
|
|
249
|
+
castShadows: undefined,
|
|
250
|
+
alphaTexture: undefined,
|
|
251
|
+
emissiveTexture: undefined,
|
|
252
|
+
bumpTexture: undefined,
|
|
253
|
+
albedoColor: undefined,
|
|
254
|
+
emissiveColor: undefined,
|
|
255
|
+
reflectivityColor: undefined,
|
|
256
|
+
transparencyMode: undefined,
|
|
257
|
+
metallic: undefined,
|
|
258
|
+
roughness: undefined,
|
|
259
|
+
specularIntensity: undefined,
|
|
260
|
+
emissiveIntensity: undefined,
|
|
261
|
+
directIntensity: undefined,
|
|
262
|
+
};
|
|
263
|
+
}
|
|
264
|
+
var PBMaterial_PbrMaterial;
|
|
265
|
+
(function (PBMaterial_PbrMaterial) {
|
|
266
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
267
|
+
if (message.texture !== undefined) {
|
|
268
|
+
texture_gen_1.TextureUnion.encode(message.texture, writer.uint32(10).fork()).ldelim();
|
|
269
|
+
}
|
|
270
|
+
if (message.alphaTest !== undefined) {
|
|
271
|
+
writer.uint32(21).float(message.alphaTest);
|
|
272
|
+
}
|
|
273
|
+
if (message.castShadows !== undefined) {
|
|
274
|
+
writer.uint32(24).bool(message.castShadows);
|
|
275
|
+
}
|
|
276
|
+
if (message.alphaTexture !== undefined) {
|
|
277
|
+
texture_gen_1.TextureUnion.encode(message.alphaTexture, writer.uint32(34).fork()).ldelim();
|
|
278
|
+
}
|
|
279
|
+
if (message.emissiveTexture !== undefined) {
|
|
280
|
+
texture_gen_1.TextureUnion.encode(message.emissiveTexture, writer.uint32(42).fork()).ldelim();
|
|
281
|
+
}
|
|
282
|
+
if (message.bumpTexture !== undefined) {
|
|
283
|
+
texture_gen_1.TextureUnion.encode(message.bumpTexture, writer.uint32(50).fork()).ldelim();
|
|
284
|
+
}
|
|
285
|
+
if (message.albedoColor !== undefined) {
|
|
286
|
+
colors_gen_1.Color4.encode(message.albedoColor, writer.uint32(58).fork()).ldelim();
|
|
287
|
+
}
|
|
288
|
+
if (message.emissiveColor !== undefined) {
|
|
289
|
+
colors_gen_1.Color3.encode(message.emissiveColor, writer.uint32(66).fork()).ldelim();
|
|
290
|
+
}
|
|
291
|
+
if (message.reflectivityColor !== undefined) {
|
|
292
|
+
colors_gen_1.Color3.encode(message.reflectivityColor, writer.uint32(74).fork()).ldelim();
|
|
293
|
+
}
|
|
294
|
+
if (message.transparencyMode !== undefined) {
|
|
295
|
+
writer.uint32(80).int32(message.transparencyMode);
|
|
296
|
+
}
|
|
297
|
+
if (message.metallic !== undefined) {
|
|
298
|
+
writer.uint32(93).float(message.metallic);
|
|
299
|
+
}
|
|
300
|
+
if (message.roughness !== undefined) {
|
|
301
|
+
writer.uint32(101).float(message.roughness);
|
|
302
|
+
}
|
|
303
|
+
if (message.specularIntensity !== undefined) {
|
|
304
|
+
writer.uint32(117).float(message.specularIntensity);
|
|
305
|
+
}
|
|
306
|
+
if (message.emissiveIntensity !== undefined) {
|
|
307
|
+
writer.uint32(125).float(message.emissiveIntensity);
|
|
308
|
+
}
|
|
309
|
+
if (message.directIntensity !== undefined) {
|
|
310
|
+
writer.uint32(133).float(message.directIntensity);
|
|
311
|
+
}
|
|
312
|
+
return writer;
|
|
313
|
+
}
|
|
314
|
+
PBMaterial_PbrMaterial.encode = encode;
|
|
315
|
+
function decode(input, length) {
|
|
316
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
317
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
318
|
+
const message = createBasePBMaterial_PbrMaterial();
|
|
319
|
+
while (reader.pos < end) {
|
|
320
|
+
const tag = reader.uint32();
|
|
321
|
+
switch (tag >>> 3) {
|
|
322
|
+
case 1:
|
|
323
|
+
if (tag !== 10) {
|
|
324
|
+
break;
|
|
325
|
+
}
|
|
326
|
+
message.texture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
|
|
327
|
+
continue;
|
|
328
|
+
case 2:
|
|
329
|
+
if (tag !== 21) {
|
|
330
|
+
break;
|
|
331
|
+
}
|
|
332
|
+
message.alphaTest = reader.float();
|
|
333
|
+
continue;
|
|
334
|
+
case 3:
|
|
335
|
+
if (tag !== 24) {
|
|
336
|
+
break;
|
|
337
|
+
}
|
|
338
|
+
message.castShadows = reader.bool();
|
|
339
|
+
continue;
|
|
340
|
+
case 4:
|
|
341
|
+
if (tag !== 34) {
|
|
342
|
+
break;
|
|
343
|
+
}
|
|
344
|
+
message.alphaTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
|
|
345
|
+
continue;
|
|
346
|
+
case 5:
|
|
347
|
+
if (tag !== 42) {
|
|
348
|
+
break;
|
|
349
|
+
}
|
|
350
|
+
message.emissiveTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
|
|
351
|
+
continue;
|
|
352
|
+
case 6:
|
|
353
|
+
if (tag !== 50) {
|
|
354
|
+
break;
|
|
355
|
+
}
|
|
356
|
+
message.bumpTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
|
|
357
|
+
continue;
|
|
358
|
+
case 7:
|
|
359
|
+
if (tag !== 58) {
|
|
360
|
+
break;
|
|
361
|
+
}
|
|
362
|
+
message.albedoColor = colors_gen_1.Color4.decode(reader, reader.uint32());
|
|
363
|
+
continue;
|
|
364
|
+
case 8:
|
|
365
|
+
if (tag !== 66) {
|
|
366
|
+
break;
|
|
367
|
+
}
|
|
368
|
+
message.emissiveColor = colors_gen_1.Color3.decode(reader, reader.uint32());
|
|
369
|
+
continue;
|
|
370
|
+
case 9:
|
|
371
|
+
if (tag !== 74) {
|
|
372
|
+
break;
|
|
373
|
+
}
|
|
374
|
+
message.reflectivityColor = colors_gen_1.Color3.decode(reader, reader.uint32());
|
|
375
|
+
continue;
|
|
376
|
+
case 10:
|
|
377
|
+
if (tag !== 80) {
|
|
378
|
+
break;
|
|
379
|
+
}
|
|
380
|
+
message.transparencyMode = reader.int32();
|
|
381
|
+
continue;
|
|
382
|
+
case 11:
|
|
383
|
+
if (tag !== 93) {
|
|
384
|
+
break;
|
|
385
|
+
}
|
|
386
|
+
message.metallic = reader.float();
|
|
387
|
+
continue;
|
|
388
|
+
case 12:
|
|
389
|
+
if (tag !== 101) {
|
|
390
|
+
break;
|
|
391
|
+
}
|
|
392
|
+
message.roughness = reader.float();
|
|
393
|
+
continue;
|
|
394
|
+
case 14:
|
|
395
|
+
if (tag !== 117) {
|
|
396
|
+
break;
|
|
397
|
+
}
|
|
398
|
+
message.specularIntensity = reader.float();
|
|
399
|
+
continue;
|
|
400
|
+
case 15:
|
|
401
|
+
if (tag !== 125) {
|
|
402
|
+
break;
|
|
403
|
+
}
|
|
404
|
+
message.emissiveIntensity = reader.float();
|
|
405
|
+
continue;
|
|
406
|
+
case 16:
|
|
407
|
+
if (tag !== 133) {
|
|
408
|
+
break;
|
|
409
|
+
}
|
|
410
|
+
message.directIntensity = reader.float();
|
|
411
|
+
continue;
|
|
412
|
+
}
|
|
413
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
414
|
+
break;
|
|
415
|
+
}
|
|
416
|
+
reader.skipType(tag & 7);
|
|
417
|
+
}
|
|
418
|
+
return message;
|
|
419
|
+
}
|
|
420
|
+
PBMaterial_PbrMaterial.decode = decode;
|
|
421
|
+
function fromJSON(object) {
|
|
422
|
+
return {
|
|
423
|
+
texture: isSet(object.texture) ? texture_gen_1.TextureUnion.fromJSON(object.texture) : undefined,
|
|
424
|
+
alphaTest: isSet(object.alphaTest) ? Number(object.alphaTest) : undefined,
|
|
425
|
+
castShadows: isSet(object.castShadows) ? Boolean(object.castShadows) : undefined,
|
|
426
|
+
alphaTexture: isSet(object.alphaTexture) ? texture_gen_1.TextureUnion.fromJSON(object.alphaTexture) : undefined,
|
|
427
|
+
emissiveTexture: isSet(object.emissiveTexture) ? texture_gen_1.TextureUnion.fromJSON(object.emissiveTexture) : undefined,
|
|
428
|
+
bumpTexture: isSet(object.bumpTexture) ? texture_gen_1.TextureUnion.fromJSON(object.bumpTexture) : undefined,
|
|
429
|
+
albedoColor: isSet(object.albedoColor) ? colors_gen_1.Color4.fromJSON(object.albedoColor) : undefined,
|
|
430
|
+
emissiveColor: isSet(object.emissiveColor) ? colors_gen_1.Color3.fromJSON(object.emissiveColor) : undefined,
|
|
431
|
+
reflectivityColor: isSet(object.reflectivityColor) ? colors_gen_1.Color3.fromJSON(object.reflectivityColor) : undefined,
|
|
432
|
+
transparencyMode: isSet(object.transparencyMode)
|
|
433
|
+
? materialTransparencyModeFromJSON(object.transparencyMode)
|
|
434
|
+
: undefined,
|
|
435
|
+
metallic: isSet(object.metallic) ? Number(object.metallic) : undefined,
|
|
436
|
+
roughness: isSet(object.roughness) ? Number(object.roughness) : undefined,
|
|
437
|
+
specularIntensity: isSet(object.specularIntensity) ? Number(object.specularIntensity) : undefined,
|
|
438
|
+
emissiveIntensity: isSet(object.emissiveIntensity) ? Number(object.emissiveIntensity) : undefined,
|
|
439
|
+
directIntensity: isSet(object.directIntensity) ? Number(object.directIntensity) : undefined,
|
|
440
|
+
};
|
|
441
|
+
}
|
|
442
|
+
PBMaterial_PbrMaterial.fromJSON = fromJSON;
|
|
443
|
+
function toJSON(message) {
|
|
444
|
+
const obj = {};
|
|
445
|
+
message.texture !== undefined && (obj.texture = message.texture ? texture_gen_1.TextureUnion.toJSON(message.texture) : undefined);
|
|
446
|
+
message.alphaTest !== undefined && (obj.alphaTest = message.alphaTest);
|
|
447
|
+
message.castShadows !== undefined && (obj.castShadows = message.castShadows);
|
|
448
|
+
message.alphaTexture !== undefined &&
|
|
449
|
+
(obj.alphaTexture = message.alphaTexture ? texture_gen_1.TextureUnion.toJSON(message.alphaTexture) : undefined);
|
|
450
|
+
message.emissiveTexture !== undefined &&
|
|
451
|
+
(obj.emissiveTexture = message.emissiveTexture ? texture_gen_1.TextureUnion.toJSON(message.emissiveTexture) : undefined);
|
|
452
|
+
message.bumpTexture !== undefined &&
|
|
453
|
+
(obj.bumpTexture = message.bumpTexture ? texture_gen_1.TextureUnion.toJSON(message.bumpTexture) : undefined);
|
|
454
|
+
message.albedoColor !== undefined &&
|
|
455
|
+
(obj.albedoColor = message.albedoColor ? colors_gen_1.Color4.toJSON(message.albedoColor) : undefined);
|
|
456
|
+
message.emissiveColor !== undefined &&
|
|
457
|
+
(obj.emissiveColor = message.emissiveColor ? colors_gen_1.Color3.toJSON(message.emissiveColor) : undefined);
|
|
458
|
+
message.reflectivityColor !== undefined &&
|
|
459
|
+
(obj.reflectivityColor = message.reflectivityColor ? colors_gen_1.Color3.toJSON(message.reflectivityColor) : undefined);
|
|
460
|
+
message.transparencyMode !== undefined &&
|
|
461
|
+
(obj.transparencyMode = message.transparencyMode !== undefined
|
|
462
|
+
? materialTransparencyModeToJSON(message.transparencyMode)
|
|
463
|
+
: undefined);
|
|
464
|
+
message.metallic !== undefined && (obj.metallic = message.metallic);
|
|
465
|
+
message.roughness !== undefined && (obj.roughness = message.roughness);
|
|
466
|
+
message.specularIntensity !== undefined && (obj.specularIntensity = message.specularIntensity);
|
|
467
|
+
message.emissiveIntensity !== undefined && (obj.emissiveIntensity = message.emissiveIntensity);
|
|
468
|
+
message.directIntensity !== undefined && (obj.directIntensity = message.directIntensity);
|
|
469
|
+
return obj;
|
|
470
|
+
}
|
|
471
|
+
PBMaterial_PbrMaterial.toJSON = toJSON;
|
|
472
|
+
function create(base) {
|
|
473
|
+
return PBMaterial_PbrMaterial.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
474
|
+
}
|
|
475
|
+
PBMaterial_PbrMaterial.create = create;
|
|
476
|
+
function fromPartial(object) {
|
|
477
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
478
|
+
const message = createBasePBMaterial_PbrMaterial();
|
|
479
|
+
message.texture = (object.texture !== undefined && object.texture !== null)
|
|
480
|
+
? texture_gen_1.TextureUnion.fromPartial(object.texture)
|
|
481
|
+
: undefined;
|
|
482
|
+
message.alphaTest = (_a = object.alphaTest) !== null && _a !== void 0 ? _a : undefined;
|
|
483
|
+
message.castShadows = (_b = object.castShadows) !== null && _b !== void 0 ? _b : undefined;
|
|
484
|
+
message.alphaTexture = (object.alphaTexture !== undefined && object.alphaTexture !== null)
|
|
485
|
+
? texture_gen_1.TextureUnion.fromPartial(object.alphaTexture)
|
|
486
|
+
: undefined;
|
|
487
|
+
message.emissiveTexture = (object.emissiveTexture !== undefined && object.emissiveTexture !== null)
|
|
488
|
+
? texture_gen_1.TextureUnion.fromPartial(object.emissiveTexture)
|
|
489
|
+
: undefined;
|
|
490
|
+
message.bumpTexture = (object.bumpTexture !== undefined && object.bumpTexture !== null)
|
|
491
|
+
? texture_gen_1.TextureUnion.fromPartial(object.bumpTexture)
|
|
492
|
+
: undefined;
|
|
493
|
+
message.albedoColor = (object.albedoColor !== undefined && object.albedoColor !== null)
|
|
494
|
+
? colors_gen_1.Color4.fromPartial(object.albedoColor)
|
|
495
|
+
: undefined;
|
|
496
|
+
message.emissiveColor = (object.emissiveColor !== undefined && object.emissiveColor !== null)
|
|
497
|
+
? colors_gen_1.Color3.fromPartial(object.emissiveColor)
|
|
498
|
+
: undefined;
|
|
499
|
+
message.reflectivityColor = (object.reflectivityColor !== undefined && object.reflectivityColor !== null)
|
|
500
|
+
? colors_gen_1.Color3.fromPartial(object.reflectivityColor)
|
|
501
|
+
: undefined;
|
|
502
|
+
message.transparencyMode = (_c = object.transparencyMode) !== null && _c !== void 0 ? _c : undefined;
|
|
503
|
+
message.metallic = (_d = object.metallic) !== null && _d !== void 0 ? _d : undefined;
|
|
504
|
+
message.roughness = (_e = object.roughness) !== null && _e !== void 0 ? _e : undefined;
|
|
505
|
+
message.specularIntensity = (_f = object.specularIntensity) !== null && _f !== void 0 ? _f : undefined;
|
|
506
|
+
message.emissiveIntensity = (_g = object.emissiveIntensity) !== null && _g !== void 0 ? _g : undefined;
|
|
507
|
+
message.directIntensity = (_h = object.directIntensity) !== null && _h !== void 0 ? _h : undefined;
|
|
508
|
+
return message;
|
|
509
|
+
}
|
|
510
|
+
PBMaterial_PbrMaterial.fromPartial = fromPartial;
|
|
511
|
+
})(PBMaterial_PbrMaterial || (exports.PBMaterial_PbrMaterial = PBMaterial_PbrMaterial = {}));
|
|
512
|
+
function isSet(value) {
|
|
513
|
+
return value !== null && value !== undefined;
|
|
514
|
+
}
|
|
515
|
+
//# 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":";;;;;;AAgBA,4EAsBC;AAED,wEAgBC;AAxDD,oBAAoB;AACpB,iEAAqC;AACrC,wDAAyD;AACzD,0DAAwD;AAE3C,QAAA,eAAe,GAAG,6BAA6B,CAAC;AAE7D,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,mFAAc,CAAA;IACd,2FAAkB,CAAA;IAClB,6FAAmB,CAAA;IACnB,2HAAkC,CAAA;IAClC,+EAAY,CAAA;IACZ,wFAAiB,CAAA;AACnB,CAAC,EAPW,wBAAwB,wCAAxB,wBAAwB,QAOnC;AAED,SAAgB,gCAAgC,CAAC,MAAW;IAC1D,QAAQ,MAAM,EAAE,CAAC;QACf,KAAK,CAAC,CAAC;QACP,KAAK,YAAY;YACf,OAAO,wBAAwB,CAAC,UAAU,CAAC;QAC7C,KAAK,CAAC,CAAC;QACP,KAAK,gBAAgB;YACnB,OAAO,wBAAwB,CAAC,cAAc,CAAC;QACjD,KAAK,CAAC,CAAC;QACP,KAAK,iBAAiB;YACpB,OAAO,wBAAwB,CAAC,eAAe,CAAC;QAClD,KAAK,CAAC,CAAC;QACP,KAAK,gCAAgC;YACnC,OAAO,wBAAwB,CAAC,8BAA8B,CAAC;QACjE,KAAK,CAAC,CAAC;QACP,KAAK,UAAU;YACb,OAAO,wBAAwB,CAAC,QAAQ,CAAC;QAC3C,KAAK,CAAC,CAAC,CAAC;QACR,KAAK,cAAc,CAAC;QACpB;YACE,OAAO,wBAAwB,CAAC,YAAY,CAAC;IACjD,CAAC;AACH,CAAC;AAED,SAAgB,8BAA8B,CAAC,MAAgC;IAC7E,QAAQ,MAAM,EAAE,CAAC;QACf,KAAK,wBAAwB,CAAC,UAAU;YACtC,OAAO,YAAY,CAAC;QACtB,KAAK,wBAAwB,CAAC,cAAc;YAC1C,OAAO,gBAAgB,CAAC;QAC1B,KAAK,wBAAwB,CAAC,eAAe;YAC3C,OAAO,iBAAiB,CAAC;QAC3B,KAAK,wBAAwB,CAAC,8BAA8B;YAC1D,OAAO,gCAAgC,CAAC;QAC1C,KAAK,wBAAwB,CAAC,QAAQ;YACpC,OAAO,UAAU,CAAC;QACpB,KAAK,wBAAwB,CAAC,YAAY,CAAC;QAC3C;YACE,OAAO,cAAc,CAAC;IAC1B,CAAC;AACH,CAAC;AAuFD,SAAS,oBAAoB;IAC3B,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AACjC,CAAC;AAED,IAAiB,UAAU,CA4E1B;AA5ED,WAAiB,UAAU;IACzB,SAAgB,MAAM,CAAC,OAAmB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;;QAClF,QAAQ,MAAA,OAAO,CAAC,QAAQ,0CAAE,KAAK,EAAE,CAAC;YAChC,KAAK,OAAO;gBACV,wBAAwB,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;gBAC3F,MAAM;YACR,KAAK,KAAK;gBACR,sBAAsB,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;gBACvF,MAAM;QACV,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAVe,iBAAM,SAUrB,CAAA;IAED,SAAgB,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpE,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAG,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC9E,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,oBAAoB,EAAE,CAAC;QACvC,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;YACxB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE,CAAC;gBAClB,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,QAAQ,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,wBAAwB,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC;oBACvG,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,QAAQ,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC;oBACjG,SAAS;YACb,CAAC;YACD,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,EAAE,CAAC;gBACjC,MAAM;YACR,CAAC;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;QAC3B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,iBAAM,SA4BrB,CAAA;IAED,SAAgB,QAAQ,CAAC,MAAW;QAClC,OAAO;YACL,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC;gBAC3B,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,wBAAwB,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE;gBAC5E,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC;oBACnB,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,sBAAsB,CAAC,QAAQ,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE;oBACpE,CAAC,CAAC,SAAS;SACd,CAAC;IACJ,CAAC;IARe,mBAAQ,WAQvB,CAAA;IAED,SAAgB,MAAM,CAAC,OAAmB;;QACxC,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,CAAA,MAAA,OAAO,CAAC,QAAQ,0CAAE,KAAK,MAAK,OAAO;YACjC,CAAC,GAAG,CAAC,KAAK,GAAG,CAAA,MAAA,OAAO,CAAC,QAAQ,0CAAE,KAAK,EAAC,CAAC,CAAC,wBAAwB,CAAC,MAAM,CAAC,MAAA,OAAO,CAAC,QAAQ,0CAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAC/G,CAAA,MAAA,OAAO,CAAC,QAAQ,0CAAE,KAAK,MAAK,KAAK;YAC/B,CAAC,GAAG,CAAC,GAAG,GAAG,CAAA,MAAA,OAAO,CAAC,QAAQ,0CAAE,GAAG,EAAC,CAAC,CAAC,sBAAsB,CAAC,MAAM,CAAC,MAAA,OAAO,CAAC,QAAQ,0CAAE,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QACvG,OAAO,GAAG,CAAC;IACb,CAAC;IAPe,iBAAM,SAOrB,CAAA;IAED,SAAgB,MAAM,CAA8C,IAAQ;QAC1E,OAAO,UAAU,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IAC5C,CAAC;IAFe,iBAAM,SAErB,CAAA;IAED,SAAgB,WAAW,CAA8C,MAAS;;QAChF,MAAM,OAAO,GAAG,oBAAoB,EAAE,CAAC;QACvC,IAAI,CAAA,MAAA,MAAM,CAAC,QAAQ,0CAAE,KAAK,MAAK,OAAO,IAAI,CAAA,MAAA,MAAM,CAAC,QAAQ,0CAAE,KAAK,MAAK,SAAS,IAAI,CAAA,MAAA,MAAM,CAAC,QAAQ,0CAAE,KAAK,MAAK,IAAI,EAAE,CAAC;YAClH,OAAO,CAAC,QAAQ,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,wBAAwB,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC;QAC5G,CAAC;QACD,IAAI,CAAA,MAAA,MAAM,CAAC,QAAQ,0CAAE,KAAK,MAAK,KAAK,IAAI,CAAA,MAAA,MAAM,CAAC,QAAQ,0CAAE,GAAG,MAAK,SAAS,IAAI,CAAA,MAAA,MAAM,CAAC,QAAQ,0CAAE,GAAG,MAAK,IAAI,EAAE,CAAC;YAC5G,OAAO,CAAC,QAAQ,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,sBAAsB,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QACpG,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sBAAW,cAS1B,CAAA;AACH,CAAC,EA5EgB,UAAU,0BAAV,UAAU,QA4E1B;AAED,SAAS,kCAAkC;IACzC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,CAAC;AACvG,CAAC;AAED,IAAiB,wBAAwB,CAoGxC;AApGD,WAAiB,wBAAwB;IACvC,SAAgB,MAAM,CAAC,OAAiC,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAChG,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE,CAAC;YAClC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1E,CAAC;QACD,IAAI,OAAO,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;YACpC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;QAC7C,CAAC;QACD,IAAI,OAAO,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YACtC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,IAAI,OAAO,CAAC,YAAY,KAAK,SAAS,EAAE,CAAC;YACvC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QACzE,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAde,+BAAM,SAcrB,CAAA;IAED,SAAgB,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpE,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAG,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC9E,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,kCAAkC,EAAE,CAAC;QACrD,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;YACxB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE,CAAC;gBAClB,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,OAAO,GAAG,0BAAY,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBAC/D,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBACnC,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,WAAW,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;oBACpC,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,YAAY,GAAG,mBAAM,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBAC9D,SAAS;YACb,CAAC;YACD,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,EAAE,CAAC;gBACjC,MAAM;YACR,CAAC;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;QAC3B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA1Ce,+BAAM,SA0CrB,CAAA;IAED,SAAgB,QAAQ,CAAC,MAAW;QAClC,OAAO;YACL,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,0BAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;YACzE,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAChF,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,mBAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS;SAC5F,CAAC;IACJ,CAAC;IAPe,iCAAQ,WAOvB,CAAA;IAED,SAAgB,MAAM,CAAC,OAAiC;QACtD,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QACpH,OAAO,CAAC,SAAS,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,CAAC,WAAW,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QAC7E,OAAO,CAAC,YAAY,KAAK,SAAS;YAChC,CAAC,GAAG,CAAC,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAC9F,OAAO,GAAG,CAAC;IACb,CAAC;IARe,+BAAM,SAQrB,CAAA;IAED,SAAgB,MAAM,CACpB,IAAQ;QAER,OAAO,wBAAwB,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IAC1D,CAAC;IAJe,+BAAM,SAIrB,CAAA;IAED,SAAgB,WAAW,CACzB,MAAS;;QAET,MAAM,OAAO,GAAG,kCAAkC,EAAE,CAAC;QACrD,OAAO,CAAC,OAAO,GAAG,CAAC,MAAM,CAAC,OAAO,KAAK,SAAS,IAAI,MAAM,CAAC,OAAO,KAAK,IAAI,CAAC;YACzE,CAAC,CAAC,0BAAY,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC;YAC1C,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,SAAS,GAAG,MAAA,MAAM,CAAC,SAAS,mCAAI,SAAS,CAAC;QAClD,OAAO,CAAC,WAAW,GAAG,MAAA,MAAM,CAAC,WAAW,mCAAI,SAAS,CAAC;QACtD,OAAO,CAAC,YAAY,GAAG,CAAC,MAAM,CAAC,YAAY,KAAK,SAAS,IAAI,MAAM,CAAC,YAAY,KAAK,IAAI,CAAC;YACxF,CAAC,CAAC,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,YAAY,CAAC;YACzC,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAW,cAa1B,CAAA;AACH,CAAC,EApGgB,wBAAwB,wCAAxB,wBAAwB,QAoGxC;AAED,SAAS,gCAAgC;IACvC,OAAO;QACL,OAAO,EAAE,SAAS;QAClB,SAAS,EAAE,SAAS;QACpB,WAAW,EAAE,SAAS;QACtB,YAAY,EAAE,SAAS;QACvB,eAAe,EAAE,SAAS;QAC1B,WAAW,EAAE,SAAS;QACtB,WAAW,EAAE,SAAS;QACtB,aAAa,EAAE,SAAS;QACxB,iBAAiB,EAAE,SAAS;QAC5B,gBAAgB,EAAE,SAAS;QAC3B,QAAQ,EAAE,SAAS;QACnB,SAAS,EAAE,SAAS;QACpB,iBAAiB,EAAE,SAAS;QAC5B,iBAAiB,EAAE,SAAS;QAC5B,eAAe,EAAE,SAAS;KAC3B,CAAC;AACJ,CAAC;AAED,IAAiB,sBAAsB,CAqQtC;AArQD,WAAiB,sBAAsB;IACrC,SAAgB,MAAM,CAAC,OAA+B,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC9F,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE,CAAC;YAClC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1E,CAAC;QACD,IAAI,OAAO,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;YACpC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;QAC7C,CAAC;QACD,IAAI,OAAO,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YACtC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,IAAI,OAAO,CAAC,YAAY,KAAK,SAAS,EAAE,CAAC;YACvC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAC/E,CAAC;QACD,IAAI,OAAO,CAAC,eAAe,KAAK,SAAS,EAAE,CAAC;YAC1C,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAClF,CAAC;QACD,IAAI,OAAO,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YACtC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAC9E,CAAC;QACD,IAAI,OAAO,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YACtC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QACxE,CAAC;QACD,IAAI,OAAO,CAAC,aAAa,KAAK,SAAS,EAAE,CAAC;YACxC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1E,CAAC;QACD,IAAI,OAAO,CAAC,iBAAiB,KAAK,SAAS,EAAE,CAAC;YAC5C,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;QAC9E,CAAC;QACD,IAAI,OAAO,CAAC,gBAAgB,KAAK,SAAS,EAAE,CAAC;YAC3C,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;QACpD,CAAC;QACD,IAAI,OAAO,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;YACnC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAC5C,CAAC;QACD,IAAI,OAAO,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;YACpC,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;QAC9C,CAAC;QACD,IAAI,OAAO,CAAC,iBAAiB,KAAK,SAAS,EAAE,CAAC;YAC5C,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC;QACtD,CAAC;QACD,IAAI,OAAO,CAAC,iBAAiB,KAAK,SAAS,EAAE,CAAC;YAC5C,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC;QACtD,CAAC;QACD,IAAI,OAAO,CAAC,eAAe,KAAK,SAAS,EAAE,CAAC;YAC1C,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;QACpD,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IA/Ce,6BAAM,SA+CrB,CAAA;IAED,SAAgB,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpE,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAG,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC9E,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,gCAAgC,EAAE,CAAC;QACnD,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;YACxB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE,CAAC;gBAClB,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,OAAO,GAAG,0BAAY,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBAC/D,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBACnC,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,WAAW,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;oBACpC,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,YAAY,GAAG,0BAAY,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBACpE,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,eAAe,GAAG,0BAAY,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBACvE,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,WAAW,GAAG,0BAAY,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBACnE,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,WAAW,GAAG,mBAAM,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBAC7D,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,aAAa,GAAG,mBAAM,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBAC/D,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,iBAAiB,GAAG,mBAAM,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;oBACnE,SAAS;gBACX,KAAK,EAAE;oBACL,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,gBAAgB,GAAG,MAAM,CAAC,KAAK,EAAS,CAAC;oBACjD,SAAS;gBACX,KAAK,EAAE;oBACL,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;wBACf,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,QAAQ,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBAClC,SAAS;gBACX,KAAK,EAAE;oBACL,IAAI,GAAG,KAAK,GAAG,EAAE,CAAC;wBAChB,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBACnC,SAAS;gBACX,KAAK,EAAE;oBACL,IAAI,GAAG,KAAK,GAAG,EAAE,CAAC;wBAChB,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,iBAAiB,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBAC3C,SAAS;gBACX,KAAK,EAAE;oBACL,IAAI,GAAG,KAAK,GAAG,EAAE,CAAC;wBAChB,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,iBAAiB,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBAC3C,SAAS;gBACX,KAAK,EAAE;oBACL,IAAI,GAAG,KAAK,GAAG,EAAE,CAAC;wBAChB,MAAM;oBACR,CAAC;oBAED,OAAO,CAAC,eAAe,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;oBACzC,SAAS;YACb,CAAC;YACD,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,EAAE,CAAC;gBACjC,MAAM;YACR,CAAC;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;QAC3B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAvHe,6BAAM,SAuHrB,CAAA;IAED,SAAgB,QAAQ,CAAC,MAAW;QAClC,OAAO;YACL,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,0BAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;YACzE,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAChF,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,0BAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS;YACjG,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,0BAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1G,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,0BAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAC9F,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,mBAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YACxF,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,mBAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,SAAS;YAC9F,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,mBAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1G,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC;gBAC9C,CAAC,CAAC,gCAAgC,CAAC,MAAM,CAAC,gBAAgB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;YACzE,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS;YACjG,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS;YACjG,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS;SAC5F,CAAC;IACJ,CAAC;IApBe,+BAAQ,WAoBvB,CAAA;IAED,SAAgB,MAAM,CAAC,OAA+B;QACpD,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QACpH,OAAO,CAAC,SAAS,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,CAAC,WAAW,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QAC7E,OAAO,CAAC,YAAY,KAAK,SAAS;YAChC,CAAC,GAAG,CAAC,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QACpG,OAAO,CAAC,eAAe,KAAK,SAAS;YACnC,CAAC,GAAG,CAAC,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAC7G,OAAO,CAAC,WAAW,KAAK,SAAS;YAC/B,CAAC,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,0BAAY,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QACjG,OAAO,CAAC,WAAW,KAAK,SAAS;YAC/B,CAAC,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAC3F,OAAO,CAAC,aAAa,KAAK,SAAS;YACjC,CAAC,GAAG,CAAC,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QACjG,OAAO,CAAC,iBAAiB,KAAK,SAAS;YACrC,CAAC,GAAG,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC,mBAAM,CAAC,MAAM,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAC7G,OAAO,CAAC,gBAAgB,KAAK,SAAS;YACpC,CAAC,GAAG,CAAC,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,KAAK,SAAS;gBAC5D,CAAC,CAAC,8BAA8B,CAAC,OAAO,CAAC,gBAAgB,CAAC;gBAC1D,CAAC,CAAC,SAAS,CAAC,CAAC;QACjB,OAAO,CAAC,QAAQ,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;QACpE,OAAO,CAAC,SAAS,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,CAAC,iBAAiB,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;QAC/F,OAAO,CAAC,iBAAiB,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;QAC/F,OAAO,CAAC,eAAe,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;QACzF,OAAO,GAAG,CAAC;IACb,CAAC;IA3Be,6BAAM,SA2BrB,CAAA;IAED,SAAgB,MAAM,CAA0D,IAAQ;QACtF,OAAO,sBAAsB,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IACxD,CAAC;IAFe,6BAAM,SAErB,CAAA;IAED,SAAgB,WAAW,CACzB,MAAS;;QAET,MAAM,OAAO,GAAG,gCAAgC,EAAE,CAAC;QACnD,OAAO,CAAC,OAAO,GAAG,CAAC,MAAM,CAAC,OAAO,KAAK,SAAS,IAAI,MAAM,CAAC,OAAO,KAAK,IAAI,CAAC;YACzE,CAAC,CAAC,0BAAY,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC;YAC1C,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,SAAS,GAAG,MAAA,MAAM,CAAC,SAAS,mCAAI,SAAS,CAAC;QAClD,OAAO,CAAC,WAAW,GAAG,MAAA,MAAM,CAAC,WAAW,mCAAI,SAAS,CAAC;QACtD,OAAO,CAAC,YAAY,GAAG,CAAC,MAAM,CAAC,YAAY,KAAK,SAAS,IAAI,MAAM,CAAC,YAAY,KAAK,IAAI,CAAC;YACxF,CAAC,CAAC,0BAAY,CAAC,WAAW,CAAC,MAAM,CAAC,YAAY,CAAC;YAC/C,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,eAAe,GAAG,CAAC,MAAM,CAAC,eAAe,KAAK,SAAS,IAAI,MAAM,CAAC,eAAe,KAAK,IAAI,CAAC;YACjG,CAAC,CAAC,0BAAY,CAAC,WAAW,CAAC,MAAM,CAAC,eAAe,CAAC;YAClD,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,WAAW,GAAG,CAAC,MAAM,CAAC,WAAW,KAAK,SAAS,IAAI,MAAM,CAAC,WAAW,KAAK,IAAI,CAAC;YACrF,CAAC,CAAC,0BAAY,CAAC,WAAW,CAAC,MAAM,CAAC,WAAW,CAAC;YAC9C,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,WAAW,GAAG,CAAC,MAAM,CAAC,WAAW,KAAK,SAAS,IAAI,MAAM,CAAC,WAAW,KAAK,IAAI,CAAC;YACrF,CAAC,CAAC,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,WAAW,CAAC;YACxC,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,aAAa,GAAG,CAAC,MAAM,CAAC,aAAa,KAAK,SAAS,IAAI,MAAM,CAAC,aAAa,KAAK,IAAI,CAAC;YAC3F,CAAC,CAAC,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,aAAa,CAAC;YAC1C,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,iBAAiB,GAAG,CAAC,MAAM,CAAC,iBAAiB,KAAK,SAAS,IAAI,MAAM,CAAC,iBAAiB,KAAK,IAAI,CAAC;YACvG,CAAC,CAAC,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC;YAC9C,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,CAAC,gBAAgB,GAAG,MAAA,MAAM,CAAC,gBAAgB,mCAAI,SAAS,CAAC;QAChE,OAAO,CAAC,QAAQ,GAAG,MAAA,MAAM,CAAC,QAAQ,mCAAI,SAAS,CAAC;QAChD,OAAO,CAAC,SAAS,GAAG,MAAA,MAAM,CAAC,SAAS,mCAAI,SAAS,CAAC;QAClD,OAAO,CAAC,iBAAiB,GAAG,MAAA,MAAM,CAAC,iBAAiB,mCAAI,SAAS,CAAC;QAClE,OAAO,CAAC,iBAAiB,GAAG,MAAA,MAAM,CAAC,iBAAiB,mCAAI,SAAS,CAAC;QAClE,OAAO,CAAC,eAAe,GAAG,MAAA,MAAM,CAAC,eAAe,mCAAI,SAAS,CAAC;QAC9D,OAAO,OAAO,CAAC;IACjB,CAAC;IAlCe,kCAAW,cAkC1B,CAAA;AACH,CAAC,EArQgB,sBAAsB,sCAAtB,sBAAsB,QAqQtC;AAcD,SAAS,KAAK,CAAC,KAAU;IACvB,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAC/C,CAAC"}
|