kitchen-simulator 5.10.1-react.18 → 5.10.2-react.18
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/es/index.js +3 -627
- package/es/index.js.LICENSE.txt +45 -0
- package/es/index.js.map +1 -0
- package/package.json +9 -5
- package/es/@history.js +0 -2
- package/es/AppContext.js +0 -6
- package/es/LiteKitchenConfigurator.js +0 -474
- package/es/LiteRenderer.js +0 -363
- package/es/WorkSpace.js +0 -851
- package/es/actions/area-actions.js +0 -14
- package/es/actions/export.js +0 -23
- package/es/actions/groups-actions.js +0 -89
- package/es/actions/holes-actions.js +0 -119
- package/es/actions/items-actions.js +0 -316
- package/es/actions/lines-actions.js +0 -83
- package/es/actions/project-actions.js +0 -298
- package/es/actions/scene-actions.js +0 -33
- package/es/actions/vertices-actions.js +0 -27
- package/es/actions/viewer2d-actions.js +0 -58
- package/es/actions/viewer3d-actions.js +0 -23
- package/es/assets/brown_photostudio_02_1k.hdr +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Black Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Black.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Bold Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Bold.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Book Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Book.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraBold Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraBold.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraLight Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraLight.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Hairline Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Hairline.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Heavy Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Heavy.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Light Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Light.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Medium Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Medium.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard SemiBold Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard SemiBold.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Thin Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Thin.woff +0 -0
- package/es/assets/fonts/style.css +0 -177
- package/es/assets/gltf/door_closet.bin +0 -0
- package/es/assets/gltf/door_closet.fbx +0 -0
- package/es/assets/gltf/door_closet.gltf +0 -1
- package/es/assets/gltf/door_exterior.bin +0 -0
- package/es/assets/gltf/door_exterior.fbx +0 -0
- package/es/assets/gltf/door_exterior.gltf +0 -1
- package/es/assets/gltf/door_interior.bin +0 -0
- package/es/assets/gltf/door_interior.fbx +0 -0
- package/es/assets/gltf/door_interior.gltf +0 -1
- package/es/assets/gltf/door_sliding.bin +0 -0
- package/es/assets/gltf/door_sliding.fbx +0 -0
- package/es/assets/gltf/door_sliding.gltf +0 -1
- package/es/assets/gltf/doorway_framed.bin +0 -0
- package/es/assets/gltf/doorway_framed.fbx +0 -0
- package/es/assets/gltf/doorway_framed.gltf +0 -1
- package/es/assets/gltf/window_clear.bin +0 -0
- package/es/assets/gltf/window_clear.fbx +0 -0
- package/es/assets/gltf/window_clear.gltf +0 -1
- package/es/assets/gltf/window_cross.bin +0 -0
- package/es/assets/gltf/window_cross.fbx +0 -0
- package/es/assets/gltf/window_cross.gltf +0 -1
- package/es/assets/gltf/window_double_hung.bin +0 -0
- package/es/assets/gltf/window_double_hung.fbx +0 -0
- package/es/assets/gltf/window_double_hung.gltf +0 -1
- package/es/assets/gltf/window_vertical.bin +0 -0
- package/es/assets/gltf/window_vertical.fbx +0 -0
- package/es/assets/gltf/window_vertical.gltf +0 -1
- package/es/assets/img/TKC_thumbnail.png +0 -0
- package/es/assets/img/Toggle.png +0 -0
- package/es/assets/img/loading/loading.gif +0 -0
- package/es/assets/img/loading/loading_1.svg +0 -11
- package/es/assets/img/loading_large.gif +0 -0
- package/es/assets/img/png/door/closet.png +0 -0
- package/es/assets/img/png/door/doorwaysframed.png +0 -0
- package/es/assets/img/png/door/doorwaysframeles.png +0 -0
- package/es/assets/img/png/door/doorwaysframeless.png +0 -0
- package/es/assets/img/png/door/exterior.png +0 -0
- package/es/assets/img/png/door/interior.png +0 -0
- package/es/assets/img/png/door/sliding.png +0 -0
- package/es/assets/img/png/helper/outcome.png +0 -0
- package/es/assets/img/png/helper/video_preview_3d.png +0 -0
- package/es/assets/img/png/helper/video_preview_start.png +0 -0
- package/es/assets/img/project_img.png +0 -0
- package/es/assets/img/rta/rta_logo_box_blue.jpg +0 -0
- package/es/assets/img/rta/rta_logo_box_blue_ico.jpg +0 -0
- package/es/assets/img/rta/rta_logo_box_blue_ico.svg +0 -55
- package/es/assets/img/rta/rta_logo_box_darkGray.jpg +0 -0
- package/es/assets/img/rta/rta_logo_box_lightblue.png +0 -0
- package/es/assets/img/rta/rta_logo_box_lightmaroon.png +0 -0
- package/es/assets/img/rta/rta_logo_box_maroon.png +0 -0
- package/es/assets/img/rta/rta_logo_box_white.png +0 -0
- package/es/assets/img/rta_menu.png +0 -0
- package/es/assets/img/step2.jpg +0 -0
- package/es/assets/img/step3.jpg +0 -0
- package/es/assets/img/step4.jpg +0 -0
- package/es/assets/img/step5.jpg +0 -0
- package/es/assets/img/step6.jpg +0 -0
- package/es/assets/img/step7.jpg +0 -0
- package/es/assets/img/step8.jpg +0 -0
- package/es/assets/img/svg/2d_delete_object.svg +0 -33
- package/es/assets/img/svg/2d_delete_object1.svg +0 -33
- package/es/assets/img/svg/2d_lock_object.svg +0 -33
- package/es/assets/img/svg/3d_item_move.svg +0 -106
- package/es/assets/img/svg/3d_item_rotation.svg +0 -76
- package/es/assets/img/svg/3d_item_warning_edit.svg +0 -77
- package/es/assets/img/svg/3d_item_warning_info.svg +0 -81
- package/es/assets/img/svg/accessories.svg +0 -4
- package/es/assets/img/svg/angle_icon.svg +0 -39
- package/es/assets/img/svg/blank_div.svg +0 -14
- package/es/assets/img/svg/bottombar/2d3d_button.svg +0 -3
- package/es/assets/img/svg/bottombar/2d3d_button_active.svg +0 -3
- package/es/assets/img/svg/bottombar/2d3d_toggle.svg +0 -4
- package/es/assets/img/svg/bottombar/2d3d_toggle_active.svg +0 -4
- package/es/assets/img/svg/bottombar/arrow-down.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-left.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-minus.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-plus.svg +0 -11
- package/es/assets/img/svg/bottombar/arrow-right.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-up.svg +0 -3
- package/es/assets/img/svg/bottombar/collapse.svg +0 -3
- package/es/assets/img/svg/bottombar/elevation-back.svg +0 -6
- package/es/assets/img/svg/bottombar/elevation-front.svg +0 -6
- package/es/assets/img/svg/bottombar/elevation-left.svg +0 -6
- package/es/assets/img/svg/bottombar/elevation-right.svg +0 -7
- package/es/assets/img/svg/bottombar/elevation.svg +0 -13
- package/es/assets/img/svg/bottombar/expand.svg +0 -3
- package/es/assets/img/svg/bottombar/help.svg +0 -72
- package/es/assets/img/svg/bottombar/incm_toggle.svg +0 -39
- package/es/assets/img/svg/bottombar/pan_1.svg +0 -57
- package/es/assets/img/svg/bottombar/pan_2.svg +0 -27
- package/es/assets/img/svg/bottombar/pan_3.svg +0 -27
- package/es/assets/img/svg/bottombar/pan_4.svg +0 -27
- package/es/assets/img/svg/bottombar/pan_5.svg +0 -27
- package/es/assets/img/svg/bottombar/settings.svg +0 -23
- package/es/assets/img/svg/bottombar/spin-down.svg +0 -76
- package/es/assets/img/svg/bottombar/spin-left.svg +0 -75
- package/es/assets/img/svg/bottombar/spin-right.svg +0 -75
- package/es/assets/img/svg/bottombar/spin-up.svg +0 -76
- package/es/assets/img/svg/bottombar/spin_1.svg +0 -48
- package/es/assets/img/svg/bottombar/spin_2.svg +0 -31
- package/es/assets/img/svg/bottombar/spin_3.svg +0 -31
- package/es/assets/img/svg/bottombar/spin_4.svg +0 -31
- package/es/assets/img/svg/bottombar/spin_5.svg +0 -31
- package/es/assets/img/svg/bottombar/zoomin.svg +0 -29
- package/es/assets/img/svg/bottombar/zoomout.svg +0 -26
- package/es/assets/img/svg/check.svg +0 -10
- package/es/assets/img/svg/close.svg +0 -11
- package/es/assets/img/svg/color/Black.svg +0 -3
- package/es/assets/img/svg/color/Blue.svg +0 -3
- package/es/assets/img/svg/color/Brown.svg +0 -9
- package/es/assets/img/svg/color/Cream.svg +0 -3
- package/es/assets/img/svg/color/Dark.svg +0 -9
- package/es/assets/img/svg/color/Gray.svg +0 -3
- package/es/assets/img/svg/color/Green.svg +0 -3
- package/es/assets/img/svg/color/Light.svg +0 -9
- package/es/assets/img/svg/color/Medium.svg +0 -9
- package/es/assets/img/svg/color/Unfinished.svg +0 -9
- package/es/assets/img/svg/color/White.svg +0 -3
- package/es/assets/img/svg/color/White.svg.bak +0 -3
- package/es/assets/img/svg/color/stone2.jpg +0 -0
- package/es/assets/img/svg/color/wood2.jpg +0 -0
- package/es/assets/img/svg/copy.svg +0 -11
- package/es/assets/img/svg/delete.svg +0 -3
- package/es/assets/img/svg/detail.svg +0 -77
- package/es/assets/img/svg/disclaimer/background.svg +0 -758
- package/es/assets/img/svg/disclaimer/logo-dots.svg +0 -11
- package/es/assets/img/svg/door/Closet.svg +0 -11
- package/es/assets/img/svg/door/Exterior.svg +0 -5
- package/es/assets/img/svg/door/Framed_dorway.svg +0 -5
- package/es/assets/img/svg/door/Frameless_dorway.svg +0 -5
- package/es/assets/img/svg/door/Interior.svg +0 -7
- package/es/assets/img/svg/door/Sliding.svg +0 -5
- package/es/assets/img/svg/doors_closet.svg +0 -47
- package/es/assets/img/svg/doors_exterior.svg +0 -25
- package/es/assets/img/svg/doors_interior.svg +0 -29
- package/es/assets/img/svg/doors_patio.svg +0 -26
- package/es/assets/img/svg/duplicate.svg +0 -11
- package/es/assets/img/svg/duplicate_object_left.svg +0 -32
- package/es/assets/img/svg/duplicate_object_right.svg +0 -32
- package/es/assets/img/svg/filtersActive.svg +0 -19
- package/es/assets/img/svg/firstsetting/L.svg +0 -3
- package/es/assets/img/svg/firstsetting/L2.svg +0 -3
- package/es/assets/img/svg/firstsetting/Open.svg +0 -3
- package/es/assets/img/svg/firstsetting/Square.svg +0 -3
- package/es/assets/img/svg/firstsetting/bar-active.svg +0 -9
- package/es/assets/img/svg/firstsetting/bar-normal.svg +0 -3
- package/es/assets/img/svg/firstsetting/bullet-current.svg +0 -3
- package/es/assets/img/svg/firstsetting/bullet-done.svg +0 -3
- package/es/assets/img/svg/firstsetting/bullet-not-done.svg +0 -3
- package/es/assets/img/svg/firstsetting/check-active.svg +0 -3
- package/es/assets/img/svg/firstsetting/check-normal.svg +0 -3
- package/es/assets/img/svg/firstsetting/pencil.svg +0 -11
- package/es/assets/img/svg/green_checkmark.svg +0 -27
- package/es/assets/img/svg/headerbar/assist.svg +0 -3
- package/es/assets/img/svg/headerbar/cart.svg +0 -3
- package/es/assets/img/svg/headerbar/check.svg +0 -10
- package/es/assets/img/svg/headerbar/consult_designer.svg +0 -45
- package/es/assets/img/svg/headerbar/edit_name.svg +0 -26
- package/es/assets/img/svg/headerbar/file-dollar.svg +0 -13
- package/es/assets/img/svg/headerbar/hamburger_menu.svg +0 -32
- package/es/assets/img/svg/headerbar/plus.svg +0 -11
- package/es/assets/img/svg/headerbar/review_quote.svg +0 -44
- package/es/assets/img/svg/headerbar/ruler-measure.svg +0 -11
- package/es/assets/img/svg/headerbar/save.svg +0 -3
- package/es/assets/img/svg/headerbar/setting.svg +0 -75
- package/es/assets/img/svg/help/check.svg +0 -10
- package/es/assets/img/svg/help/search.svg +0 -76
- package/es/assets/img/svg/intro/1-start-with-floorplan-whole.svg +0 -27
- package/es/assets/img/svg/intro/1-start-with-floorplan.svg +0 -26
- package/es/assets/img/svg/intro/2-start-from-scratch-whole.svg +0 -28
- package/es/assets/img/svg/intro/2-start-from-scratch.svg +0 -27
- package/es/assets/img/svg/intro/3-retrieve-project-whole.svg +0 -19
- package/es/assets/img/svg/intro/3-retrieve-project.svg +0 -18
- package/es/assets/img/svg/invert.svg +0 -127
- package/es/assets/img/svg/lefttoolbar/appliance-active.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/appliance.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/cabinet-active.svg +0 -10
- package/es/assets/img/svg/lefttoolbar/cabinet-category.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/cabinet-one.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/cabinet.svg +0 -10
- package/es/assets/img/svg/lefttoolbar/disigner_assistance.svg +0 -89
- package/es/assets/img/svg/lefttoolbar/door-style-active.svg +0 -20
- package/es/assets/img/svg/lefttoolbar/door-style.svg +0 -20
- package/es/assets/img/svg/lefttoolbar/door.svg +0 -12
- package/es/assets/img/svg/lefttoolbar/error_icon.svg +0 -81
- package/es/assets/img/svg/lefttoolbar/finishing-active.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/finishing.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/reviewforquote-active.svg +0 -86
- package/es/assets/img/svg/lefttoolbar/reviewforquote.svg +0 -12
- package/es/assets/img/svg/lefttoolbar/room-shape-L.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape-active.svg +0 -18
- package/es/assets/img/svg/lefttoolbar/room-shape-custom.svg +0 -12
- package/es/assets/img/svg/lefttoolbar/room-shape-irregular.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape-open.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape-square.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape.svg +0 -18
- package/es/assets/img/svg/lefttoolbar/search.svg +0 -76
- package/es/assets/img/svg/lefttoolbar/view_more.svg +0 -86
- package/es/assets/img/svg/lefttoolbar/warning_icon.svg +0 -81
- package/es/assets/img/svg/lefttoolbar/window.svg +0 -12
- package/es/assets/img/svg/logo.svg +0 -11
- package/es/assets/img/svg/logo_with_text.svg +0 -25
- package/es/assets/img/svg/menubar/login.svg +0 -84
- package/es/assets/img/svg/menubar/my_projects.svg +0 -85
- package/es/assets/img/svg/menubar/new_project.svg +0 -110
- package/es/assets/img/svg/menubar/save_project.svg +0 -84
- package/es/assets/img/svg/options.svg +0 -3
- package/es/assets/img/svg/positioning.svg +0 -3
- package/es/assets/img/svg/rotate.png +0 -0
- package/es/assets/img/svg/rotate.svg +0 -17
- package/es/assets/img/svg/rotate_object_clockwise.svg +0 -26
- package/es/assets/img/svg/rotate_object_counterclockwise.svg +0 -26
- package/es/assets/img/svg/toggleFilters.svg +0 -19
- package/es/assets/img/svg/toolbar/add_appliances_active.svg +0 -64
- package/es/assets/img/svg/toolbar/add_appliances_inactive.svg +0 -52
- package/es/assets/img/svg/toolbar/add_button.svg +0 -36
- package/es/assets/img/svg/toolbar/add_cabinets_active.svg +0 -59
- package/es/assets/img/svg/toolbar/add_cabinets_inactive.svg +0 -49
- package/es/assets/img/svg/toolbar/add_items_doors.svg +0 -25
- package/es/assets/img/svg/toolbar/add_items_doorways.svg +0 -24
- package/es/assets/img/svg/toolbar/add_items_refrigerator.svg +0 -32
- package/es/assets/img/svg/toolbar/add_items_windows.svg +0 -28
- package/es/assets/img/svg/toolbar/apply_button.svg +0 -38
- package/es/assets/img/svg/toolbar/arrow-plus.svg +0 -11
- package/es/assets/img/svg/toolbar/backsplash.svg +0 -8
- package/es/assets/img/svg/toolbar/cancel_button.svg +0 -37
- package/es/assets/img/svg/toolbar/consult_a_designer_button.svg +0 -47
- package/es/assets/img/svg/toolbar/countertop.svg +0 -7
- package/es/assets/img/svg/toolbar/dcm.png +0 -0
- package/es/assets/img/svg/toolbar/dcm_off.svg +0 -12
- package/es/assets/img/svg/toolbar/dcm_on.svg +0 -474
- package/es/assets/img/svg/toolbar/delete_button.svg +0 -37
- package/es/assets/img/svg/toolbar/download.svg +0 -77
- package/es/assets/img/svg/toolbar/draw_custom_floor.svg +0 -31
- package/es/assets/img/svg/toolbar/edit_button.svg +0 -75
- package/es/assets/img/svg/toolbar/email_quote_button.svg +0 -44
- package/es/assets/img/svg/toolbar/fbm.png +0 -0
- package/es/assets/img/svg/toolbar/finishing_touches_active.svg +0 -54
- package/es/assets/img/svg/toolbar/finishing_touches_inactive.svg +0 -42
- package/es/assets/img/svg/toolbar/floorstyle.svg +0 -9
- package/es/assets/img/svg/toolbar/fmb.png +0 -0
- package/es/assets/img/svg/toolbar/fmb_off.svg +0 -12
- package/es/assets/img/svg/toolbar/fmb_on.svg +0 -489
- package/es/assets/img/svg/toolbar/furnishings_icon.svg +0 -6
- package/es/assets/img/svg/toolbar/get_started_button.svg +0 -41
- package/es/assets/img/svg/toolbar/handles.svg +0 -5
- package/es/assets/img/svg/toolbar/lighting.svg +0 -7
- package/es/assets/img/svg/toolbar/lrm.png +0 -0
- package/es/assets/img/svg/toolbar/lrm_off.svg +0 -12
- package/es/assets/img/svg/toolbar/lrm_on.svg +0 -470
- package/es/assets/img/svg/toolbar/make_floorplan_active.svg +0 -66
- package/es/assets/img/svg/toolbar/make_floorplan_inactive.svg +0 -52
- package/es/assets/img/svg/toolbar/predefined_room_l_shaped.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_layout.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_long_narrow.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_l_shape.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_pentagon.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_rectangle.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_rectangle_2.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_pentagon.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_rectangle.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_rectangle_with_alcove.svg +0 -20
- package/es/assets/img/svg/toolbar/redo_button.svg +0 -75
- package/es/assets/img/svg/toolbar/redo_button1.svg +0 -75
- package/es/assets/img/svg/toolbar/review_quote_active.svg +0 -14
- package/es/assets/img/svg/toolbar/review_quote_inactive.svg +0 -44
- package/es/assets/img/svg/toolbar/save_project_button.svg +0 -44
- package/es/assets/img/svg/toolbar/select_doorstyle_active.svg +0 -67
- package/es/assets/img/svg/toolbar/select_doorstyle_inactive.svg +0 -57
- package/es/assets/img/svg/toolbar/shopping-cart.svg +0 -13
- package/es/assets/img/svg/toolbar/style_change_button.svg +0 -47
- package/es/assets/img/svg/toolbar/take_picture.svg +0 -75
- package/es/assets/img/svg/toolbar/undo_button.svg +0 -76
- package/es/assets/img/svg/toolbar/undo_button1.svg +0 -76
- package/es/assets/img/svg/toolbar/use_button.svg +0 -37
- package/es/assets/img/svg/toolbar/wall_color_icon.svg +0 -6
- package/es/assets/img/svg/topbar/edit_active.svg +0 -10
- package/es/assets/img/svg/topbar/edit_inactive.svg +0 -10
- package/es/assets/img/svg/topbar/redo_active.svg +0 -42
- package/es/assets/img/svg/topbar/redo_inactive.svg +0 -23
- package/es/assets/img/svg/topbar/select_all_active.svg +0 -50
- package/es/assets/img/svg/topbar/select_all_inactive.svg +0 -32
- package/es/assets/img/svg/topbar/take_picture_active.svg +0 -51
- package/es/assets/img/svg/topbar/take_picture_inactive.svg +0 -26
- package/es/assets/img/svg/topbar/undo_active.svg +0 -42
- package/es/assets/img/svg/topbar/undo_inactive.svg +0 -23
- package/es/assets/img/svg/warning_info_2d.svg +0 -81
- package/es/assets/img/svg/window/Clear.svg +0 -3
- package/es/assets/img/svg/window/Cross.svg +0 -5
- package/es/assets/img/svg/window/Double_hung.svg +0 -4
- package/es/assets/img/svg/window/Vertical.svg +0 -4
- package/es/assets/img/svg/windows_clear.svg +0 -23
- package/es/assets/img/svg/windows_cross.svg +0 -28
- package/es/assets/img/svg/windows_double_hung.svg +0 -24
- package/es/assets/img/svg/windows_vertical.svg +0 -24
- package/es/assets/img/svg/wizardstep/Custom.svg +0 -3
- package/es/assets/img/svg/wizardstep/Dashed_line.svg +0 -3
- package/es/assets/img/svg/wizardstep/L.svg +0 -3
- package/es/assets/img/svg/wizardstep/L2.svg +0 -3
- package/es/assets/img/svg/wizardstep/Open.svg +0 -3
- package/es/assets/img/svg/wizardstep/Square.svg +0 -3
- package/es/assets/img/svg/wizardstep/bar-active.svg +0 -9
- package/es/assets/img/svg/wizardstep/bar-normal.svg +0 -3
- package/es/assets/img/svg/wizardstep/bullet-current.svg +0 -3
- package/es/assets/img/svg/wizardstep/bullet-done.svg +0 -3
- package/es/assets/img/svg/wizardstep/bullet-not-done.svg +0 -3
- package/es/assets/img/svg/wizardstep/check-active.svg +0 -3
- package/es/assets/img/svg/wizardstep/check-normal.svg +0 -3
- package/es/assets/img/svg/wizardstep/detail_view.svg +0 -87
- package/es/assets/img/svg/wizardstep/pencil.svg +0 -11
- package/es/assets/img/svg/wizardstep/tile_view.svg +0 -95
- package/es/assets/img/texture/glass.jpg +0 -0
- package/es/assets/img/texture/steel.jpg +0 -0
- package/es/assets/img/texture/white1px.jpg +0 -0
- package/es/assets/img/texture/wood.jpg +0 -0
- package/es/assets/model/DCM.bin +0 -0
- package/es/assets/model/DCM.fbx +0 -0
- package/es/assets/model/DCM.gltf +0 -1
- package/es/assets/model/FBM.bin +0 -0
- package/es/assets/model/FBM.fbx +0 -0
- package/es/assets/model/FBM.gltf +0 -1
- package/es/assets/model/LRM.bin +0 -0
- package/es/assets/model/LRM.fbx +0 -0
- package/es/assets/model/LRM.gltf +0 -1
- package/es/assets/rtastore_logo.png +0 -0
- package/es/catalog/areas/area/planner-element.js +0 -45
- package/es/catalog/back.png +0 -0
- package/es/catalog/catalog.js +0 -265
- package/es/catalog/doors.png +0 -0
- package/es/catalog/doorways.png +0 -0
- package/es/catalog/envMap/nx.hdr +0 -0
- package/es/catalog/envMap/ny.hdr +0 -0
- package/es/catalog/envMap/nz.hdr +0 -0
- package/es/catalog/envMap/px.hdr +0 -0
- package/es/catalog/envMap/py.hdr +0 -0
- package/es/catalog/envMap/pz.hdr +0 -0
- package/es/catalog/export.js +0 -0
- package/es/catalog/factories/area-factory-3d.js +0 -182
- package/es/catalog/factories/area-factory.js +0 -78
- package/es/catalog/factories/export.js +0 -7
- package/es/catalog/factories/wall-factory-3d.js +0 -202
- package/es/catalog/factories/wall-factory.js +0 -267
- package/es/catalog/holes/door-closet/planner-element.js +0 -222
- package/es/catalog/holes/door-double/door_double.png +0 -0
- package/es/catalog/holes/door-double/planner-element.js +0 -315
- package/es/catalog/holes/door-exterior/planner-element.js +0 -215
- package/es/catalog/holes/door-interior/planner-element.js +0 -227
- package/es/catalog/holes/door-panic/panicDoor.png +0 -0
- package/es/catalog/holes/door-panic/planner-element.js +0 -503
- package/es/catalog/holes/door-panic-double/panicDoorDouble.png +0 -0
- package/es/catalog/holes/door-panic-double/planner-element.js +0 -463
- package/es/catalog/holes/door-sliding/planner-element.js +0 -225
- package/es/catalog/holes/doorway-framed/planner-element.js +0 -145
- package/es/catalog/holes/doorway-frameless/planner-element.js +0 -104
- package/es/catalog/holes/export.js +0 -13
- package/es/catalog/holes/gate/gate.jpg +0 -0
- package/es/catalog/holes/window-clear/planner-element.js +0 -166
- package/es/catalog/holes/window-clear/texture.png +0 -0
- package/es/catalog/holes/window-cross/planner-element.js +0 -165
- package/es/catalog/holes/window-cross/texture.png +0 -0
- package/es/catalog/holes/window-double-hung/planner-element.js +0 -303
- package/es/catalog/holes/window-double-hung/texture.png +0 -0
- package/es/catalog/holes/window-vertical/planner-element.js +0 -276
- package/es/catalog/holes/window-vertical/texture.png +0 -0
- package/es/catalog/lines/wall/planner-element.js +0 -79
- package/es/catalog/lines/wall/textures/bricks2.jpg +0 -0
- package/es/catalog/lines/wall/textures/bricks3.jpg +0 -0
- package/es/catalog/lines/wall/textures/painted-normal.jpg +0 -0
- package/es/catalog/molding/molding-dcm/planner-element.js +0 -26
- package/es/catalog/molding/molding-dcm/texture.png +0 -0
- package/es/catalog/molding/molding-fbm/planner-element.js +0 -26
- package/es/catalog/molding/molding-fbm/texture.png +0 -0
- package/es/catalog/molding/molding-lrm/planner-element.js +0 -26
- package/es/catalog/molding/molding-lrm/texture.png +0 -0
- package/es/catalog/properties/export.js +0 -21
- package/es/catalog/properties/property-checkbox.js +0 -68
- package/es/catalog/properties/property-color.js +0 -39
- package/es/catalog/properties/property-enum.js +0 -50
- package/es/catalog/properties/property-hidden.js +0 -19
- package/es/catalog/properties/property-lenght-measure.js +0 -96
- package/es/catalog/properties/property-length-measure.js +0 -80
- package/es/catalog/properties/property-length-measure_hole.js +0 -96
- package/es/catalog/properties/property-number.js +0 -48
- package/es/catalog/properties/property-read-only.js +0 -26
- package/es/catalog/properties/property-string.js +0 -48
- package/es/catalog/properties/property-toggle.js +0 -39
- package/es/catalog/properties/shared-property-style.js +0 -14
- package/es/catalog/utils/FuseUtils.js +0 -79
- package/es/catalog/utils/exporter.js +0 -161
- package/es/catalog/utils/geom-utils.js +0 -189
- package/es/catalog/utils/item-loader.js +0 -1602
- package/es/catalog/utils/load-obj.js +0 -91
- package/es/catalog/utils/mtl-loader.js +0 -357
- package/es/catalog/utils/obj-loader.js +0 -476
- package/es/catalog/windows.png +0 -0
- package/es/class/FuseUtils.js +0 -79
- package/es/class/area.js +0 -141
- package/es/class/export.js +0 -24
- package/es/class/group.js +0 -431
- package/es/class/guide.js +0 -58
- package/es/class/hole.js +0 -924
- package/es/class/item.js +0 -1884
- package/es/class/layer.js +0 -663
- package/es/class/line.js +0 -1229
- package/es/class/project.js +0 -937
- package/es/class/vertex.js +0 -198
- package/es/components/content.js +0 -135
- package/es/components/export.js +0 -9
- package/es/components/style/button.js +0 -106
- package/es/components/style/cancel-button.js +0 -21
- package/es/components/style/content-container.js +0 -30
- package/es/components/style/content-title.js +0 -25
- package/es/components/style/delete-button.js +0 -24
- package/es/components/style/export.js +0 -31
- package/es/components/style/form-block.js +0 -20
- package/es/components/style/form-color-input.js +0 -26
- package/es/components/style/form-label.js +0 -22
- package/es/components/style/form-number-input.js +0 -192
- package/es/components/style/form-number-input_2.js +0 -238
- package/es/components/style/form-select.js +0 -19
- package/es/components/style/form-slider.js +0 -60
- package/es/components/style/form-submit-button.js +0 -25
- package/es/components/style/form-text-input.js +0 -69
- package/es/components/viewer2d/area.js +0 -81
- package/es/components/viewer2d/export.js +0 -31
- package/es/components/viewer2d/grids/grid-horizontal-streak.js +0 -36
- package/es/components/viewer2d/grids/grid-streak.js +0 -36
- package/es/components/viewer2d/grids/grid-vertical-streak.js +0 -36
- package/es/components/viewer2d/grids/grids.js +0 -30
- package/es/components/viewer2d/group.js +0 -48
- package/es/components/viewer2d/item.js +0 -242
- package/es/components/viewer2d/layer.js +0 -164
- package/es/components/viewer2d/line.js +0 -997
- package/es/components/viewer2d/ruler.js +0 -84
- package/es/components/viewer2d/rulerDist.js +0 -102
- package/es/components/viewer2d/rulerX.js +0 -142
- package/es/components/viewer2d/rulerY.js +0 -144
- package/es/components/viewer2d/scene.js +0 -108
- package/es/components/viewer2d/snap.js +0 -74
- package/es/components/viewer2d/state.js +0 -73
- package/es/components/viewer2d/utils.js +0 -193
- package/es/components/viewer2d/vertex.js +0 -66
- package/es/components/viewer2d/viewer2d.js +0 -1405
- package/es/components/viewer3d/camera-controls-module/camera-controls.module.js +0 -2585
- package/es/components/viewer3d/dcm.js +0 -401
- package/es/components/viewer3d/fbm.js +0 -414
- package/es/components/viewer3d/front3D.js +0 -62
- package/es/components/viewer3d/grid-creator.js +0 -25
- package/es/components/viewer3d/grids/grid-horizontal-streak.js +0 -36
- package/es/components/viewer3d/grids/grid-streak.js +0 -27
- package/es/components/viewer3d/grids/grid-vertical-streak.js +0 -36
- package/es/components/viewer3d/libs/first-person-controls.js +0 -67
- package/es/components/viewer3d/libs/helvetiker_regular.typeface.js +0 -1281
- package/es/components/viewer3d/libs/mtl-loader.js +0 -357
- package/es/components/viewer3d/libs/obj-loader.js +0 -462
- package/es/components/viewer3d/libs/orbit-controls.js +0 -697
- package/es/components/viewer3d/libs/pointer-lock-controls.js +0 -44
- package/es/components/viewer3d/lrm.js +0 -305
- package/es/components/viewer3d/model.js +0 -708
- package/es/components/viewer3d/pointer-lock-navigation.js +0 -115
- package/es/components/viewer3d/ruler-utils/itemRect.js +0 -61
- package/es/components/viewer3d/ruler-utils/layer3D.js +0 -495
- package/es/components/viewer3d/ruler-utils/ruler3D.js +0 -224
- package/es/components/viewer3d/ruler-utils/scene3D.js +0 -59
- package/es/components/viewer3d/ruler-utils/state3D.js +0 -18
- package/es/components/viewer3d/scene-creator.js +0 -3818
- package/es/components/viewer3d/three-memory-cleaner.js +0 -51
- package/es/components/viewer3d/viewer3d-first-person.js +0 -311
- package/es/components/viewer3d/viewer3d.js +0 -2654
- package/es/constants.js +0 -769
- package/es/index.html.ejs +0 -264
- package/es/models.js +0 -512
- package/es/plugins/SVGLoader.js +0 -1414
- package/es/plugins/console-debugger.js +0 -34
- package/es/plugins/export.js +0 -7
- package/es/plugins/keyboard.js +0 -110
- package/es/reducers/areas-reducer.js +0 -12
- package/es/reducers/export.js +0 -25
- package/es/reducers/groups-reducer.js +0 -38
- package/es/reducers/holes-reducer.js +0 -62
- package/es/reducers/items-reducer.js +0 -143
- package/es/reducers/lines-reducer.js +0 -45
- package/es/reducers/project-reducer.js +0 -136
- package/es/reducers/reducer.js +0 -19
- package/es/reducers/scene-reducer.js +0 -28
- package/es/reducers/user-reducer.js +0 -41
- package/es/reducers/vertices-reducer.js +0 -19
- package/es/reducers/viewer2d-reducer.js +0 -77
- package/es/reducers/viewer3d-reducer.js +0 -58
- package/es/shared-style.js +0 -66
- package/es/translator/en.js +0 -104
- package/es/translator/it.js +0 -79
- package/es/translator/ru.js +0 -79
- package/es/translator/translator.js +0 -80
- package/es/utils/browser.js +0 -33
- package/es/utils/convert-units-lite.js +0 -29
- package/es/utils/email-validator.js +0 -4
- package/es/utils/export.js +0 -25
- package/es/utils/geometry.js +0 -2609
- package/es/utils/get-edges-of-subgraphs.js +0 -26
- package/es/utils/graph-cycles.js +0 -238
- package/es/utils/graph-inner-cycles.js +0 -46
- package/es/utils/graph.js +0 -145
- package/es/utils/helper.js +0 -436
- package/es/utils/history.js +0 -29
- package/es/utils/id-broker.js +0 -15
- package/es/utils/isolate-event-handler.js +0 -1622
- package/es/utils/logger.js +0 -8
- package/es/utils/math.js +0 -50
- package/es/utils/molding.js +0 -1347
- package/es/utils/name-generator.js +0 -17
- package/es/utils/objects-utils.js +0 -50
- package/es/utils/phone-validator.js +0 -4
- package/es/utils/process-black-list.js +0 -15
- package/es/utils/react-if.js +0 -18
- package/es/utils/ruler.js +0 -58
- package/es/utils/snap-scene.js +0 -94
- package/es/utils/snap.js +0 -231
- package/es/utils/summarizeCart.js +0 -24
- package/es/utils/threeCSG.es6.js +0 -494
- package/es/version.js +0 -1
- /package/es/{catalog/lines/wall/textures/plaster-normal.jpg → 1fc74a85baa030dbc913.jpg} +0 -0
- /package/es/{catalog/lines/wall/wall.png → 30a49a74d9bd10068b65.png} +0 -0
- /package/es/{catalog/lines/wall/textures/bricks-normal2.jpg → 340a84d3930143a53545.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/morden-normal.jpg → 5c8d36b3e7223934f447.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/bricks-normal.jpg → 81e7a7e6edf162e88b44.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/morden.jpg → 8fe0f1210d8ba435a790.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/bricks.jpg → a07d30a04bda8ee03491.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/painted.jpg → bee3f62687a97bcc3d9f.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/strand-porcelain.jpg → c232d250fd899392b1b7.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/tile1.jpg → c7ae6f4de09134ebe588.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/plaster.jpg → dad5ee758630256ee702.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/grass.jpg → e470a2ce76062955fa98.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/parquet.jpg → e5ae13166775e7d071e4.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/ceramic-tile.jpg → e8e5de0892f5375460bd.jpg} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1,2]}],"nodes":[{"mesh":0,"translation":[-0.0004760742,-0.0493978672,0.0225431826],"rotation":[0.0,0.0,-5.82735134E-18,1.0],"name":"door_exterior_glass"},{"mesh":1,"translation":[0.30718872,-0.0493980572,-0.03134384],"rotation":[0.0,0.0,-5.82735134E-18,1.0],"name":"door_exterior_steel"},{"mesh":2,"translation":[1.40380853E-05,3.528595E-07,6.866455E-06],"rotation":[0.0,0.0,-5.285472E-19,1.0],"scale":[1.0,1.0,1.42485392],"name":"door_exterior_wood"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3},"indices":0}],"name":"door_exterior_glass"},{"primitives":[{"attributes":{"POSITION":5,"NORMAL":6,"TEXCOORD_0":7},"indices":4}],"name":"door_exterior_steel"},{"primitives":[{"attributes":{"POSITION":9,"NORMAL":10,"TEXCOORD_0":11},"indices":8}],"name":"door_exterior_wood"}],"accessors":[{"bufferView":0,"componentType":5123,"count":36,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":28,"max":[0.275,0.92559737,0.004001858],"min":[-0.275,-0.92559737,-0.004002332],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":336,"componentType":5126,"count":28,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":28,"type":"VEC2","name":"accessorUVs"},{"bufferView":0,"byteOffset":72,"componentType":5123,"count":1965,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":672,"componentType":5126,"count":1448,"max":[0.06736325,0.025000073,0.0303721186],"min":[-0.06736331,-0.02499996,-0.0303720441],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":18048,"componentType":5126,"count":1448,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":224,"componentType":5126,"count":1448,"type":"VEC2","name":"accessorUVs"},{"bufferView":0,"byteOffset":4004,"componentType":5123,"count":2745,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":35424,"componentType":5126,"count":1940,"max":[0.516620755,1.10000038,0.0508051254],"min":[-0.516620755,-1.10000038,-0.050805144],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":58704,"componentType":5126,"count":1940,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":11808,"componentType":5126,"count":1940,"type":"VEC2","name":"accessorUVs"}],"bufferViews":[{"buffer":0,"byteLength":9496,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":9496,"byteLength":81984,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":91480,"byteLength":27328,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"door_exterior.bin","byteLength":118808}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1]}],"nodes":[{"mesh":0,"translation":[0.305202633,-0.09847675,-0.0318757631],"rotation":[0.0,0.0,-5.82735134E-18,1.0],"name":"door_interior_steel"},{"mesh":1,"translation":[1.52587891E-05,6.055832E-07,3.81469727E-06],"rotation":[0.0,0.0,-5.285472E-19,1.0],"name":"door_interior_wood"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3},"indices":0}],"name":"door_interior_steel"},{"primitives":[{"attributes":{"POSITION":5,"NORMAL":6,"TEXCOORD_0":7},"indices":4}],"name":"door_interior_wood"}],"accessors":[{"bufferView":0,"componentType":5123,"count":1965,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":1447,"max":[0.06736328,0.0250000749,0.0303720422],"min":[-0.06736328,-0.0249999557,-0.03037212],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":17364,"componentType":5126,"count":1447,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":1447,"type":"VEC2","name":"accessorUVs"},{"bufferView":0,"byteOffset":3932,"componentType":5123,"count":2595,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":34728,"componentType":5126,"count":1969,"max":[0.5166206,1.10000038,0.07238807],"min":[-0.5166213,-1.10000038,-0.07238837],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":58356,"componentType":5126,"count":1969,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":11576,"componentType":5126,"count":1969,"type":"VEC2","name":"accessorUVs"}],"bufferViews":[{"buffer":0,"byteLength":9124,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":9124,"byteLength":81984,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":91108,"byteLength":27328,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"door_interior.bin","byteLength":118436}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1,2]}],"nodes":[{"mesh":0,"translation":[-3.05175774E-07,0.01646928,-0.0173966978],"rotation":[0.0,0.0,-6.77624755E-19,1.0],"name":"door_sliding_glass"},{"mesh":1,"translation":[9.155273E-07,-0.193720266,-0.03926315],"rotation":[0.0,0.0,-6.77624755E-19,1.0],"name":"door_sliding_steel"},{"mesh":2,"translation":[6.10351549E-07,6.198883E-08,-0.02590225],"rotation":[0.0,4.81747975E-12,0.0,1.0],"name":"door_sliding_wood"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3},"indices":0}],"name":"door_sliding_glass"},{"primitives":[{"attributes":{"POSITION":5,"NORMAL":6,"TEXCOORD_0":7},"indices":4}],"name":"door_sliding_steel"},{"primitives":[{"attributes":{"POSITION":9,"NORMAL":10,"TEXCOORD_0":11,"TEXCOORD_1":12},"indices":8}],"name":"door_sliding_wood"}],"accessors":[{"bufferView":0,"componentType":5123,"count":72,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":48,"max":[0.689173,0.8230306,0.0045029493],"min":[-0.689173,-0.823030531,-0.004503084],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":576,"componentType":5126,"count":48,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":48,"type":"VEC2","name":"accessorUVs"},{"bufferView":0,"byteOffset":144,"componentType":5123,"count":936,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":1152,"componentType":5126,"count":447,"max":[0.08888214,0.09915788,0.007081332],"min":[-0.08888215,-0.09915788,-0.007081582],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":6516,"componentType":5126,"count":447,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":384,"componentType":5126,"count":447,"type":"VEC2","name":"accessorUVs"},{"bufferView":0,"byteOffset":2016,"componentType":5123,"count":15609,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":11880,"componentType":5126,"count":13668,"max":[0.9497215,1.1,0.07238926],"min":[-0.9497212,-1.10000026,-0.07238885],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":175896,"componentType":5126,"count":13668,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":3960,"componentType":5126,"count":13668,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":113304,"componentType":5126,"count":13668,"type":"VEC2","name":"accessorUV2s"}],"bufferViews":[{"buffer":0,"byteLength":33236,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":33236,"byteLength":339912,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":373148,"byteLength":222648,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"door_sliding.bin","byteLength":595796}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0]}],"nodes":[{"mesh":0,"translation":[0.0,-3.81469718E-08,3.81469718E-08],"rotation":[-2.877967E-07,1.1920929E-07,3.430804E-14,1.0],"name":"door_closet_frame"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3,"TEXCOORD_1":4},"indices":0}],"name":"door_closet_frame"}],"accessors":[{"bufferView":0,"componentType":5123,"count":2229,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":1759,"max":[0.7079156,1.1,0.145999417],"min":[-0.7079157,-1.10000014,-0.0159996562],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":21108,"componentType":5126,"count":1759,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":1759,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":14072,"componentType":5126,"count":1759,"type":"VEC2","name":"accessorUV2s"}],"bufferViews":[{"buffer":0,"byteLength":4460,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":4460,"byteLength":42216,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":46676,"byteLength":28144,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"doorway_framed.bin","byteLength":74820}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1]}],"nodes":[{"mesh":0,"translation":[-1.52587882E-06,-1.14218039E-06,0.00305999746],"rotation":[0.0,0.0,-3.52371124E-18,1.0],"name":"window_clear_glass"},{"mesh":1,"translation":[0.0,-1.18255616E-06,5.18798834E-06],"rotation":[-4.21468478E-08,4.371139E-08,1.8422973E-15,1.0],"name":"window_clear_wood"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3,"TEXCOORD_1":4},"indices":0}],"name":"window_clear_glass"},{"primitives":[{"attributes":{"POSITION":6,"NORMAL":7,"TEXCOORD_0":8,"TEXCOORD_1":9},"indices":5}],"name":"window_clear_wood"}],"accessors":[{"bufferView":0,"componentType":5123,"count":6,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":4,"max":[0.235517845,0.5355177,1.18628145E-06],"min":[-0.2355178,-0.5355177,-2.1494925E-06],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":48,"componentType":5126,"count":4,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":4,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":32,"componentType":5126,"count":4,"type":"VEC2","name":"accessorUV2s"},{"bufferView":0,"byteOffset":12,"componentType":5123,"count":744,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":96,"componentType":5126,"count":529,"max":[0.417000115,0.7170001,0.07250386],"min":[-0.417000264,-0.717,-0.072504364],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":6444,"componentType":5126,"count":529,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":64,"componentType":5126,"count":529,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":4296,"componentType":5126,"count":529,"type":"VEC2","name":"accessorUV2s"}],"bufferViews":[{"buffer":0,"byteLength":1500,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":1500,"byteLength":12792,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":14292,"byteLength":8528,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"window_clear.bin","byteLength":22820}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1,2]}],"nodes":[{"mesh":0,"translation":[-5.531311E-07,-1.08718871E-06,-0.00149688718],"rotation":[0.0,0.0,-3.52371124E-18,1.0],"name":"window_cross_wood"},{"mesh":1,"translation":[-2.38418579E-06,-1.14217755E-06,-0.00140380859],"rotation":[0.0,0.0,-3.52371124E-18,1.0],"name":"window_cross_glass"},{"mesh":2,"translation":[5.72204577E-08,-9.536743E-07,3.35693358E-06],"rotation":[-8.688795E-08,-8.742278E-08,-7.595986E-15,1.0],"name":"window_cross_wood_frame"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3,"TEXCOORD_1":4},"indices":0}],"name":"window_cross_wood"},{"primitives":[{"attributes":{"POSITION":6,"NORMAL":7,"TEXCOORD_0":8,"TEXCOORD_1":9},"indices":5}],"name":"window_cross_glass"},{"primitives":[{"attributes":{"POSITION":11,"NORMAL":12,"TEXCOORD_0":13,"TEXCOORD_1":14},"indices":10}],"name":"window_cross_wood_frame"}],"accessors":[{"bufferView":0,"componentType":5123,"count":798,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":689,"max":[0.279999942,0.580000162,0.0500024781],"min":[-0.280000269,-0.580000162,-0.0500024743],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":8268,"componentType":5126,"count":689,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":689,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":5512,"componentType":5126,"count":689,"type":"VEC2","name":"accessorUV2s"},{"bufferView":0,"byteOffset":1596,"componentType":5123,"count":6,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":16536,"componentType":5126,"count":4,"max":[0.235517845,0.5355177,1.18628145E-06],"min":[-0.2355178,-0.5355177,-2.1494925E-06],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":16584,"componentType":5126,"count":4,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":11024,"componentType":5126,"count":4,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":11056,"componentType":5126,"count":4,"type":"VEC2","name":"accessorUV2s"},{"bufferView":0,"byteOffset":1608,"componentType":5123,"count":504,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":16632,"componentType":5126,"count":403,"max":[0.356199473,0.656199932,0.07250252],"min":[-0.356199652,-0.6562002,-0.0725023746],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":21468,"componentType":5126,"count":403,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":11088,"componentType":5126,"count":403,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":14312,"componentType":5126,"count":403,"type":"VEC2","name":"accessorUV2s"}],"bufferViews":[{"buffer":0,"byteLength":2616,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":2616,"byteLength":26304,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":28920,"byteLength":17536,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"window_cross.bin","byteLength":46456}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1]}],"nodes":[{"mesh":0,"translation":[-6.10351549E-07,-1.19686126E-06,-0.00678436272],"rotation":[0.0,0.0,-3.52371124E-18,1.0],"scale":[0.8481802,0.8481802,1.0],"name":"window_double_hung_glass"},{"mesh":1,"translation":[-6.10351549E-07,-1.03235243E-06,3.35693358E-06],"rotation":[0.0,5.35749223E-12,0.0,1.0],"scale":[0.8481802,0.8481802,1.0],"name":"window_double_hung_wood"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3,"TEXCOORD_1":4},"indices":0}],"name":"window_double_hung_glass"},{"primitives":[{"attributes":{"POSITION":6,"NORMAL":7,"TEXCOORD_0":8,"TEXCOORD_1":9},"indices":5}],"name":"window_double_hung_wood"}],"accessors":[{"bufferView":0,"componentType":5123,"count":12,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":8,"max":[0.389129549,0.6367177,0.013908226],"min":[-0.389128476,-0.6367177,-0.0139062535],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":96,"componentType":5126,"count":8,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":8,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":64,"componentType":5126,"count":8,"type":"VEC2","name":"accessorUV2s"},{"bufferView":0,"byteOffset":24,"componentType":5123,"count":912,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":192,"componentType":5126,"count":650,"max":[0.5977497,0.845339656,0.07250068],"min":[-0.5977503,-0.8453395,-0.072503686],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":7992,"componentType":5126,"count":650,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":128,"componentType":5126,"count":650,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":5328,"componentType":5126,"count":650,"type":"VEC2","name":"accessorUV2s"}],"bufferViews":[{"buffer":0,"byteLength":1848,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":1848,"byteLength":15792,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":17640,"byteLength":10528,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"window_double_hung.bin","byteLength":28168}]}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"asset":{"version":"2.0","generator":"babylon.js glTF exporter for 3dsmax 2020 v20211112.3"},"scene":0,"scenes":[{"nodes":[0,1]}],"nodes":[{"mesh":0,"translation":[6.10351549E-07,1.58970792E-07,0.0376004],"rotation":[0.0,0.0,-3.52371124E-18,1.0],"name":"window_vertical_glass"},{"mesh":1,"translation":[9.727478E-07,-1.02996819E-06,3.35693358E-06],"rotation":[0.0,0.0,-3.52371124E-18,1.0],"name":"window_vertical_wood"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3,"TEXCOORD_1":4},"indices":0}],"name":"window_vertical_glass"},{"primitives":[{"attributes":{"POSITION":6,"NORMAL":7,"TEXCOORD_0":8,"TEXCOORD_1":9},"indices":5}],"name":"window_vertical_wood"}],"accessors":[{"bufferView":0,"componentType":5123,"count":12,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":8,"max":[0.5105189,0.535517931,1.24961514E-06],"min":[-0.5105189,-0.535517931,-2.08966321E-06],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":96,"componentType":5126,"count":8,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":8,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":64,"componentType":5126,"count":8,"type":"VEC2","name":"accessorUV2s"},{"bufferView":0,"byteOffset":24,"componentType":5123,"count":1068,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":192,"componentType":5126,"count":704,"max":[0.6920001,0.7170002,0.07250279],"min":[-0.6920001,-0.7170001,-0.07250254],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":8640,"componentType":5126,"count":704,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":128,"componentType":5126,"count":704,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":5760,"componentType":5126,"count":704,"type":"VEC2","name":"accessorUV2s"}],"bufferViews":[{"buffer":0,"byteLength":2160,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":2160,"byteLength":17088,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":19248,"byteLength":11392,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"window_vertical.bin","byteLength":30640}]}
|
|
Binary file
|
package/es/assets/img/Toggle.png
DELETED
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="38" height="39" viewBox="0 0 38 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="4" cy="4.5" r="4" fill="#4DCBCB"/>
|
|
3
|
-
<circle cx="19" cy="4.5" r="4" fill="#154AC5"/>
|
|
4
|
-
<circle cx="34" cy="4.5" r="4" fill="#008D8D"/>
|
|
5
|
-
<circle cx="4" cy="19.5" r="4" fill="#6332AC"/>
|
|
6
|
-
<circle cx="19" cy="19.5" r="4" fill="#4C12A1"/>
|
|
7
|
-
<circle cx="34" cy="19.5" r="4" fill="#3A0B80"/>
|
|
8
|
-
<circle cx="4" cy="34.5" r="4" fill="#0C389D"/>
|
|
9
|
-
<circle cx="19" cy="34.5" r="4" fill="#00B9B9"/>
|
|
10
|
-
<circle cx="34" cy="34.5" r="4" fill="#3A66CA"/>
|
|
11
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 103 98.4">
|
|
3
|
-
<defs>
|
|
4
|
-
<style>
|
|
5
|
-
.cls-1 {
|
|
6
|
-
fill: #4dcbcb;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
|
|
10
|
-
stroke-width: 0px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.cls-2 {
|
|
14
|
-
fill: #00b9b9;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.cls-3 {
|
|
18
|
-
fill: #3a0b80;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.cls-4 {
|
|
22
|
-
fill: #154ac5;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.cls-5 {
|
|
26
|
-
fill: #4c12a1;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.cls-6 {
|
|
30
|
-
fill: #008d8d;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.cls-7 {
|
|
34
|
-
fill: #0c389d;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.cls-8 {
|
|
38
|
-
fill: #6332ac;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.cls-9 {
|
|
42
|
-
fill: #3a66ca;
|
|
43
|
-
}
|
|
44
|
-
</style>
|
|
45
|
-
</defs>
|
|
46
|
-
<circle class="cls-8" cx="31" cy="28.7" r="5.5"/>
|
|
47
|
-
<circle class="cls-1" cx="51.5" cy="28.7" r="5.5"/>
|
|
48
|
-
<circle class="cls-4" cx="72" cy="28.7" r="5.5"/>
|
|
49
|
-
<circle class="cls-7" cx="31" cy="49.2" r="5.5"/>
|
|
50
|
-
<circle class="cls-5" cx="51.5" cy="49.2" r="5.5"/>
|
|
51
|
-
<circle class="cls-6" cx="72" cy="49.2" r="5.5"/>
|
|
52
|
-
<circle class="cls-2" cx="31" cy="69.7" r="5.5"/>
|
|
53
|
-
<circle class="cls-9" cx="51.5" cy="69.7" r="5.5"/>
|
|
54
|
-
<circle class="cls-3" cx="72" cy="69.7" r="5.5"/>
|
|
55
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/assets/img/step2.jpg
DELETED
|
Binary file
|
package/es/assets/img/step3.jpg
DELETED
|
Binary file
|
package/es/assets/img/step4.jpg
DELETED
|
Binary file
|
package/es/assets/img/step5.jpg
DELETED
|
Binary file
|
package/es/assets/img/step6.jpg
DELETED
|
Binary file
|
package/es/assets/img/step7.jpg
DELETED
|
Binary file
|
package/es/assets/img/step8.jpg
DELETED
|
Binary file
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.0504449in" height="0.0504449in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 7.92 7.92"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str0 {stroke:#494949;stroke-width:0.37;stroke-miterlimit:2.61313}
|
|
12
|
-
.str1 {stroke:#494949;stroke-width:0.37;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_1995222903536">
|
|
21
|
-
<rect class="fil0" x="0" y="-0" width="7.92" height="7.92" rx="0.61" ry="0.61"/>
|
|
22
|
-
<g>
|
|
23
|
-
<path class="fil1 str0" d="M5.54 2.91c0,0.02 0.01,0.04 0,0.07l-0.33 3.03c-0.02,0.15 -0.13,0.28 -0.28,0.28l-0.66 0 -0.61 0 -0.66 0c-0.15,0 -0.27,-0.13 -0.28,-0.28l-0.33 -3.03c-0,-0.02 -0,-0.05 0,-0.07l0.01 0 3.14 0 0.01 0z"/>
|
|
24
|
-
<rect class="fil1 str0" x="2.05" y="2.24" width="3.82" height="0.68" rx="0.41" ry="0.34"/>
|
|
25
|
-
<path class="fil1 str0" d="M3.96 1.63c0.28,0 0.5,0.23 0.5,0.5 0,0.04 -0,0.07 -0.01,0.11l-0.98 0c-0.01,-0.04 -0.01,-0.07 -0.01,-0.11 0,-0.28 0.23,-0.5 0.5,-0.5z"/>
|
|
26
|
-
<g>
|
|
27
|
-
<line class="fil1 str1" x1="3.31" y1="3.4" x2="3.45" y2= "5.68" />
|
|
28
|
-
<line class="fil1 str1" x1="4.61" y1="3.4" x2="4.47" y2= "5.68" />
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</svg>
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.0504449in" height="0.0504449in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 7.92 7.92"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str0 {stroke:white;stroke-width:0.37;stroke-miterlimit:2.61313}
|
|
12
|
-
.str1 {stroke:white;stroke-width:0.37;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:#494949}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_1995222903536">
|
|
21
|
-
<rect class="fil0" x="0" y="-0" width="7.92" height="7.92" rx="0.61" ry="0.61"/>
|
|
22
|
-
<g>
|
|
23
|
-
<path class="fil1 str0" d="M5.54 2.91c0,0.02 0.01,0.04 0,0.07l-0.33 3.03c-0.02,0.15 -0.13,0.28 -0.28,0.28l-0.66 0 -0.61 0 -0.66 0c-0.15,0 -0.27,-0.13 -0.28,-0.28l-0.33 -3.03c-0,-0.02 -0,-0.05 0,-0.07l0.01 0 3.14 0 0.01 0z"/>
|
|
24
|
-
<rect class="fil1 str0" x="2.05" y="2.24" width="3.82" height="0.68" rx="0.41" ry="0.34"/>
|
|
25
|
-
<path class="fil1 str0" d="M3.96 1.63c0.28,0 0.5,0.23 0.5,0.5 0,0.04 -0,0.07 -0.01,0.11l-0.98 0c-0.01,-0.04 -0.01,-0.07 -0.01,-0.11 0,-0.28 0.23,-0.5 0.5,-0.5z"/>
|
|
26
|
-
<g>
|
|
27
|
-
<line class="fil1 str1" x1="3.31" y1="3.4" x2="3.45" y2= "5.68" />
|
|
28
|
-
<line class="fil1 str1" x1="4.61" y1="3.4" x2="4.47" y2= "5.68" />
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</svg>
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.050626in" height="0.050626in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 103.83 103.83"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str0 {stroke:#494949;stroke-width:4.79;stroke-linecap:round;stroke-miterlimit:2.61313}
|
|
12
|
-
.str1 {stroke:#494949;stroke-width:4.79;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil2 {fill:#494949}
|
|
15
|
-
.fil0 {fill:white}
|
|
16
|
-
]]>
|
|
17
|
-
</style>
|
|
18
|
-
</defs>
|
|
19
|
-
<g id="design">
|
|
20
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
21
|
-
<g id="_1995296795344">
|
|
22
|
-
<rect class="fil0" x="-0" y="-0" width="103.83" height="103.83" rx="8" ry="8"/>
|
|
23
|
-
<g>
|
|
24
|
-
<rect class="fil1 str0" x="28.8" y="43.6" width="46.22" height="38.43" rx="5.12" ry="3.83"/>
|
|
25
|
-
<path class="fil1 str1" d="M39.22 37.66c-0.19,-0.91 -0.32,-1.86 -0.32,-2.83 0,-7.19 5.84,-13.02 13.02,-13.02 7.18,0 13.02,5.84 13.02,13.02 0,0.98 -0.13,1.92 -0.32,2.83"/>
|
|
26
|
-
<g>
|
|
27
|
-
<line class="fil1 str0" x1="51.91" y1="62.08" x2="51.91" y2= "71.95" />
|
|
28
|
-
<circle class="fil2" cx="51.91" cy="60.48" r="6.8"/>
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</svg>
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="20"
|
|
13
|
-
height="20"
|
|
14
|
-
id="svg2985"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 2">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs2987" />
|
|
20
|
-
<sodipodi:namedview
|
|
21
|
-
id="base"
|
|
22
|
-
pagecolor="#ffffff"
|
|
23
|
-
bordercolor="#666666"
|
|
24
|
-
borderopacity="1.0"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pageshadow="2"
|
|
27
|
-
inkscape:zoom="11.197802"
|
|
28
|
-
inkscape:cx="16"
|
|
29
|
-
inkscape:cy="16"
|
|
30
|
-
inkscape:current-layer="layer1"
|
|
31
|
-
showgrid="true"
|
|
32
|
-
inkscape:grid-bbox="true"
|
|
33
|
-
inkscape:document-units="px"
|
|
34
|
-
inkscape:window-width="1920"
|
|
35
|
-
inkscape:window-height="1017"
|
|
36
|
-
inkscape:window-x="-8"
|
|
37
|
-
inkscape:window-y="-8"
|
|
38
|
-
inkscape:window-maximized="1" />
|
|
39
|
-
<metadata
|
|
40
|
-
id="metadata2990">
|
|
41
|
-
<rdf:RDF>
|
|
42
|
-
<cc:Work
|
|
43
|
-
rdf:about="">
|
|
44
|
-
<dc:format>image/svg+xml</dc:format>
|
|
45
|
-
<dc:type
|
|
46
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
47
|
-
<dc:title></dc:title>
|
|
48
|
-
</cc:Work>
|
|
49
|
-
</rdf:RDF>
|
|
50
|
-
</metadata>
|
|
51
|
-
<g
|
|
52
|
-
id="layer1"
|
|
53
|
-
inkscape:label="Layer 1"
|
|
54
|
-
inkscape:groupmode="layer"
|
|
55
|
-
transform="translate(0,-12)">
|
|
56
|
-
<g
|
|
57
|
-
style="fill:none"
|
|
58
|
-
id="g3059"
|
|
59
|
-
transform="translate(-645,-367)">
|
|
60
|
-
<g
|
|
61
|
-
id="g3035"
|
|
62
|
-
clip-path="url(#clip29_0_1)">
|
|
63
|
-
<path
|
|
64
|
-
id="path3037"
|
|
65
|
-
d="m 661,386 3,3 -3,3"
|
|
66
|
-
inkscape:connector-curvature="0"
|
|
67
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
68
|
-
<path
|
|
69
|
-
id="path3039"
|
|
70
|
-
d="m 658,389 h 6"
|
|
71
|
-
inkscape:connector-curvature="0"
|
|
72
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
73
|
-
<path
|
|
74
|
-
id="path3041"
|
|
75
|
-
d="m 649,386 -3,3 3,3"
|
|
76
|
-
inkscape:connector-curvature="0"
|
|
77
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
78
|
-
<path
|
|
79
|
-
id="path3043"
|
|
80
|
-
d="m 646,389 h 6"
|
|
81
|
-
inkscape:connector-curvature="0"
|
|
82
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
83
|
-
<path
|
|
84
|
-
id="path3045"
|
|
85
|
-
d="m 652,395 3,3 3,-3"
|
|
86
|
-
inkscape:connector-curvature="0"
|
|
87
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
88
|
-
<path
|
|
89
|
-
id="path3047"
|
|
90
|
-
d="m 655,392 v 6"
|
|
91
|
-
inkscape:connector-curvature="0"
|
|
92
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
93
|
-
<path
|
|
94
|
-
id="path3049"
|
|
95
|
-
d="m 658,383 -3,-3 -3,3"
|
|
96
|
-
inkscape:connector-curvature="0"
|
|
97
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
98
|
-
<path
|
|
99
|
-
id="path3051"
|
|
100
|
-
d="m 655,380 v 6"
|
|
101
|
-
inkscape:connector-curvature="0"
|
|
102
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
103
|
-
</g>
|
|
104
|
-
</g>
|
|
105
|
-
</g>
|
|
106
|
-
</svg>
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="20"
|
|
13
|
-
height="20"
|
|
14
|
-
id="svg2985"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="item_rotation.svg">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs2987" />
|
|
20
|
-
<sodipodi:namedview
|
|
21
|
-
id="base"
|
|
22
|
-
pagecolor="#ffffff"
|
|
23
|
-
bordercolor="#666666"
|
|
24
|
-
borderopacity="1.0"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pageshadow="2"
|
|
27
|
-
inkscape:zoom="7"
|
|
28
|
-
inkscape:cx="24"
|
|
29
|
-
inkscape:cy="24"
|
|
30
|
-
inkscape:current-layer="layer1"
|
|
31
|
-
showgrid="true"
|
|
32
|
-
inkscape:grid-bbox="true"
|
|
33
|
-
inkscape:document-units="px"
|
|
34
|
-
inkscape:window-width="995"
|
|
35
|
-
inkscape:window-height="660"
|
|
36
|
-
inkscape:window-x="368"
|
|
37
|
-
inkscape:window-y="198"
|
|
38
|
-
inkscape:window-maximized="0" />
|
|
39
|
-
<metadata
|
|
40
|
-
id="metadata2990">
|
|
41
|
-
<rdf:RDF>
|
|
42
|
-
<cc:Work
|
|
43
|
-
rdf:about="">
|
|
44
|
-
<dc:format>image/svg+xml</dc:format>
|
|
45
|
-
<dc:type
|
|
46
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
47
|
-
<dc:title />
|
|
48
|
-
</cc:Work>
|
|
49
|
-
</rdf:RDF>
|
|
50
|
-
</metadata>
|
|
51
|
-
<g
|
|
52
|
-
id="layer1"
|
|
53
|
-
inkscape:label="Layer 1"
|
|
54
|
-
inkscape:groupmode="layer"
|
|
55
|
-
transform="translate(0,-28)">
|
|
56
|
-
<g
|
|
57
|
-
style="fill:none"
|
|
58
|
-
id="g3009"
|
|
59
|
-
transform="translate(-645,-307.5)">
|
|
60
|
-
<g
|
|
61
|
-
id="g2995"
|
|
62
|
-
clip-path="url(#clip30_0_1)">
|
|
63
|
-
<path
|
|
64
|
-
id="path2999"
|
|
65
|
-
d="m 660,347.328 c 2.414,-0.718 4,-1.94 4,-3.328 0,-2.21 -4.03,-4 -9,-4 -4.97,0 -9,1.79 -9,4 0,2.21 4.03,4 9,4"
|
|
66
|
-
inkscape:connector-curvature="0"
|
|
67
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
68
|
-
<path
|
|
69
|
-
id="path3001"
|
|
70
|
-
d="m 652,345 3,3 -3,3"
|
|
71
|
-
inkscape:connector-curvature="0"
|
|
72
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
73
|
-
</g>
|
|
74
|
-
</g>
|
|
75
|
-
</g>
|
|
76
|
-
</svg>
|