Commit Graph

27 Commits

Author SHA1 Message Date
AlexandruPopovici 448ae95d8b Added a sample hdr to the assets 2022-05-26 11:01:11 +03:00
AlexandruPopovici 1599970f22 #746 Made the new thick lines work with RTE 2022-05-19 13:05:34 +03:00
AlexandruPopovici e3cd5ae1f0 #746 A lot of changes to Geometry. Started integrating RTE with the viewer 2022-05-17 14:52:38 +03:00
AlexandruPopovici a8a0a0de38 #746. Converter is not typescript'd. Also added a few smaller changes. Next we need an intermediary layer between the converter and the viewer object loader 2022-05-10 18:46:14 +03:00
Fabians 1c7436e7ff extra prefer-const & object-shorthand 2022-04-04 19:00:24 +03:00
Gergő Jedlicska 569b4688fa style(all): reformat with print width 88 2022-03-29 19:46:49 +02:00
Fabians aa5e94d640 chore: reformatting everything with prettier 2022-03-29 17:12:31 +03:00
Cristian Balas db2a91651c update frontend package-lock, viewer fixes (#499) 2021-12-14 13:41:20 +02:00
cristi8 21a4cfee87 viewer small fixes 2021-11-15 19:16:32 +02:00
Dimitrie Stefanescu 63fde55360 feat(viewer): loader ensures cancellation on unload
basically cancels loading if unload is called while loading is still in progress
2021-11-15 09:53:35 +00:00
Dimitrie Stefanescu 5b0c511ea6 feat(viewer): prelim load cancellation (re #108) 2021-11-15 09:46:23 +00:00
Dimitrie Stefanescu 279db7d60c feat(viewer): exposes caching param for loader 2021-11-15 09:34:24 +00:00
Dimitrie Stefanescu a5e626b17b feat(viewer): tyding up a bit 2021-11-14 11:14:02 +00:00
cristi8 580039d1a0 wip viewer - optimizations 2021-10-31 19:00:31 +02:00
cristi8 0c305f9deb wip viewer 2021-10-29 21:40:13 +03:00
cristi8 355301ae36 wip viewer 2021-10-29 11:05:38 +03:00
cristi8 38eca4dbdc WIP viewer 2021-10-25 15:46:37 +03:00
Alan Rynne 18eea01c29 feat(embed): Wrapped all localStorage access with try/catch statements 2021-08-26 16:27:53 +02:00
Dimitrie Stefanescu 3a3fd7d963 refactor(viewer): linting yay 2021-07-05 09:11:44 +01:00
Dimitrie Stefanescu c11630fc14 feat(viewer): adds several optional parameters to various functions
(1) post load function skipping; (2) zoom fit; (3) zoom transitions; (4) camera rotation;
2021-04-23 15:34:40 +01:00
Cristian Balas 09de8184a7 viewer.loadObject now returns after loading (#187) 2021-04-22 13:47:03 +03:00
Dimitrie Stefanescu ff5c35a685 feat(viewer/frontend): shows alert if no objects were loaded in viewer 2021-03-26 19:56:36 +00:00
Dimitrie Stefanescu 52a9829752 improvement(viewer): emits a warning if no 3d objects are found during the load process 2021-03-26 18:43:09 +00:00
Dimitrie Stefanescu 846223fbb9 fix(viewer): allows non-auth requests to happen; error converted to console warning 2021-03-26 09:39:15 +00:00
Dimitrie Stefanescu e0641639da feat(loader): separated object loader into separate package 2021-03-25 17:27:29 +00:00
Alan Rynne bcadd9b9ef chore(viewer): Refactor + improvement in arc/circle conversion
Fixed error in loading %
2021-01-26 12:16:34 +01:00
Dimitrie Stefanescu 5428bab9f4 feat(viewer): adds loading convience method and improves selection behaviour
clicks on objects hidden by a section plane are no longer selecting it
2021-01-19 22:04:13 +00:00