kitchen-simulator 1.1.1-test.75 → 1.1.1-test.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (876) hide show
  1. package/README.md +24 -1
  2. package/es/CrossSignOn.js +84 -0
  3. package/es/KitchenConfigurator.js +811 -48
  4. package/es/LiteKitchenConfigurator.js +631 -0
  5. package/es/{KitchenConfiguratorApp.js → LiteRenderer.js} +4 -4
  6. package/es/actions/export.js +4 -2
  7. package/es/actions/holes-actions.js +1 -1
  8. package/es/actions/items-actions.js +1 -1
  9. package/es/actions/lines-actions.js +1 -1
  10. package/es/actions/project-actions.js +1 -1
  11. package/es/actions/scene-actions.js +1 -1
  12. package/es/actions/user-actions.js +58 -0
  13. package/es/actions/vertices-actions.js +1 -1
  14. package/es/actions/viewer2d-actions.js +1 -1
  15. package/es/actions/viewer3d-actions.js +1 -1
  16. package/es/analytics/ga4.js +188 -0
  17. package/es/analytics/posthog.js +60 -0
  18. package/es/assets/Window.hdr +2100 -0
  19. package/es/assets/brown_photostudio_02_1k.hdr +0 -0
  20. package/es/assets/fonts/Rene Bieder Milliard Black Italic.woff +0 -0
  21. package/es/assets/fonts/Rene Bieder Milliard Black.woff +0 -0
  22. package/es/assets/fonts/Rene Bieder Milliard Bold Italic.woff +0 -0
  23. package/es/assets/fonts/Rene Bieder Milliard Bold.woff +0 -0
  24. package/es/assets/fonts/Rene Bieder Milliard Book Italic.woff +0 -0
  25. package/es/assets/fonts/Rene Bieder Milliard Book.woff +0 -0
  26. package/es/assets/fonts/Rene Bieder Milliard ExtraBold Italic.woff +0 -0
  27. package/es/assets/fonts/Rene Bieder Milliard ExtraBold.woff +0 -0
  28. package/es/assets/fonts/Rene Bieder Milliard ExtraLight Italic.woff +0 -0
  29. package/es/assets/fonts/Rene Bieder Milliard ExtraLight.woff +0 -0
  30. package/es/assets/fonts/Rene Bieder Milliard Hairline Italic.woff +0 -0
  31. package/es/assets/fonts/Rene Bieder Milliard Hairline.woff +0 -0
  32. package/es/assets/fonts/Rene Bieder Milliard Heavy Italic.woff +0 -0
  33. package/es/assets/fonts/Rene Bieder Milliard Heavy.woff +0 -0
  34. package/es/assets/fonts/Rene Bieder Milliard Light Italic.woff +0 -0
  35. package/es/assets/fonts/Rene Bieder Milliard Light.woff +0 -0
  36. package/es/assets/fonts/Rene Bieder Milliard Medium Italic.woff +0 -0
  37. package/es/assets/fonts/Rene Bieder Milliard Medium.woff +0 -0
  38. package/es/assets/fonts/Rene Bieder Milliard SemiBold Italic.woff +0 -0
  39. package/es/assets/fonts/Rene Bieder Milliard SemiBold.woff +0 -0
  40. package/es/assets/fonts/Rene Bieder Milliard Thin Italic.woff +0 -0
  41. package/es/assets/fonts/Rene Bieder Milliard Thin.woff +0 -0
  42. package/es/assets/fonts/style.css +177 -0
  43. package/es/assets/gltf/door_closet.bin +0 -0
  44. package/es/assets/gltf/door_closet.fbx +0 -0
  45. package/es/assets/gltf/door_closet.gltf +1 -0
  46. package/es/assets/gltf/door_exterior.bin +0 -0
  47. package/es/assets/gltf/door_exterior.fbx +0 -0
  48. package/es/assets/gltf/door_exterior.gltf +1 -0
  49. package/es/assets/gltf/door_interior.bin +0 -0
  50. package/es/assets/gltf/door_interior.fbx +0 -0
  51. package/es/assets/gltf/door_interior.gltf +1 -0
  52. package/es/assets/gltf/door_sliding.bin +0 -0
  53. package/es/assets/gltf/door_sliding.fbx +0 -0
  54. package/es/assets/gltf/door_sliding.gltf +1 -0
  55. package/es/assets/gltf/doorway_framed.bin +0 -0
  56. package/es/assets/gltf/doorway_framed.fbx +0 -0
  57. package/es/assets/gltf/doorway_framed.gltf +1 -0
  58. package/es/assets/gltf/window_clear.bin +0 -0
  59. package/es/assets/gltf/window_clear.fbx +0 -0
  60. package/es/assets/gltf/window_clear.gltf +1 -0
  61. package/es/assets/gltf/window_cross.bin +0 -0
  62. package/es/assets/gltf/window_cross.fbx +0 -0
  63. package/es/assets/gltf/window_cross.gltf +1 -0
  64. package/es/assets/gltf/window_double_hung.bin +0 -0
  65. package/es/assets/gltf/window_double_hung.fbx +0 -0
  66. package/es/assets/gltf/window_double_hung.gltf +1 -0
  67. package/es/assets/gltf/window_vertical.bin +0 -0
  68. package/es/assets/gltf/window_vertical.fbx +0 -0
  69. package/es/assets/gltf/window_vertical.gltf +1 -0
  70. package/es/assets/img/1.jpg +0 -0
  71. package/es/assets/img/TKC_thumbnail.png +0 -0
  72. package/es/assets/img/Toggle.png +0 -0
  73. package/es/assets/img/loading/loading.gif +0 -0
  74. package/es/assets/img/loading/loading_1.svg +11 -0
  75. package/es/assets/img/loading_large.gif +0 -0
  76. package/es/assets/img/png/door/closet.png +0 -0
  77. package/es/assets/img/png/door/doorwaysframed.png +0 -0
  78. package/es/assets/img/png/door/doorwaysframeles.png +0 -0
  79. package/es/assets/img/png/door/doorwaysframeless.png +0 -0
  80. package/es/assets/img/png/door/exterior.png +0 -0
  81. package/es/assets/img/png/door/interior.png +0 -0
  82. package/es/assets/img/png/door/sliding.png +0 -0
  83. package/es/assets/img/png/helper/outcome.png +0 -0
  84. package/es/assets/img/png/helper/video_preview_3d.png +0 -0
  85. package/es/assets/img/png/helper/video_preview_start.png +0 -0
  86. package/es/assets/img/project_img.png +0 -0
  87. package/es/assets/img/rta/rta_logo_box_blue.jpg +0 -0
  88. package/es/assets/img/rta/rta_logo_box_blue_ico.jpg +0 -0
  89. package/es/assets/img/rta/rta_logo_box_blue_ico.svg +55 -0
  90. package/es/assets/img/rta/rta_logo_box_darkGray.jpg +0 -0
  91. package/es/assets/img/rta/rta_logo_box_lightblue.png +0 -0
  92. package/es/assets/img/rta/rta_logo_box_lightmaroon.png +0 -0
  93. package/es/assets/img/rta/rta_logo_box_maroon.png +0 -0
  94. package/es/assets/img/rta/rta_logo_box_white.png +0 -0
  95. package/es/assets/img/rta_menu.png +0 -0
  96. package/es/assets/img/step2.jpg +0 -0
  97. package/es/assets/img/step3.jpg +0 -0
  98. package/es/assets/img/step4.jpg +0 -0
  99. package/es/assets/img/step5.jpg +0 -0
  100. package/es/assets/img/step6.jpg +0 -0
  101. package/es/assets/img/step7.jpg +0 -0
  102. package/es/assets/img/step8.jpg +0 -0
  103. package/es/assets/img/svg/2d_delete_object.svg +33 -0
  104. package/es/assets/img/svg/2d_delete_object1.svg +33 -0
  105. package/es/assets/img/svg/2d_lock_object.svg +33 -0
  106. package/es/assets/img/svg/3d_item_move.svg +106 -0
  107. package/es/assets/img/svg/3d_item_rotation.svg +76 -0
  108. package/es/assets/img/svg/3d_item_warning_edit.svg +77 -0
  109. package/es/assets/img/svg/3d_item_warning_info.svg +81 -0
  110. package/es/assets/img/svg/accessories.svg +4 -0
  111. package/es/assets/img/svg/angle_icon.svg +39 -0
  112. package/es/assets/img/svg/blank_div.svg +14 -0
  113. package/es/assets/img/svg/bottombar/2d3d_button.svg +3 -0
  114. package/es/assets/img/svg/bottombar/2d3d_button_active.svg +3 -0
  115. package/es/assets/img/svg/bottombar/2d3d_toggle.svg +4 -0
  116. package/es/assets/img/svg/bottombar/2d3d_toggle_active.svg +4 -0
  117. package/es/assets/img/svg/bottombar/arrow-down.svg +3 -0
  118. package/es/assets/img/svg/bottombar/arrow-left.svg +3 -0
  119. package/es/assets/img/svg/bottombar/arrow-minus.svg +3 -0
  120. package/es/assets/img/svg/bottombar/arrow-plus.svg +11 -0
  121. package/es/assets/img/svg/bottombar/arrow-right.svg +3 -0
  122. package/es/assets/img/svg/bottombar/arrow-up.svg +3 -0
  123. package/es/assets/img/svg/bottombar/collapse.svg +3 -0
  124. package/es/assets/img/svg/bottombar/elevation-back.svg +6 -0
  125. package/es/assets/img/svg/bottombar/elevation-front.svg +6 -0
  126. package/es/assets/img/svg/bottombar/elevation-left.svg +6 -0
  127. package/es/assets/img/svg/bottombar/elevation-right.svg +7 -0
  128. package/es/assets/img/svg/bottombar/elevation.svg +6 -0
  129. package/es/assets/img/svg/bottombar/expand.svg +3 -0
  130. package/es/assets/img/svg/bottombar/help.svg +72 -0
  131. package/es/assets/img/svg/bottombar/incm_toggle.svg +39 -0
  132. package/es/assets/img/svg/bottombar/pan_1.svg +57 -0
  133. package/es/assets/img/svg/bottombar/pan_2.svg +27 -0
  134. package/es/assets/img/svg/bottombar/pan_3.svg +27 -0
  135. package/es/assets/img/svg/bottombar/pan_4.svg +27 -0
  136. package/es/assets/img/svg/bottombar/pan_5.svg +27 -0
  137. package/es/assets/img/svg/bottombar/settings.svg +23 -0
  138. package/es/assets/img/svg/bottombar/spin-down.svg +76 -0
  139. package/es/assets/img/svg/bottombar/spin-left.svg +75 -0
  140. package/es/assets/img/svg/bottombar/spin-right.svg +75 -0
  141. package/es/assets/img/svg/bottombar/spin-up.svg +76 -0
  142. package/es/assets/img/svg/bottombar/spin_1.svg +48 -0
  143. package/es/assets/img/svg/bottombar/spin_2.svg +31 -0
  144. package/es/assets/img/svg/bottombar/spin_3.svg +31 -0
  145. package/es/assets/img/svg/bottombar/spin_4.svg +31 -0
  146. package/es/assets/img/svg/bottombar/spin_5.svg +31 -0
  147. package/es/assets/img/svg/bottombar/zoomin.svg +29 -0
  148. package/es/assets/img/svg/bottombar/zoomout.svg +26 -0
  149. package/es/assets/img/svg/check.svg +10 -0
  150. package/es/assets/img/svg/close.svg +11 -0
  151. package/es/assets/img/svg/color/Black.svg +3 -0
  152. package/es/assets/img/svg/color/Blue.svg +3 -0
  153. package/es/assets/img/svg/color/Brown.svg +9 -0
  154. package/es/assets/img/svg/color/Cream.svg +3 -0
  155. package/es/assets/img/svg/color/Dark.svg +9 -0
  156. package/es/assets/img/svg/color/Gray.svg +3 -0
  157. package/es/assets/img/svg/color/Green.svg +3 -0
  158. package/es/assets/img/svg/color/Light.svg +9 -0
  159. package/es/assets/img/svg/color/Medium.svg +9 -0
  160. package/es/assets/img/svg/color/Unfinished.svg +9 -0
  161. package/es/assets/img/svg/color/White.svg +3 -0
  162. package/es/assets/img/svg/color/White.svg.bak +3 -0
  163. package/es/assets/img/svg/color/stone2.jpg +0 -0
  164. package/es/assets/img/svg/color/wood2.jpg +0 -0
  165. package/es/assets/img/svg/copy.svg +11 -0
  166. package/es/assets/img/svg/delete.svg +3 -0
  167. package/es/assets/img/svg/detail.svg +77 -0
  168. package/es/assets/img/svg/disclaimer/background.svg +758 -0
  169. package/es/assets/img/svg/disclaimer/logo-dots.svg +11 -0
  170. package/es/assets/img/svg/door/Closet.svg +11 -0
  171. package/es/assets/img/svg/door/Exterior.svg +5 -0
  172. package/es/assets/img/svg/door/Framed_dorway.svg +5 -0
  173. package/es/assets/img/svg/door/Frameless_dorway.svg +5 -0
  174. package/es/assets/img/svg/door/Interior.svg +7 -0
  175. package/es/assets/img/svg/door/Sliding.svg +5 -0
  176. package/es/assets/img/svg/doors_closet.svg +47 -0
  177. package/es/assets/img/svg/doors_exterior.svg +25 -0
  178. package/es/assets/img/svg/doors_interior.svg +29 -0
  179. package/es/assets/img/svg/doors_patio.svg +26 -0
  180. package/es/assets/img/svg/duplicate.svg +11 -0
  181. package/es/assets/img/svg/duplicate_object_left.svg +32 -0
  182. package/es/assets/img/svg/duplicate_object_right.svg +32 -0
  183. package/es/assets/img/svg/filtersActive.svg +19 -0
  184. package/es/assets/img/svg/firstsetting/L.svg +3 -0
  185. package/es/assets/img/svg/firstsetting/L2.svg +3 -0
  186. package/es/assets/img/svg/firstsetting/Open.svg +3 -0
  187. package/es/assets/img/svg/firstsetting/Square.svg +3 -0
  188. package/es/assets/img/svg/firstsetting/bar-active.svg +9 -0
  189. package/es/assets/img/svg/firstsetting/bar-normal.svg +3 -0
  190. package/es/assets/img/svg/firstsetting/bullet-current.svg +3 -0
  191. package/es/assets/img/svg/firstsetting/bullet-done.svg +3 -0
  192. package/es/assets/img/svg/firstsetting/bullet-not-done.svg +3 -0
  193. package/es/assets/img/svg/firstsetting/check-active.svg +3 -0
  194. package/es/assets/img/svg/firstsetting/check-normal.svg +3 -0
  195. package/es/assets/img/svg/firstsetting/pencil.svg +11 -0
  196. package/es/assets/img/svg/green_checkmark.svg +27 -0
  197. package/es/assets/img/svg/headerbar/assist.svg +3 -0
  198. package/es/assets/img/svg/headerbar/cart.svg +3 -0
  199. package/es/assets/img/svg/headerbar/check.svg +10 -0
  200. package/es/assets/img/svg/headerbar/consult_designer.svg +45 -0
  201. package/es/assets/img/svg/headerbar/edit_name.svg +26 -0
  202. package/es/assets/img/svg/headerbar/file-dollar.svg +13 -0
  203. package/es/assets/img/svg/headerbar/hamburger_menu.svg +32 -0
  204. package/es/assets/img/svg/headerbar/plus.svg +11 -0
  205. package/es/assets/img/svg/headerbar/review_quote.svg +44 -0
  206. package/es/assets/img/svg/headerbar/ruler-measure.svg +11 -0
  207. package/es/assets/img/svg/headerbar/save.svg +3 -0
  208. package/es/assets/img/svg/headerbar/setting.svg +75 -0
  209. package/es/assets/img/svg/help/check.svg +10 -0
  210. package/es/assets/img/svg/help/search.svg +76 -0
  211. package/es/assets/img/svg/intro/1-start-with-floorplan-whole.svg +27 -0
  212. package/es/assets/img/svg/intro/1-start-with-floorplan.svg +26 -0
  213. package/es/assets/img/svg/intro/2-start-from-scratch-whole.svg +28 -0
  214. package/es/assets/img/svg/intro/2-start-from-scratch.svg +27 -0
  215. package/es/assets/img/svg/intro/3-retrieve-project-whole.svg +19 -0
  216. package/es/assets/img/svg/intro/3-retrieve-project.svg +18 -0
  217. package/es/assets/img/svg/invert.svg +127 -0
  218. package/es/assets/img/svg/lefttoolbar/appliance-active.svg +13 -0
  219. package/es/assets/img/svg/lefttoolbar/appliance.svg +13 -0
  220. package/es/assets/img/svg/lefttoolbar/cabinet-active.svg +10 -0
  221. package/es/assets/img/svg/lefttoolbar/cabinet-category.svg +3 -0
  222. package/es/assets/img/svg/lefttoolbar/cabinet-one.svg +3 -0
  223. package/es/assets/img/svg/lefttoolbar/cabinet.svg +10 -0
  224. package/es/assets/img/svg/lefttoolbar/disigner_assistance.svg +89 -0
  225. package/es/assets/img/svg/lefttoolbar/door-style-active.svg +20 -0
  226. package/es/assets/img/svg/lefttoolbar/door-style.svg +20 -0
  227. package/es/assets/img/svg/lefttoolbar/door.svg +12 -0
  228. package/es/assets/img/svg/lefttoolbar/error_icon.svg +81 -0
  229. package/es/assets/img/svg/lefttoolbar/finishing-active.svg +13 -0
  230. package/es/assets/img/svg/lefttoolbar/finishing.svg +13 -0
  231. package/es/assets/img/svg/lefttoolbar/reviewforquote-active.svg +86 -0
  232. package/es/assets/img/svg/lefttoolbar/reviewforquote.svg +12 -0
  233. package/es/assets/img/svg/lefttoolbar/room-shape-L.svg +3 -0
  234. package/es/assets/img/svg/lefttoolbar/room-shape-active.svg +18 -0
  235. package/es/assets/img/svg/lefttoolbar/room-shape-custom.svg +12 -0
  236. package/es/assets/img/svg/lefttoolbar/room-shape-irregular.svg +3 -0
  237. package/es/assets/img/svg/lefttoolbar/room-shape-open.svg +3 -0
  238. package/es/assets/img/svg/lefttoolbar/room-shape-square.svg +3 -0
  239. package/es/assets/img/svg/lefttoolbar/room-shape.svg +18 -0
  240. package/es/assets/img/svg/lefttoolbar/search.svg +76 -0
  241. package/es/assets/img/svg/lefttoolbar/view_more.svg +86 -0
  242. package/es/assets/img/svg/lefttoolbar/warning_icon.svg +81 -0
  243. package/es/assets/img/svg/lefttoolbar/window.svg +12 -0
  244. package/es/assets/img/svg/menubar/login.svg +84 -0
  245. package/es/assets/img/svg/menubar/my_projects.svg +85 -0
  246. package/es/assets/img/svg/menubar/new_project.svg +110 -0
  247. package/es/assets/img/svg/menubar/save_project.svg +84 -0
  248. package/es/assets/img/svg/options.svg +3 -0
  249. package/es/assets/img/svg/positioning.svg +3 -0
  250. package/es/assets/img/svg/rotate.png +0 -0
  251. package/es/assets/img/svg/rotate.svg +17 -0
  252. package/es/assets/img/svg/rotate_object_clockwise.svg +26 -0
  253. package/es/assets/img/svg/rotate_object_counterclockwise.svg +26 -0
  254. package/es/assets/img/svg/toggleFilters.svg +19 -0
  255. package/es/assets/img/svg/toolbar/add_appliances_active.svg +64 -0
  256. package/es/assets/img/svg/toolbar/add_appliances_inactive.svg +52 -0
  257. package/es/assets/img/svg/toolbar/add_button.svg +36 -0
  258. package/es/assets/img/svg/toolbar/add_cabinets_active.svg +59 -0
  259. package/es/assets/img/svg/toolbar/add_cabinets_inactive.svg +49 -0
  260. package/es/assets/img/svg/toolbar/add_items_doors.svg +25 -0
  261. package/es/assets/img/svg/toolbar/add_items_doorways.svg +24 -0
  262. package/es/assets/img/svg/toolbar/add_items_refrigerator.svg +32 -0
  263. package/es/assets/img/svg/toolbar/add_items_windows.svg +28 -0
  264. package/es/assets/img/svg/toolbar/apply_button.svg +38 -0
  265. package/es/assets/img/svg/toolbar/arrow-plus.svg +11 -0
  266. package/es/assets/img/svg/toolbar/backsplash.svg +8 -0
  267. package/es/assets/img/svg/toolbar/cancel_button.svg +37 -0
  268. package/es/assets/img/svg/toolbar/consult_a_designer_button.svg +47 -0
  269. package/es/assets/img/svg/toolbar/countertop.svg +7 -0
  270. package/es/assets/img/svg/toolbar/dcm.png +0 -0
  271. package/es/assets/img/svg/toolbar/dcm_off.svg +12 -0
  272. package/es/assets/img/svg/toolbar/dcm_on.svg +474 -0
  273. package/es/assets/img/svg/toolbar/delete_button.svg +37 -0
  274. package/es/assets/img/svg/toolbar/download.svg +77 -0
  275. package/es/assets/img/svg/toolbar/draw_custom_floor.svg +31 -0
  276. package/es/assets/img/svg/toolbar/edit_button.svg +75 -0
  277. package/es/assets/img/svg/toolbar/email_quote_button.svg +44 -0
  278. package/es/assets/img/svg/toolbar/fbm.png +0 -0
  279. package/es/assets/img/svg/toolbar/finishing_touches_active.svg +54 -0
  280. package/es/assets/img/svg/toolbar/finishing_touches_inactive.svg +42 -0
  281. package/es/assets/img/svg/toolbar/floorstyle.svg +9 -0
  282. package/es/assets/img/svg/toolbar/fmb.png +0 -0
  283. package/es/assets/img/svg/toolbar/fmb_off.svg +12 -0
  284. package/es/assets/img/svg/toolbar/fmb_on.svg +489 -0
  285. package/es/assets/img/svg/toolbar/furnishings_icon.svg +6 -0
  286. package/es/assets/img/svg/toolbar/get_started_button.svg +41 -0
  287. package/es/assets/img/svg/toolbar/handles.svg +5 -0
  288. package/es/assets/img/svg/toolbar/lighting.svg +7 -0
  289. package/es/assets/img/svg/toolbar/lrm.png +0 -0
  290. package/es/assets/img/svg/toolbar/lrm_off.svg +12 -0
  291. package/es/assets/img/svg/toolbar/lrm_on.svg +470 -0
  292. package/es/assets/img/svg/toolbar/make_floorplan_active.svg +66 -0
  293. package/es/assets/img/svg/toolbar/make_floorplan_inactive.svg +52 -0
  294. package/es/assets/img/svg/toolbar/predefined_room_l_shaped.svg +20 -0
  295. package/es/assets/img/svg/toolbar/predefined_room_layout.svg +20 -0
  296. package/es/assets/img/svg/toolbar/predefined_room_long_narrow.svg +20 -0
  297. package/es/assets/img/svg/toolbar/predefined_room_open_l_shape.svg +20 -0
  298. package/es/assets/img/svg/toolbar/predefined_room_open_pentagon.svg +20 -0
  299. package/es/assets/img/svg/toolbar/predefined_room_open_rectangle.svg +20 -0
  300. package/es/assets/img/svg/toolbar/predefined_room_open_rectangle_2.svg +20 -0
  301. package/es/assets/img/svg/toolbar/predefined_room_pentagon.svg +20 -0
  302. package/es/assets/img/svg/toolbar/predefined_room_rectangle.svg +20 -0
  303. package/es/assets/img/svg/toolbar/predefined_room_rectangle_with_alcove.svg +20 -0
  304. package/es/assets/img/svg/toolbar/redo_button.svg +75 -0
  305. package/es/assets/img/svg/toolbar/redo_button1.svg +75 -0
  306. package/es/assets/img/svg/toolbar/review_quote_active.svg +14 -0
  307. package/es/assets/img/svg/toolbar/review_quote_inactive.svg +44 -0
  308. package/es/assets/img/svg/toolbar/save_project_button.svg +44 -0
  309. package/es/assets/img/svg/toolbar/select_doorstyle_active.svg +67 -0
  310. package/es/assets/img/svg/toolbar/select_doorstyle_inactive.svg +57 -0
  311. package/es/assets/img/svg/toolbar/shopping-cart.svg +13 -0
  312. package/es/assets/img/svg/toolbar/style_change_button.svg +47 -0
  313. package/es/assets/img/svg/toolbar/take_picture.svg +75 -0
  314. package/es/assets/img/svg/toolbar/undo_button.svg +76 -0
  315. package/es/assets/img/svg/toolbar/undo_button1.svg +76 -0
  316. package/es/assets/img/svg/toolbar/use_button.svg +37 -0
  317. package/es/assets/img/svg/toolbar/wall_color_icon.svg +6 -0
  318. package/es/assets/img/svg/topbar/edit_active.svg +10 -0
  319. package/es/assets/img/svg/topbar/edit_inactive.svg +10 -0
  320. package/es/assets/img/svg/topbar/redo_active.svg +42 -0
  321. package/es/assets/img/svg/topbar/redo_inactive.svg +23 -0
  322. package/es/assets/img/svg/topbar/select_all_active.svg +50 -0
  323. package/es/assets/img/svg/topbar/select_all_inactive.svg +32 -0
  324. package/es/assets/img/svg/topbar/take_picture_active.svg +51 -0
  325. package/es/assets/img/svg/topbar/take_picture_inactive.svg +26 -0
  326. package/es/assets/img/svg/topbar/undo_active.svg +42 -0
  327. package/es/assets/img/svg/topbar/undo_inactive.svg +23 -0
  328. package/es/assets/img/svg/warning_info_2d.svg +81 -0
  329. package/es/assets/img/svg/window/Clear.svg +3 -0
  330. package/es/assets/img/svg/window/Cross.svg +5 -0
  331. package/es/assets/img/svg/window/Double_hung.svg +4 -0
  332. package/es/assets/img/svg/window/Vertical.svg +4 -0
  333. package/es/assets/img/svg/windows_clear.svg +23 -0
  334. package/es/assets/img/svg/windows_cross.svg +28 -0
  335. package/es/assets/img/svg/windows_double_hung.svg +24 -0
  336. package/es/assets/img/svg/windows_vertical.svg +24 -0
  337. package/es/assets/img/svg/wizardstep/Custom.svg +3 -0
  338. package/es/assets/img/svg/wizardstep/Dashed_line.svg +3 -0
  339. package/es/assets/img/svg/wizardstep/L.svg +3 -0
  340. package/es/assets/img/svg/wizardstep/L2.svg +3 -0
  341. package/es/assets/img/svg/wizardstep/Open.svg +3 -0
  342. package/es/assets/img/svg/wizardstep/Square.svg +3 -0
  343. package/es/assets/img/svg/wizardstep/bar-active.svg +9 -0
  344. package/es/assets/img/svg/wizardstep/bar-normal.svg +3 -0
  345. package/es/assets/img/svg/wizardstep/bullet-current.svg +3 -0
  346. package/es/assets/img/svg/wizardstep/bullet-done.svg +3 -0
  347. package/es/assets/img/svg/wizardstep/bullet-not-done.svg +3 -0
  348. package/es/assets/img/svg/wizardstep/check-active.svg +3 -0
  349. package/es/assets/img/svg/wizardstep/check-normal.svg +3 -0
  350. package/es/assets/img/svg/wizardstep/detail_view.svg +87 -0
  351. package/es/assets/img/svg/wizardstep/pencil.svg +11 -0
  352. package/es/assets/img/svg/wizardstep/tile_view.svg +95 -0
  353. package/es/assets/img/texture/glass.jpg +0 -0
  354. package/es/assets/img/texture/steel.jpg +0 -0
  355. package/es/assets/img/texture/white1px.jpg +0 -0
  356. package/es/assets/img/texture/wood.jpg +0 -0
  357. package/es/assets/model/DCM.bin +0 -0
  358. package/es/assets/model/DCM.fbx +0 -0
  359. package/es/assets/model/DCM.gltf +1 -0
  360. package/es/assets/model/FBM.bin +0 -0
  361. package/es/assets/model/FBM.fbx +0 -0
  362. package/es/assets/model/FBM.gltf +1 -0
  363. package/es/assets/model/LRM.bin +0 -0
  364. package/es/assets/model/LRM.fbx +0 -0
  365. package/es/assets/model/LRM.gltf +1 -0
  366. package/es/assets/rtastore_logo.png +0 -0
  367. package/es/catalog/areas/area/planner-element.js +8 -11
  368. package/es/catalog/back.png +0 -0
  369. package/es/catalog/doors.png +0 -0
  370. package/es/catalog/doorways.png +0 -0
  371. package/es/catalog/export.js +0 -0
  372. package/es/catalog/factories/wall-factory.js +1 -2
  373. package/es/catalog/lines/wall/planner-element.js +11 -14
  374. package/es/catalog/molding/molding-dcm/planner-element.js +0 -2
  375. package/es/catalog/molding/molding-fbm/planner-element.js +0 -2
  376. package/es/catalog/molding/molding-lrm/planner-element.js +0 -2
  377. package/es/catalog/properties/property-checkbox.js +18 -63
  378. package/es/catalog/properties/property-enum.js +9 -51
  379. package/es/catalog/properties/property-lenght-measure.js +1 -1
  380. package/es/catalog/properties/property-length-measure.js +6 -50
  381. package/es/catalog/utils/item-loader.js +1 -2
  382. package/es/catalog/utils/mtl-loader.js +2 -3
  383. package/es/catalog/utils/obj-loader.js +2 -3
  384. package/es/catalog/windows.png +0 -0
  385. package/es/class/area.js +1 -1
  386. package/es/class/group.js +3 -3
  387. package/es/class/hole.js +6 -5
  388. package/es/class/item.js +8 -3
  389. package/es/class/layer.js +2 -2
  390. package/es/class/line.js +87 -52
  391. package/es/class/project.js +8 -6
  392. package/es/class/vertex.js +1 -1
  393. package/es/components/content.js +16 -1
  394. package/es/components/style/form-number-input.js +7 -31
  395. package/es/components/style/form-select.js +8 -48
  396. package/es/components/style/form-text-input.js +12 -31
  397. package/es/components/viewer2d/area.js +1 -1
  398. package/es/components/viewer2d/line.js +13 -3
  399. package/es/components/viewer2d/scene.js +2 -2
  400. package/es/components/viewer2d/utils.js +0 -6
  401. package/es/components/viewer2d/viewer2d.js +33 -20
  402. package/es/components/viewer3d/libs/mtl-loader.js +2 -2
  403. package/es/components/viewer3d/libs/obj-loader.js +2 -2
  404. package/es/components/viewer3d/libs/orbit-controls.js +5 -6
  405. package/es/components/viewer3d/libs/pointer-lock-controls.js +4 -5
  406. package/es/components/viewer3d/ruler-utils/scene3D.js +0 -1
  407. package/es/components/viewer3d/scene-creator.js +22 -7
  408. package/es/components/viewer3d/viewer3d.js +279 -180
  409. package/es/devLiteRenderer.js +44 -0
  410. package/es/index.js +2 -2
  411. package/es/models.js +1 -2
  412. package/es/plugins/export.js +1 -3
  413. package/es/plugins/keyboard.js +2 -2
  414. package/es/reducers/holes-reducer.js +1 -1
  415. package/es/reducers/items-reducer.js +5 -2
  416. package/es/reducers/lines-reducer.js +1 -1
  417. package/es/reducers/project-reducer.js +1 -1
  418. package/es/reducers/reducer.js +2 -2
  419. package/es/reducers/scene-reducer.js +1 -1
  420. package/es/reducers/user-reducer.js +2 -1
  421. package/es/reducers/vertices-reducer.js +1 -1
  422. package/es/renderer.js +474 -0
  423. package/es/utils/geometry.js +61 -26
  424. package/es/utils/get-edges-of-subgraphs.js +1 -2
  425. package/es/utils/graph-cycles.js +3 -2
  426. package/es/utils/graph.js +1 -2
  427. package/es/utils/helper.js +68 -0
  428. package/es/version.js +1 -2
  429. package/lib/CrossSignOn.js +93 -0
  430. package/lib/KitchenConfigurator.js +817 -54
  431. package/lib/LiteKitchenConfigurator.js +641 -0
  432. package/lib/{KitchenConfiguratorApp.js → LiteRenderer.js} +5 -5
  433. package/lib/actions/export.js +5 -2
  434. package/lib/actions/user-actions.js +68 -0
  435. package/lib/analytics/ga4.js +194 -0
  436. package/lib/analytics/posthog.js +68 -0
  437. package/lib/assets/Window.hdr +2100 -0
  438. package/lib/assets/brown_photostudio_02_1k.hdr +0 -0
  439. package/lib/assets/fonts/Rene Bieder Milliard Black Italic.woff +0 -0
  440. package/lib/assets/fonts/Rene Bieder Milliard Black.woff +0 -0
  441. package/lib/assets/fonts/Rene Bieder Milliard Bold Italic.woff +0 -0
  442. package/lib/assets/fonts/Rene Bieder Milliard Bold.woff +0 -0
  443. package/lib/assets/fonts/Rene Bieder Milliard Book Italic.woff +0 -0
  444. package/lib/assets/fonts/Rene Bieder Milliard Book.woff +0 -0
  445. package/lib/assets/fonts/Rene Bieder Milliard ExtraBold Italic.woff +0 -0
  446. package/lib/assets/fonts/Rene Bieder Milliard ExtraBold.woff +0 -0
  447. package/lib/assets/fonts/Rene Bieder Milliard ExtraLight Italic.woff +0 -0
  448. package/lib/assets/fonts/Rene Bieder Milliard ExtraLight.woff +0 -0
  449. package/lib/assets/fonts/Rene Bieder Milliard Hairline Italic.woff +0 -0
  450. package/lib/assets/fonts/Rene Bieder Milliard Hairline.woff +0 -0
  451. package/lib/assets/fonts/Rene Bieder Milliard Heavy Italic.woff +0 -0
  452. package/lib/assets/fonts/Rene Bieder Milliard Heavy.woff +0 -0
  453. package/lib/assets/fonts/Rene Bieder Milliard Light Italic.woff +0 -0
  454. package/lib/assets/fonts/Rene Bieder Milliard Light.woff +0 -0
  455. package/lib/assets/fonts/Rene Bieder Milliard Medium Italic.woff +0 -0
  456. package/lib/assets/fonts/Rene Bieder Milliard Medium.woff +0 -0
  457. package/lib/assets/fonts/Rene Bieder Milliard SemiBold Italic.woff +0 -0
  458. package/lib/assets/fonts/Rene Bieder Milliard SemiBold.woff +0 -0
  459. package/lib/assets/fonts/Rene Bieder Milliard Thin Italic.woff +0 -0
  460. package/lib/assets/fonts/Rene Bieder Milliard Thin.woff +0 -0
  461. package/lib/assets/fonts/style.css +177 -0
  462. package/lib/assets/gltf/door_closet.bin +0 -0
  463. package/lib/assets/gltf/door_closet.fbx +0 -0
  464. package/lib/assets/gltf/door_closet.gltf +1 -0
  465. package/lib/assets/gltf/door_exterior.bin +0 -0
  466. package/lib/assets/gltf/door_exterior.fbx +0 -0
  467. package/lib/assets/gltf/door_exterior.gltf +1 -0
  468. package/lib/assets/gltf/door_interior.bin +0 -0
  469. package/lib/assets/gltf/door_interior.fbx +0 -0
  470. package/lib/assets/gltf/door_interior.gltf +1 -0
  471. package/lib/assets/gltf/door_sliding.bin +0 -0
  472. package/lib/assets/gltf/door_sliding.fbx +0 -0
  473. package/lib/assets/gltf/door_sliding.gltf +1 -0
  474. package/lib/assets/gltf/doorway_framed.bin +0 -0
  475. package/lib/assets/gltf/doorway_framed.fbx +0 -0
  476. package/lib/assets/gltf/doorway_framed.gltf +1 -0
  477. package/lib/assets/gltf/window_clear.bin +0 -0
  478. package/lib/assets/gltf/window_clear.fbx +0 -0
  479. package/lib/assets/gltf/window_clear.gltf +1 -0
  480. package/lib/assets/gltf/window_cross.bin +0 -0
  481. package/lib/assets/gltf/window_cross.fbx +0 -0
  482. package/lib/assets/gltf/window_cross.gltf +1 -0
  483. package/lib/assets/gltf/window_double_hung.bin +0 -0
  484. package/lib/assets/gltf/window_double_hung.fbx +0 -0
  485. package/lib/assets/gltf/window_double_hung.gltf +1 -0
  486. package/lib/assets/gltf/window_vertical.bin +0 -0
  487. package/lib/assets/gltf/window_vertical.fbx +0 -0
  488. package/lib/assets/gltf/window_vertical.gltf +1 -0
  489. package/lib/assets/img/1.jpg +0 -0
  490. package/lib/assets/img/TKC_thumbnail.png +0 -0
  491. package/lib/assets/img/Toggle.png +0 -0
  492. package/lib/assets/img/loading/loading.gif +0 -0
  493. package/lib/assets/img/loading/loading_1.svg +11 -0
  494. package/lib/assets/img/loading_large.gif +0 -0
  495. package/lib/assets/img/png/door/closet.png +0 -0
  496. package/lib/assets/img/png/door/doorwaysframed.png +0 -0
  497. package/lib/assets/img/png/door/doorwaysframeles.png +0 -0
  498. package/lib/assets/img/png/door/doorwaysframeless.png +0 -0
  499. package/lib/assets/img/png/door/exterior.png +0 -0
  500. package/lib/assets/img/png/door/interior.png +0 -0
  501. package/lib/assets/img/png/door/sliding.png +0 -0
  502. package/lib/assets/img/png/helper/outcome.png +0 -0
  503. package/lib/assets/img/png/helper/video_preview_3d.png +0 -0
  504. package/lib/assets/img/png/helper/video_preview_start.png +0 -0
  505. package/lib/assets/img/project_img.png +0 -0
  506. package/lib/assets/img/rta/rta_logo_box_blue.jpg +0 -0
  507. package/lib/assets/img/rta/rta_logo_box_blue_ico.jpg +0 -0
  508. package/lib/assets/img/rta/rta_logo_box_blue_ico.svg +55 -0
  509. package/lib/assets/img/rta/rta_logo_box_darkGray.jpg +0 -0
  510. package/lib/assets/img/rta/rta_logo_box_lightblue.png +0 -0
  511. package/lib/assets/img/rta/rta_logo_box_lightmaroon.png +0 -0
  512. package/lib/assets/img/rta/rta_logo_box_maroon.png +0 -0
  513. package/lib/assets/img/rta/rta_logo_box_white.png +0 -0
  514. package/lib/assets/img/rta_menu.png +0 -0
  515. package/lib/assets/img/step2.jpg +0 -0
  516. package/lib/assets/img/step3.jpg +0 -0
  517. package/lib/assets/img/step4.jpg +0 -0
  518. package/lib/assets/img/step5.jpg +0 -0
  519. package/lib/assets/img/step6.jpg +0 -0
  520. package/lib/assets/img/step7.jpg +0 -0
  521. package/lib/assets/img/step8.jpg +0 -0
  522. package/lib/assets/img/svg/2d_delete_object.svg +33 -0
  523. package/lib/assets/img/svg/2d_delete_object1.svg +33 -0
  524. package/lib/assets/img/svg/2d_lock_object.svg +33 -0
  525. package/lib/assets/img/svg/3d_item_move.svg +106 -0
  526. package/lib/assets/img/svg/3d_item_rotation.svg +76 -0
  527. package/lib/assets/img/svg/3d_item_warning_edit.svg +77 -0
  528. package/lib/assets/img/svg/3d_item_warning_info.svg +81 -0
  529. package/lib/assets/img/svg/accessories.svg +4 -0
  530. package/lib/assets/img/svg/angle_icon.svg +39 -0
  531. package/lib/assets/img/svg/blank_div.svg +14 -0
  532. package/lib/assets/img/svg/bottombar/2d3d_button.svg +3 -0
  533. package/lib/assets/img/svg/bottombar/2d3d_button_active.svg +3 -0
  534. package/lib/assets/img/svg/bottombar/2d3d_toggle.svg +4 -0
  535. package/lib/assets/img/svg/bottombar/2d3d_toggle_active.svg +4 -0
  536. package/lib/assets/img/svg/bottombar/arrow-down.svg +3 -0
  537. package/lib/assets/img/svg/bottombar/arrow-left.svg +3 -0
  538. package/lib/assets/img/svg/bottombar/arrow-minus.svg +3 -0
  539. package/lib/assets/img/svg/bottombar/arrow-plus.svg +11 -0
  540. package/lib/assets/img/svg/bottombar/arrow-right.svg +3 -0
  541. package/lib/assets/img/svg/bottombar/arrow-up.svg +3 -0
  542. package/lib/assets/img/svg/bottombar/collapse.svg +3 -0
  543. package/lib/assets/img/svg/bottombar/elevation-back.svg +6 -0
  544. package/lib/assets/img/svg/bottombar/elevation-front.svg +6 -0
  545. package/lib/assets/img/svg/bottombar/elevation-left.svg +6 -0
  546. package/lib/assets/img/svg/bottombar/elevation-right.svg +7 -0
  547. package/lib/assets/img/svg/bottombar/elevation.svg +6 -0
  548. package/lib/assets/img/svg/bottombar/expand.svg +3 -0
  549. package/lib/assets/img/svg/bottombar/help.svg +72 -0
  550. package/lib/assets/img/svg/bottombar/incm_toggle.svg +39 -0
  551. package/lib/assets/img/svg/bottombar/pan_1.svg +57 -0
  552. package/lib/assets/img/svg/bottombar/pan_2.svg +27 -0
  553. package/lib/assets/img/svg/bottombar/pan_3.svg +27 -0
  554. package/lib/assets/img/svg/bottombar/pan_4.svg +27 -0
  555. package/lib/assets/img/svg/bottombar/pan_5.svg +27 -0
  556. package/lib/assets/img/svg/bottombar/settings.svg +23 -0
  557. package/lib/assets/img/svg/bottombar/spin-down.svg +76 -0
  558. package/lib/assets/img/svg/bottombar/spin-left.svg +75 -0
  559. package/lib/assets/img/svg/bottombar/spin-right.svg +75 -0
  560. package/lib/assets/img/svg/bottombar/spin-up.svg +76 -0
  561. package/lib/assets/img/svg/bottombar/spin_1.svg +48 -0
  562. package/lib/assets/img/svg/bottombar/spin_2.svg +31 -0
  563. package/lib/assets/img/svg/bottombar/spin_3.svg +31 -0
  564. package/lib/assets/img/svg/bottombar/spin_4.svg +31 -0
  565. package/lib/assets/img/svg/bottombar/spin_5.svg +31 -0
  566. package/lib/assets/img/svg/bottombar/zoomin.svg +29 -0
  567. package/lib/assets/img/svg/bottombar/zoomout.svg +26 -0
  568. package/lib/assets/img/svg/check.svg +10 -0
  569. package/lib/assets/img/svg/close.svg +11 -0
  570. package/lib/assets/img/svg/color/Black.svg +3 -0
  571. package/lib/assets/img/svg/color/Blue.svg +3 -0
  572. package/lib/assets/img/svg/color/Brown.svg +9 -0
  573. package/lib/assets/img/svg/color/Cream.svg +3 -0
  574. package/lib/assets/img/svg/color/Dark.svg +9 -0
  575. package/lib/assets/img/svg/color/Gray.svg +3 -0
  576. package/lib/assets/img/svg/color/Green.svg +3 -0
  577. package/lib/assets/img/svg/color/Light.svg +9 -0
  578. package/lib/assets/img/svg/color/Medium.svg +9 -0
  579. package/lib/assets/img/svg/color/Unfinished.svg +9 -0
  580. package/lib/assets/img/svg/color/White.svg +3 -0
  581. package/lib/assets/img/svg/color/White.svg.bak +3 -0
  582. package/lib/assets/img/svg/color/stone2.jpg +0 -0
  583. package/lib/assets/img/svg/color/wood2.jpg +0 -0
  584. package/lib/assets/img/svg/copy.svg +11 -0
  585. package/lib/assets/img/svg/delete.svg +3 -0
  586. package/lib/assets/img/svg/detail.svg +77 -0
  587. package/lib/assets/img/svg/disclaimer/background.svg +758 -0
  588. package/lib/assets/img/svg/disclaimer/logo-dots.svg +11 -0
  589. package/lib/assets/img/svg/door/Closet.svg +11 -0
  590. package/lib/assets/img/svg/door/Exterior.svg +5 -0
  591. package/lib/assets/img/svg/door/Framed_dorway.svg +5 -0
  592. package/lib/assets/img/svg/door/Frameless_dorway.svg +5 -0
  593. package/lib/assets/img/svg/door/Interior.svg +7 -0
  594. package/lib/assets/img/svg/door/Sliding.svg +5 -0
  595. package/lib/assets/img/svg/doors_closet.svg +47 -0
  596. package/lib/assets/img/svg/doors_exterior.svg +25 -0
  597. package/lib/assets/img/svg/doors_interior.svg +29 -0
  598. package/lib/assets/img/svg/doors_patio.svg +26 -0
  599. package/lib/assets/img/svg/duplicate.svg +11 -0
  600. package/lib/assets/img/svg/duplicate_object_left.svg +32 -0
  601. package/lib/assets/img/svg/duplicate_object_right.svg +32 -0
  602. package/lib/assets/img/svg/filtersActive.svg +19 -0
  603. package/lib/assets/img/svg/firstsetting/L.svg +3 -0
  604. package/lib/assets/img/svg/firstsetting/L2.svg +3 -0
  605. package/lib/assets/img/svg/firstsetting/Open.svg +3 -0
  606. package/lib/assets/img/svg/firstsetting/Square.svg +3 -0
  607. package/lib/assets/img/svg/firstsetting/bar-active.svg +9 -0
  608. package/lib/assets/img/svg/firstsetting/bar-normal.svg +3 -0
  609. package/lib/assets/img/svg/firstsetting/bullet-current.svg +3 -0
  610. package/lib/assets/img/svg/firstsetting/bullet-done.svg +3 -0
  611. package/lib/assets/img/svg/firstsetting/bullet-not-done.svg +3 -0
  612. package/lib/assets/img/svg/firstsetting/check-active.svg +3 -0
  613. package/lib/assets/img/svg/firstsetting/check-normal.svg +3 -0
  614. package/lib/assets/img/svg/firstsetting/pencil.svg +11 -0
  615. package/lib/assets/img/svg/green_checkmark.svg +27 -0
  616. package/lib/assets/img/svg/headerbar/assist.svg +3 -0
  617. package/lib/assets/img/svg/headerbar/cart.svg +3 -0
  618. package/lib/assets/img/svg/headerbar/check.svg +10 -0
  619. package/lib/assets/img/svg/headerbar/consult_designer.svg +45 -0
  620. package/lib/assets/img/svg/headerbar/edit_name.svg +26 -0
  621. package/lib/assets/img/svg/headerbar/file-dollar.svg +13 -0
  622. package/lib/assets/img/svg/headerbar/hamburger_menu.svg +32 -0
  623. package/lib/assets/img/svg/headerbar/plus.svg +11 -0
  624. package/lib/assets/img/svg/headerbar/review_quote.svg +44 -0
  625. package/lib/assets/img/svg/headerbar/ruler-measure.svg +11 -0
  626. package/lib/assets/img/svg/headerbar/save.svg +3 -0
  627. package/lib/assets/img/svg/headerbar/setting.svg +75 -0
  628. package/lib/assets/img/svg/help/check.svg +10 -0
  629. package/lib/assets/img/svg/help/search.svg +76 -0
  630. package/lib/assets/img/svg/intro/1-start-with-floorplan-whole.svg +27 -0
  631. package/lib/assets/img/svg/intro/1-start-with-floorplan.svg +26 -0
  632. package/lib/assets/img/svg/intro/2-start-from-scratch-whole.svg +28 -0
  633. package/lib/assets/img/svg/intro/2-start-from-scratch.svg +27 -0
  634. package/lib/assets/img/svg/intro/3-retrieve-project-whole.svg +19 -0
  635. package/lib/assets/img/svg/intro/3-retrieve-project.svg +18 -0
  636. package/lib/assets/img/svg/invert.svg +127 -0
  637. package/lib/assets/img/svg/lefttoolbar/appliance-active.svg +13 -0
  638. package/lib/assets/img/svg/lefttoolbar/appliance.svg +13 -0
  639. package/lib/assets/img/svg/lefttoolbar/cabinet-active.svg +10 -0
  640. package/lib/assets/img/svg/lefttoolbar/cabinet-category.svg +3 -0
  641. package/lib/assets/img/svg/lefttoolbar/cabinet-one.svg +3 -0
  642. package/lib/assets/img/svg/lefttoolbar/cabinet.svg +10 -0
  643. package/lib/assets/img/svg/lefttoolbar/disigner_assistance.svg +89 -0
  644. package/lib/assets/img/svg/lefttoolbar/door-style-active.svg +20 -0
  645. package/lib/assets/img/svg/lefttoolbar/door-style.svg +20 -0
  646. package/lib/assets/img/svg/lefttoolbar/door.svg +12 -0
  647. package/lib/assets/img/svg/lefttoolbar/error_icon.svg +81 -0
  648. package/lib/assets/img/svg/lefttoolbar/finishing-active.svg +13 -0
  649. package/lib/assets/img/svg/lefttoolbar/finishing.svg +13 -0
  650. package/lib/assets/img/svg/lefttoolbar/reviewforquote-active.svg +86 -0
  651. package/lib/assets/img/svg/lefttoolbar/reviewforquote.svg +12 -0
  652. package/lib/assets/img/svg/lefttoolbar/room-shape-L.svg +3 -0
  653. package/lib/assets/img/svg/lefttoolbar/room-shape-active.svg +18 -0
  654. package/lib/assets/img/svg/lefttoolbar/room-shape-custom.svg +12 -0
  655. package/lib/assets/img/svg/lefttoolbar/room-shape-irregular.svg +3 -0
  656. package/lib/assets/img/svg/lefttoolbar/room-shape-open.svg +3 -0
  657. package/lib/assets/img/svg/lefttoolbar/room-shape-square.svg +3 -0
  658. package/lib/assets/img/svg/lefttoolbar/room-shape.svg +18 -0
  659. package/lib/assets/img/svg/lefttoolbar/search.svg +76 -0
  660. package/lib/assets/img/svg/lefttoolbar/view_more.svg +86 -0
  661. package/lib/assets/img/svg/lefttoolbar/warning_icon.svg +81 -0
  662. package/lib/assets/img/svg/lefttoolbar/window.svg +12 -0
  663. package/lib/assets/img/svg/menubar/login.svg +84 -0
  664. package/lib/assets/img/svg/menubar/my_projects.svg +85 -0
  665. package/lib/assets/img/svg/menubar/new_project.svg +110 -0
  666. package/lib/assets/img/svg/menubar/save_project.svg +84 -0
  667. package/lib/assets/img/svg/options.svg +3 -0
  668. package/lib/assets/img/svg/positioning.svg +3 -0
  669. package/lib/assets/img/svg/rotate.png +0 -0
  670. package/lib/assets/img/svg/rotate.svg +17 -0
  671. package/lib/assets/img/svg/rotate_object_clockwise.svg +26 -0
  672. package/lib/assets/img/svg/rotate_object_counterclockwise.svg +26 -0
  673. package/lib/assets/img/svg/toggleFilters.svg +19 -0
  674. package/lib/assets/img/svg/toolbar/add_appliances_active.svg +64 -0
  675. package/lib/assets/img/svg/toolbar/add_appliances_inactive.svg +52 -0
  676. package/lib/assets/img/svg/toolbar/add_button.svg +36 -0
  677. package/lib/assets/img/svg/toolbar/add_cabinets_active.svg +59 -0
  678. package/lib/assets/img/svg/toolbar/add_cabinets_inactive.svg +49 -0
  679. package/lib/assets/img/svg/toolbar/add_items_doors.svg +25 -0
  680. package/lib/assets/img/svg/toolbar/add_items_doorways.svg +24 -0
  681. package/lib/assets/img/svg/toolbar/add_items_refrigerator.svg +32 -0
  682. package/lib/assets/img/svg/toolbar/add_items_windows.svg +28 -0
  683. package/lib/assets/img/svg/toolbar/apply_button.svg +38 -0
  684. package/lib/assets/img/svg/toolbar/arrow-plus.svg +11 -0
  685. package/lib/assets/img/svg/toolbar/backsplash.svg +8 -0
  686. package/lib/assets/img/svg/toolbar/cancel_button.svg +37 -0
  687. package/lib/assets/img/svg/toolbar/consult_a_designer_button.svg +47 -0
  688. package/lib/assets/img/svg/toolbar/countertop.svg +7 -0
  689. package/lib/assets/img/svg/toolbar/dcm.png +0 -0
  690. package/lib/assets/img/svg/toolbar/dcm_off.svg +12 -0
  691. package/lib/assets/img/svg/toolbar/dcm_on.svg +474 -0
  692. package/lib/assets/img/svg/toolbar/delete_button.svg +37 -0
  693. package/lib/assets/img/svg/toolbar/download.svg +77 -0
  694. package/lib/assets/img/svg/toolbar/draw_custom_floor.svg +31 -0
  695. package/lib/assets/img/svg/toolbar/edit_button.svg +75 -0
  696. package/lib/assets/img/svg/toolbar/email_quote_button.svg +44 -0
  697. package/lib/assets/img/svg/toolbar/fbm.png +0 -0
  698. package/lib/assets/img/svg/toolbar/finishing_touches_active.svg +54 -0
  699. package/lib/assets/img/svg/toolbar/finishing_touches_inactive.svg +42 -0
  700. package/lib/assets/img/svg/toolbar/floorstyle.svg +9 -0
  701. package/lib/assets/img/svg/toolbar/fmb.png +0 -0
  702. package/lib/assets/img/svg/toolbar/fmb_off.svg +12 -0
  703. package/lib/assets/img/svg/toolbar/fmb_on.svg +489 -0
  704. package/lib/assets/img/svg/toolbar/furnishings_icon.svg +6 -0
  705. package/lib/assets/img/svg/toolbar/get_started_button.svg +41 -0
  706. package/lib/assets/img/svg/toolbar/handles.svg +5 -0
  707. package/lib/assets/img/svg/toolbar/lighting.svg +7 -0
  708. package/lib/assets/img/svg/toolbar/lrm.png +0 -0
  709. package/lib/assets/img/svg/toolbar/lrm_off.svg +12 -0
  710. package/lib/assets/img/svg/toolbar/lrm_on.svg +470 -0
  711. package/lib/assets/img/svg/toolbar/make_floorplan_active.svg +66 -0
  712. package/lib/assets/img/svg/toolbar/make_floorplan_inactive.svg +52 -0
  713. package/lib/assets/img/svg/toolbar/predefined_room_l_shaped.svg +20 -0
  714. package/lib/assets/img/svg/toolbar/predefined_room_layout.svg +20 -0
  715. package/lib/assets/img/svg/toolbar/predefined_room_long_narrow.svg +20 -0
  716. package/lib/assets/img/svg/toolbar/predefined_room_open_l_shape.svg +20 -0
  717. package/lib/assets/img/svg/toolbar/predefined_room_open_pentagon.svg +20 -0
  718. package/lib/assets/img/svg/toolbar/predefined_room_open_rectangle.svg +20 -0
  719. package/lib/assets/img/svg/toolbar/predefined_room_open_rectangle_2.svg +20 -0
  720. package/lib/assets/img/svg/toolbar/predefined_room_pentagon.svg +20 -0
  721. package/lib/assets/img/svg/toolbar/predefined_room_rectangle.svg +20 -0
  722. package/lib/assets/img/svg/toolbar/predefined_room_rectangle_with_alcove.svg +20 -0
  723. package/lib/assets/img/svg/toolbar/redo_button.svg +75 -0
  724. package/lib/assets/img/svg/toolbar/redo_button1.svg +75 -0
  725. package/lib/assets/img/svg/toolbar/review_quote_active.svg +14 -0
  726. package/lib/assets/img/svg/toolbar/review_quote_inactive.svg +44 -0
  727. package/lib/assets/img/svg/toolbar/save_project_button.svg +44 -0
  728. package/lib/assets/img/svg/toolbar/select_doorstyle_active.svg +67 -0
  729. package/lib/assets/img/svg/toolbar/select_doorstyle_inactive.svg +57 -0
  730. package/lib/assets/img/svg/toolbar/shopping-cart.svg +13 -0
  731. package/lib/assets/img/svg/toolbar/style_change_button.svg +47 -0
  732. package/lib/assets/img/svg/toolbar/take_picture.svg +75 -0
  733. package/lib/assets/img/svg/toolbar/undo_button.svg +76 -0
  734. package/lib/assets/img/svg/toolbar/undo_button1.svg +76 -0
  735. package/lib/assets/img/svg/toolbar/use_button.svg +37 -0
  736. package/lib/assets/img/svg/toolbar/wall_color_icon.svg +6 -0
  737. package/lib/assets/img/svg/topbar/edit_active.svg +10 -0
  738. package/lib/assets/img/svg/topbar/edit_inactive.svg +10 -0
  739. package/lib/assets/img/svg/topbar/redo_active.svg +42 -0
  740. package/lib/assets/img/svg/topbar/redo_inactive.svg +23 -0
  741. package/lib/assets/img/svg/topbar/select_all_active.svg +50 -0
  742. package/lib/assets/img/svg/topbar/select_all_inactive.svg +32 -0
  743. package/lib/assets/img/svg/topbar/take_picture_active.svg +51 -0
  744. package/lib/assets/img/svg/topbar/take_picture_inactive.svg +26 -0
  745. package/lib/assets/img/svg/topbar/undo_active.svg +42 -0
  746. package/lib/assets/img/svg/topbar/undo_inactive.svg +23 -0
  747. package/lib/assets/img/svg/warning_info_2d.svg +81 -0
  748. package/lib/assets/img/svg/window/Clear.svg +3 -0
  749. package/lib/assets/img/svg/window/Cross.svg +5 -0
  750. package/lib/assets/img/svg/window/Double_hung.svg +4 -0
  751. package/lib/assets/img/svg/window/Vertical.svg +4 -0
  752. package/lib/assets/img/svg/windows_clear.svg +23 -0
  753. package/lib/assets/img/svg/windows_cross.svg +28 -0
  754. package/lib/assets/img/svg/windows_double_hung.svg +24 -0
  755. package/lib/assets/img/svg/windows_vertical.svg +24 -0
  756. package/lib/assets/img/svg/wizardstep/Custom.svg +3 -0
  757. package/lib/assets/img/svg/wizardstep/Dashed_line.svg +3 -0
  758. package/lib/assets/img/svg/wizardstep/L.svg +3 -0
  759. package/lib/assets/img/svg/wizardstep/L2.svg +3 -0
  760. package/lib/assets/img/svg/wizardstep/Open.svg +3 -0
  761. package/lib/assets/img/svg/wizardstep/Square.svg +3 -0
  762. package/lib/assets/img/svg/wizardstep/bar-active.svg +9 -0
  763. package/lib/assets/img/svg/wizardstep/bar-normal.svg +3 -0
  764. package/lib/assets/img/svg/wizardstep/bullet-current.svg +3 -0
  765. package/lib/assets/img/svg/wizardstep/bullet-done.svg +3 -0
  766. package/lib/assets/img/svg/wizardstep/bullet-not-done.svg +3 -0
  767. package/lib/assets/img/svg/wizardstep/check-active.svg +3 -0
  768. package/lib/assets/img/svg/wizardstep/check-normal.svg +3 -0
  769. package/lib/assets/img/svg/wizardstep/detail_view.svg +87 -0
  770. package/lib/assets/img/svg/wizardstep/pencil.svg +11 -0
  771. package/lib/assets/img/svg/wizardstep/tile_view.svg +95 -0
  772. package/lib/assets/img/texture/glass.jpg +0 -0
  773. package/lib/assets/img/texture/steel.jpg +0 -0
  774. package/lib/assets/img/texture/white1px.jpg +0 -0
  775. package/lib/assets/img/texture/wood.jpg +0 -0
  776. package/lib/assets/model/DCM.bin +0 -0
  777. package/lib/assets/model/DCM.fbx +0 -0
  778. package/lib/assets/model/DCM.gltf +1 -0
  779. package/lib/assets/model/FBM.bin +0 -0
  780. package/lib/assets/model/FBM.fbx +0 -0
  781. package/lib/assets/model/FBM.gltf +1 -0
  782. package/lib/assets/model/LRM.bin +0 -0
  783. package/lib/assets/model/LRM.fbx +0 -0
  784. package/lib/assets/model/LRM.gltf +1 -0
  785. package/lib/assets/rtastore_logo.png +0 -0
  786. package/lib/catalog/areas/area/planner-element.js +8 -12
  787. package/lib/catalog/areas/area/textures/ceramic-tile.jpg +0 -0
  788. package/lib/catalog/areas/area/textures/grass.jpg +0 -0
  789. package/lib/catalog/areas/area/textures/parquet.jpg +0 -0
  790. package/lib/catalog/areas/area/textures/strand-porcelain.jpg +0 -0
  791. package/lib/catalog/areas/area/textures/tile1.jpg +0 -0
  792. package/lib/catalog/back.png +0 -0
  793. package/lib/catalog/doors.png +0 -0
  794. package/lib/catalog/doorways.png +0 -0
  795. package/lib/catalog/envMap/nx.hdr +0 -0
  796. package/lib/catalog/envMap/ny.hdr +0 -0
  797. package/lib/catalog/envMap/nz.hdr +0 -0
  798. package/lib/catalog/envMap/px.hdr +0 -0
  799. package/lib/catalog/envMap/py.hdr +0 -0
  800. package/lib/catalog/envMap/pz.hdr +0 -0
  801. package/lib/catalog/export.js +1 -0
  802. package/lib/catalog/holes/door-double/door_double.png +0 -0
  803. package/lib/catalog/holes/door-panic/panicDoor.png +0 -0
  804. package/lib/catalog/holes/door-panic-double/panicDoorDouble.png +0 -0
  805. package/lib/catalog/holes/gate/gate.jpg +0 -0
  806. package/lib/catalog/holes/window-clear/texture.png +0 -0
  807. package/lib/catalog/holes/window-cross/texture.png +0 -0
  808. package/lib/catalog/holes/window-double-hung/texture.png +0 -0
  809. package/lib/catalog/holes/window-vertical/texture.png +0 -0
  810. package/lib/catalog/lines/wall/planner-element.js +11 -15
  811. package/lib/catalog/lines/wall/textures/bricks-normal.jpg +0 -0
  812. package/lib/catalog/lines/wall/textures/bricks-normal2.jpg +0 -0
  813. package/lib/catalog/lines/wall/textures/bricks.jpg +0 -0
  814. package/lib/catalog/lines/wall/textures/bricks2.jpg +0 -0
  815. package/lib/catalog/lines/wall/textures/bricks3.jpg +0 -0
  816. package/lib/catalog/lines/wall/textures/morden-normal.jpg +0 -0
  817. package/lib/catalog/lines/wall/textures/morden.jpg +0 -0
  818. package/lib/catalog/lines/wall/textures/painted-normal.jpg +0 -0
  819. package/lib/catalog/lines/wall/textures/painted.jpg +0 -0
  820. package/lib/catalog/lines/wall/textures/plaster-normal.jpg +0 -0
  821. package/lib/catalog/lines/wall/textures/plaster.jpg +0 -0
  822. package/lib/catalog/lines/wall/wall.png +0 -0
  823. package/lib/catalog/molding/molding-dcm/planner-element.js +0 -5
  824. package/lib/catalog/molding/molding-dcm/texture.png +0 -0
  825. package/lib/catalog/molding/molding-fbm/planner-element.js +0 -5
  826. package/lib/catalog/molding/molding-fbm/texture.png +0 -0
  827. package/lib/catalog/molding/molding-lrm/planner-element.js +0 -5
  828. package/lib/catalog/molding/molding-lrm/texture.png +0 -0
  829. package/lib/catalog/properties/property-checkbox.js +18 -63
  830. package/lib/catalog/properties/property-enum.js +7 -49
  831. package/lib/catalog/properties/property-lenght-measure.js +1 -1
  832. package/lib/catalog/properties/property-length-measure.js +6 -50
  833. package/lib/catalog/utils/item-loader.js +1 -0
  834. package/lib/catalog/utils/mtl-loader.js +3 -7
  835. package/lib/catalog/utils/obj-loader.js +3 -7
  836. package/lib/catalog/windows.png +0 -0
  837. package/lib/class/item.js +8 -3
  838. package/lib/class/line.js +87 -52
  839. package/lib/class/project.js +4 -2
  840. package/lib/class/vertex.js +1 -1
  841. package/lib/components/content.js +16 -1
  842. package/lib/components/style/form-number-input.js +6 -30
  843. package/lib/components/style/form-select.js +9 -47
  844. package/lib/components/style/form-text-input.js +11 -30
  845. package/lib/components/viewer2d/area.js +1 -1
  846. package/lib/components/viewer2d/line.js +13 -3
  847. package/lib/components/viewer2d/scene.js +1 -1
  848. package/lib/components/viewer2d/utils.js +0 -6
  849. package/lib/components/viewer2d/viewer2d.js +32 -19
  850. package/lib/components/viewer3d/libs/mtl-loader.js +2 -7
  851. package/lib/components/viewer3d/libs/obj-loader.js +2 -7
  852. package/lib/components/viewer3d/libs/orbit-controls.js +5 -10
  853. package/lib/components/viewer3d/libs/pointer-lock-controls.js +4 -9
  854. package/lib/components/viewer3d/ruler-utils/scene3D.js +0 -1
  855. package/lib/components/viewer3d/scene-creator.js +22 -7
  856. package/lib/components/viewer3d/viewer3d.js +279 -180
  857. package/lib/devLiteRenderer.js +46 -0
  858. package/lib/index.js +2 -2
  859. package/lib/models.js +2 -3
  860. package/lib/plugins/export.js +0 -8
  861. package/lib/reducers/user-reducer.js +1 -0
  862. package/lib/renderer.js +478 -0
  863. package/lib/styles/tabs.css +40 -0
  864. package/lib/utils/geometry.js +63 -26
  865. package/lib/utils/get-edges-of-subgraphs.js +1 -7
  866. package/lib/utils/graph-cycles.js +9 -9
  867. package/lib/utils/graph.js +3 -9
  868. package/lib/utils/helper.js +69 -1
  869. package/lib/version.js +1 -2
  870. package/package.json +30 -11
  871. package/es/components/disclaimer/disclaimer.js +0 -97
  872. package/es/components/export.js +0 -9
  873. package/es/plugins/autosave.js +0 -33
  874. package/lib/components/disclaimer/disclaimer.js +0 -106
  875. package/lib/components/export.js +0 -33
  876. package/lib/plugins/autosave.js +0 -40
@@ -0,0 +1,177 @@
1
+ /* #### Generated By: http://www.cufonfonts.com #### */
2
+
3
+ @font-face {
4
+ font-family: 'Milliard Book';
5
+ font-style: normal;
6
+ font-weight: normal;
7
+ src: local('Milliard Book'),
8
+ url('Rene Bieder Milliard Book.woff') format('woff');
9
+ }
10
+
11
+ @font-face {
12
+ font-family: 'Milliard Book Italic';
13
+ font-style: normal;
14
+ font-weight: normal;
15
+ src: local('Milliard Book Italic'),
16
+ url('Rene Bieder Milliard Book Italic.woff') format('woff');
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'Milliard Hairline';
21
+ font-style: normal;
22
+ font-weight: normal;
23
+ src: local('Milliard Hairline'),
24
+ url('Rene Bieder Milliard Hairline.woff') format('woff');
25
+ }
26
+
27
+ @font-face {
28
+ font-family: 'Milliard Hairline Italic';
29
+ font-style: normal;
30
+ font-weight: normal;
31
+ src: local('Milliard Hairline Italic'),
32
+ url('Rene Bieder Milliard Hairline Italic.woff') format('woff');
33
+ }
34
+
35
+ @font-face {
36
+ font-family: 'Milliard Thin';
37
+ font-style: normal;
38
+ font-weight: normal;
39
+ src: local('Milliard Thin'),
40
+ url('Rene Bieder Milliard Thin.woff') format('woff');
41
+ }
42
+
43
+ @font-face {
44
+ font-family: 'Milliard Thin Italic';
45
+ font-style: normal;
46
+ font-weight: normal;
47
+ src: local('Milliard Thin Italic'),
48
+ url('Rene Bieder Milliard Thin Italic.woff') format('woff');
49
+ }
50
+
51
+ @font-face {
52
+ font-family: 'Milliard ExtraLight';
53
+ font-style: normal;
54
+ font-weight: normal;
55
+ src: local('Milliard ExtraLight'),
56
+ url('Rene Bieder Milliard ExtraLight.woff') format('woff');
57
+ }
58
+
59
+ @font-face {
60
+ font-family: 'Milliard ExtraLight Italic';
61
+ font-style: normal;
62
+ font-weight: normal;
63
+ src: local('Milliard ExtraLight Italic'),
64
+ url('Rene Bieder Milliard ExtraLight Italic.woff') format('woff');
65
+ }
66
+
67
+ @font-face {
68
+ font-family: 'Milliard Light';
69
+ font-style: normal;
70
+ font-weight: normal;
71
+ src: local('Milliard Light'),
72
+ url('Rene Bieder Milliard Light.woff') format('woff');
73
+ }
74
+
75
+ @font-face {
76
+ font-family: 'Milliard Light Italic';
77
+ font-style: normal;
78
+ font-weight: normal;
79
+ src: local('Milliard Light Italic'),
80
+ url('Rene Bieder Milliard Light Italic.woff') format('woff');
81
+ }
82
+
83
+ @font-face {
84
+ font-family: 'Milliard Medium';
85
+ font-style: normal;
86
+ font-weight: normal;
87
+ src: local('Milliard Medium'),
88
+ url('Rene Bieder Milliard Medium.woff') format('woff');
89
+ }
90
+
91
+ @font-face {
92
+ font-family: 'Milliard Medium Italic';
93
+ font-style: normal;
94
+ font-weight: normal;
95
+ src: local('Milliard Medium Italic'),
96
+ url('Rene Bieder Milliard Medium Italic.woff') format('woff');
97
+ }
98
+
99
+ @font-face {
100
+ font-family: 'Milliard SemiBold';
101
+ font-style: normal;
102
+ font-weight: normal;
103
+ src: local('Milliard SemiBold'),
104
+ url('Rene Bieder Milliard SemiBold.woff') format('woff');
105
+ }
106
+
107
+ @font-face {
108
+ font-family: 'Milliard SemiBold Italic';
109
+ font-style: normal;
110
+ font-weight: normal;
111
+ src: local('Milliard SemiBold Italic'),
112
+ url('Rene Bieder Milliard SemiBold Italic.woff') format('woff');
113
+ }
114
+
115
+ @font-face {
116
+ font-family: 'Milliard Bold';
117
+ font-style: normal;
118
+ font-weight: normal;
119
+ src: local('Milliard Bold'),
120
+ url('Rene Bieder Milliard Bold.woff') format('woff');
121
+ }
122
+
123
+ @font-face {
124
+ font-family: 'Milliard Bold Italic';
125
+ font-style: normal;
126
+ font-weight: normal;
127
+ src: local('Milliard Bold Italic'),
128
+ url('Rene Bieder Milliard Bold Italic.woff') format('woff');
129
+ }
130
+
131
+ @font-face {
132
+ font-family: 'Milliard ExtraBold';
133
+ font-style: normal;
134
+ font-weight: normal;
135
+ src: local('Milliard ExtraBold'),
136
+ url('Rene Bieder Milliard ExtraBold.woff') format('woff');
137
+ }
138
+
139
+ @font-face {
140
+ font-family: 'Milliard ExtraBold Italic';
141
+ font-style: normal;
142
+ font-weight: normal;
143
+ src: local('Milliard ExtraBold Italic'),
144
+ url('Rene Bieder Milliard ExtraBold Italic.woff') format('woff');
145
+ }
146
+
147
+ @font-face {
148
+ font-family: 'Milliard Heavy';
149
+ font-style: normal;
150
+ font-weight: normal;
151
+ src: local('Milliard Heavy'),
152
+ url('Rene Bieder Milliard Heavy.woff') format('woff');
153
+ }
154
+
155
+ @font-face {
156
+ font-family: 'Milliard Heavy Italic';
157
+ font-style: normal;
158
+ font-weight: normal;
159
+ src: local('Milliard Heavy Italic'),
160
+ url('Rene Bieder Milliard Heavy Italic.woff') format('woff');
161
+ }
162
+
163
+ @font-face {
164
+ font-family: 'Milliard Black';
165
+ font-style: normal;
166
+ font-weight: normal;
167
+ src: local('Milliard Black'),
168
+ url('Rene Bieder Milliard Black.woff') format('woff');
169
+ }
170
+
171
+ @font-face {
172
+ font-family: 'Milliard Black Italic';
173
+ font-style: normal;
174
+ font-weight: normal;
175
+ src: local('Milliard Black Italic'),
176
+ url('Rene Bieder Milliard Black Italic.woff') format('woff');
177
+ }
Binary file
Binary file
@@ -0,0 +1 @@
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":[7.62939436E-08,6.198883E-08,-0.0259019472],"rotation":[0.0,4.81747975E-12,0.0,1.0],"name":"door_closet_wood"},{"mesh":1,"translation":[0.0,-0.193720281,-0.0524617],"rotation":[0.0,0.0,-6.77624755E-19,1.0],"name":"door_closet_steel"}],"meshes":[{"primitives":[{"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3,"TEXCOORD_1":4},"indices":0}],"name":"door_closet_wood"},{"primitives":[{"attributes":{"POSITION":6,"NORMAL":7,"TEXCOORD_0":8},"indices":5}],"name":"door_closet_steel"}],"accessors":[{"bufferView":0,"componentType":5123,"count":6801,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"componentType":5126,"count":5314,"max":[0.7079156,1.1,0.07238953],"min":[-0.7079156,-1.10000026,-0.072389394],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":63768,"componentType":5126,"count":5314,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"componentType":5126,"count":5314,"type":"VEC2","name":"accessorUVs"},{"bufferView":2,"byteOffset":42512,"componentType":5126,"count":5314,"type":"VEC2","name":"accessorUV2s"},{"bufferView":0,"byteOffset":13604,"componentType":5123,"count":936,"type":"SCALAR","name":"accessorIndices"},{"bufferView":1,"byteOffset":127536,"componentType":5126,"count":442,"max":[0.0746056661,0.09915788,0.00708131772],"min":[-0.0746056661,-0.09915786,-0.00708158361],"type":"VEC3","name":"accessorPositions"},{"bufferView":1,"byteOffset":132840,"componentType":5126,"count":442,"type":"VEC3","name":"accessorNormals"},{"bufferView":2,"byteOffset":85024,"componentType":5126,"count":442,"type":"VEC2","name":"accessorUVs"}],"bufferViews":[{"buffer":0,"byteLength":15476,"name":"bufferViewScalar"},{"buffer":0,"byteOffset":15476,"byteLength":138144,"byteStride":12,"name":"bufferViewFloatVec3"},{"buffer":0,"byteOffset":153620,"byteLength":88560,"byteStride":8,"name":"bufferViewFloatVec2"}],"buffers":[{"uri":"door_closet.bin","byteLength":242180}]}
Binary file
Binary file
@@ -0,0 +1 @@
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
@@ -0,0 +1 @@
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
@@ -0,0 +1 @@
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}]}
@@ -0,0 +1 @@
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
@@ -0,0 +1 @@
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
@@ -0,0 +1 @@
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}]}
@@ -0,0 +1 @@
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}]}
@@ -0,0 +1 @@
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
Binary file
Binary file
@@ -0,0 +1,11 @@
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
@@ -0,0 +1,55 @@
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
Binary file
Binary file
@@ -0,0 +1,33 @@
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>
@@ -0,0 +1,33 @@
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>