Commit Graph

124 Commits

Author SHA1 Message Date
16a2e43649 fix step save flow and add portable backend runtime support
Some checks failed
Build / build (18.x, macos-latest) (push) Has been cancelled
Build / build (18.x, ubuntu-latest) (push) Has been cancelled
Build / build (18.x, windows-latest) (push) Has been cancelled
Build / build (20.x, macos-latest) (push) Has been cancelled
Build / build (20.x, ubuntu-latest) (push) Has been cancelled
Build / build (20.x, windows-latest) (push) Has been cancelled
2026-04-13 15:16:30 +08:00
b447fc7864 feat: rebrand project for internal use
Some checks are pending
Build / build (18.x, macos-latest) (push) Waiting to run
Build / build (18.x, ubuntu-latest) (push) Waiting to run
Build / build (18.x, windows-latest) (push) Waiting to run
Build / build (20.x, macos-latest) (push) Waiting to run
Build / build (20.x, ubuntu-latest) (push) Waiting to run
Build / build (20.x, windows-latest) (push) Waiting to run
2026-04-13 14:02:49 +08:00
f033f29c08 feat: improve website accessibility interactions 2026-04-13 12:10:29 +08:00
03497f97a7 fix: stabilize step tree deletion save flow 2026-04-13 12:06:37 +08:00
4e2e190268 feat: add step tree deletion demo 2026-04-10 11:43:09 +08:00
Viktor Kovacs
5fc576cde3 Change intro content margin. 2025-12-17 22:20:07 +01:00
Viktor Kovacs
8db144495d Do not center intro content from script. 2025-12-17 22:17:10 +01:00
Viktor Kovacs
0d9998a656 Use CDN for web-ifc #464 2024-07-03 23:29:35 +02:00
Viktor Kovacs
e73167ef5e Minor modification. 2024-06-17 19:31:55 +02:00
nikitaa01
28b6e4cb74
feat: Use user color scheme by default if no cookie was found (#477)
* feat: Use user color scheme by default if no cookie was found

* Update settings.js
2024-06-17 19:27:21 +02:00
kovacsv
5ec6840f6e Minor modification. 2024-01-27 12:09:02 +01:00
kovacsv
c4955b39de Disable using the full website in an iframe #446 2024-01-27 12:01:05 +01:00
kovacsv
009e3cbfc3 Localization technology final steps. 2024-01-27 09:54:58 +01:00
kovacsv
ac41f4586e Fix typo. 2024-01-27 09:34:05 +01:00
kovacsv
d10b3a1338 Use the localization technology in the website code. 2024-01-27 09:32:12 +01:00
kovacsv
db3f33d52f Add intersection calculation mode. 2023-12-26 13:11:55 +01:00
kovacsv
82c5d01a43 Fix measure tool with lines. 2023-10-23 18:17:07 +02:00
kovacsv
bd34c2a408 Show line count in the details panel. 2023-10-23 15:54:59 +02:00
kovacsv
9e5ddaead7 Allow default line color parameter when embedding. 2023-10-23 13:52:06 +02:00
kovacsv
ac1a0e5b9d Add default line color picker to settings. 2023-10-23 13:12:51 +02:00
kovacsv
978b1dfd19 Introduce material source parameter to distinguish materials created for lines and faces. 2023-10-23 12:17:03 +02:00
kovacsv
4f0336c268 Implement polygon offset if the model contains lines. 2023-10-23 11:40:18 +02:00
Viktor Kovacs
077d46d112 Refactor material conversion. 2023-10-21 18:10:45 +02:00
Viktor Kovacs
7420e4dfeb Convert line segments with dummy material. 2023-10-21 08:46:54 +02:00
kovacsv
d2215f2295 Preserve navigation and projection mode between sessions #425 2023-10-14 09:11:33 +02:00
kovacsv
37a21aab36 Introduce camera settings class. 2023-10-14 08:33:51 +02:00
kovacsv
34a64b5d83 Introduce NavigationMode enum. 2023-10-14 07:58:28 +02:00
kovacsv
d7db1442b2 Rename CameraMode to ProjectionMode. 2023-10-14 07:44:44 +02:00
kovacsv
599f05ceb7 Add unit information where it is known. 2023-07-17 19:41:15 +02:00
kovacsv
8ef709d778 Remove debug prints. 2023-06-29 21:48:04 +02:00
kovacsv
8edce119cd Option to switch between themes without opening a model #400 2023-06-28 20:35:31 +02:00
kovacsv
1ec2f1df36 Option to create screenshot with transparent background #401 2023-06-28 19:02:39 +02:00
kovacsv
181b237f12 Center intro page content #404 2023-06-18 07:37:57 +02:00
kovacsv
6490b22533 Adjust minimal window size. 2023-06-04 13:46:13 +02:00
kovacsv
8a625e7ef9 Update intro page. 2023-06-04 13:25:41 +02:00
kovacsv
7a6cdaee68 Fix hierarchy detection. 2023-05-08 19:21:17 +02:00
Viktor Kovacs
96609b559a Eliminate manual node type setting in importers. 2023-05-08 08:07:37 +02:00
kovacsv
b93581c1bc Update three.js to version 0.152.2. 2023-05-07 11:59:54 +02:00
kovacsv
eb440871bb Minify css using esbuild #394 2023-05-03 16:34:08 +02:00
kovacsv
c4c066dcfe Minor modification. 2023-04-09 08:05:18 +02:00
kovacsv
d5283bc432 Tree should show the node name if the mesh doesn't have a name. #385 2023-04-08 21:18:35 +02:00
kovacsv
aa701a4744 Sidebar.js typo #381 2023-04-05 15:58:24 +02:00
kovacsv
d449753349 Sharing link broken due to missed slash before hash parameters #364 2023-02-25 13:40:24 +01:00
kovacsv
9aee8636f9 Show tree view automatically in case of hierarchical models #360 2023-02-20 21:02:24 +01:00
kovacsv
f337e962b6 Hide header before the website is fully initialized. 2023-02-10 21:52:36 +01:00
kovacsv
f3e79a74c2 Create class for environment settings. 2023-01-03 21:58:36 +01:00
kovacsv
6c66557884 Move shading model to a separate file. 2022-12-31 12:36:08 +01:00
kovacsv
c39a63bc1c Create class for edge settings. 2022-12-31 12:20:27 +01:00
Viktor Kovacs
3eca24c4ac
Fix DeepScan error. 2022-12-13 08:36:46 +01:00
Viktor Kovacs
e3e6c56fce
Fix splitter and resize logic. 2022-12-13 08:34:12 +01:00