Commit Graph

60 Commits

Author SHA1 Message Date
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
Viktor Kovacs
0d9998a656 Use CDN for web-ifc #464 2024-07-03 23:29:35 +02:00
kovacsv
6311e69163 Move CDN handling to a common place. 2024-04-28 08:34:22 +02:00
kovacsv
5f05ad5e6a Use hosted version of occt-import-js. 2024-04-27 21:53:10 +02:00
kovacsv
aaa65acadb Use the hosted version of some loader libraries. 2024-04-27 11:05:28 +02:00
kovacsv
449ce84bcd Add localization technology to the engine. 2024-01-27 08:58:13 +01:00
kovacsv
71e51ecf58 Pixel-based threshold for line detection. 2023-12-26 14:29:20 +01:00
kovacsv
db3f33d52f Add intersection calculation mode. 2023-12-26 13:11:55 +01:00
Viktor Kovacs
554d0b6108 Add segment class and utilities. 2023-12-24 22:06:03 +01:00
kovacsv
ac1a0e5b9d Add default line color picker to settings. 2023-10-23 13:12:51 +02:00
kovacsv
4f0336c268 Implement polygon offset if the model contains lines. 2023-10-23 11:40:18 +02:00
kovacsv
97e7be4732 Refactor mesh material handler. 2023-10-23 08:46:34 +02:00
kovacsv
f546ce65c0 No need to have a separate material for lines. 2023-10-17 17:58:31 +02:00
kovacsv
cba71f92fa Add lines to the mesh data structure. 2023-10-15 21:40:19 +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
4bd7168fa2 amf format support #397 2023-05-18 16:37:42 +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
63bc9333c2 Update three.js to version 0.151.3. 2023-04-15 20:56:52 +02:00
kovacsv
65cea7fb20 Make function names shorter. 2023-02-01 22:28:47 +01:00
kovacsv
34f3ad2bf7 Move tsconfig.json file to the tools folder. 2023-01-29 19:01:15 +01:00
Callum Gander
83eb66f0d3
Added config + command to build_engine_module to generate .d.ts on building engine module (#356) 2023-01-29 18:52:56 +01:00
kovacsv
b9fe936047 Add utility function for string to rgba color conversion. 2023-01-21 22:54:31 +01:00
kovacsv
1950e3619e Update documentation. 2023-01-14 22:11:46 +01:00
Ilia Pozdnyakov
c95f7c2026
Allow initializing viewer element from File objects. (#352)
Co-authored-by: Ilia Pozdnyakov <pozdnyakov@peterpartner.net>
2023-01-14 22:09:07 +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
kovacsv
69b423e837 Rename viewer geometry to viewer model. 2022-12-19 14:16:49 +01:00
kovacsv
c244562ed0 Context and Closure Memory Leaks #321 2022-12-16 13:24:31 +01:00
Viktor Kovacs
feb4b81deb Remove o3dv importer. 2022-11-18 21:42:13 +01:00
kovacsv
f9b3d9bc82 Support for FCStd format #307 2022-10-08 15:56:23 +02:00
kovacsv
14b0863d64 Add orthographic mode to the viewer class. 2022-09-18 13:01:51 +02:00
kovacsv
f43327ddd8 Support IGES format #279 2022-07-03 17:34:34 +02:00
kovacsv
2a80468276 Rename EventSource to EventNotifier. 2022-07-02 22:34:43 +02:00
kovacsv
bd6c2b5114 Add EventSource class. 2022-07-02 22:25:34 +02:00
kovacsv
79595fcdf9 Transparent background color #286 2022-06-25 12:02:36 +02:00
kovacsv
62af23cafc Use RGBAColor for background. 2022-06-25 11:36:53 +02:00
kovacsv
c168f944f6 Rename Color to RGBColor. 2022-06-25 10:20:58 +02:00
kovacsv
2593bbba4e Calculate the volume of a model by calculating the sum of volumes of all meshes. 2022-06-18 16:24:15 +02:00
kovacsv
41b65010f2 Rename filelist.js to importerfiles.js. 2022-06-05 21:08:53 +02:00
kovacsv
316c8e7293 Introduce InputFile class that can specify the name and the url as well (#202). 2022-06-05 14:44:05 +02:00
kovacsv
6f54184dc6 Escape html special characters in properties. 2022-05-29 11:26:58 +02:00
kovacsv
dc60397102 Implement face colors for dotbim #270 2022-05-28 19:20:04 +02:00
kovacsv
267aeec79a bim export #246 2022-04-18 18:09:17 +02:00
kovacsv
abeb281c65 Url detection in element properties #235 2022-04-15 08:58:58 +02:00
kovacsv
f4f6228426 Move website related code outside of the engine. 2022-03-06 20:16:02 +01:00
kovacsv
43d707ed8e Update engine exports. 2022-03-06 19:54:02 +01:00