Commit Graph

75 Commits

Author SHA1 Message Date
kovacsv
8b3092acda Import lines from 3dm files. 2023-10-25 21:39:37 +02:00
kovacsv
0319fd4b32 Correct line processing. 2023-10-24 20:07:40 +02:00
kovacsv
8a3c98e658 The obj file format specifies continuous lines and not line segments. 2023-10-23 20:27:21 +02:00
kovacsv
ac1a0e5b9d Add default line color picker to settings. 2023-10-23 13:12:51 +02:00
kovacsv
1af09bf377 Read lines from obj files. 2023-10-17 19:47:00 +02:00
kovacsv
2db8771317 Rename function. 2023-10-17 19:08:32 +02:00
kovacsv
4361240842 Replace callbacks with color values. 2023-10-16 21:55:17 +02:00
kovacsv
b2e21f32ee Update web-ifc to version 0.0.44. 2023-10-08 19:39:39 +02:00
Luiz Henrique Cassettari
8ebcba7591
Update importerbim.js with default color (#414)
* Update importerbim.js with default color

# Update
if the color is undefined use the default color instead.

* Update `defaultMaterialIndex` to null
2023-08-14 18:25:22 +02:00
kovacsv
ee1e0fbcb4 Update occt-import-js. 2023-07-17 20:29:43 +02:00
kovacsv
599f05ceb7 Add unit information where it is known. 2023-07-17 19:41:15 +02:00
kovacsv
deb06ddf49 Use default material in three.js based importers #405 2023-06-29 21:48:11 +02:00
kovacsv
67ee073dfd Update libraries. 2023-06-02 22:47:39 +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
7e0c281263 Update web-ifc to version 0.0.39. 2023-04-15 21:38:01 +02:00
kovacsv
63bc9333c2 Update three.js to version 0.151.3. 2023-04-15 20:56:52 +02:00
kovacsv
ef3817c998 Minor modification. 2023-04-15 08:01:11 +02:00
kovacsv
142d71efb6 Update occt-import-js. 2023-04-15 07:54:59 +02:00
kovacsv
9bd495bcd5 Texture map options not parsed from mtl file #371 2023-03-22 22:15:59 +01:00
kovacsv
fefee144bd Read custom properties from glTF elements #368 2023-03-03 20:23:30 +01:00
kovacsv
65cea7fb20 Make function names shorter. 2023-02-01 22:28:47 +01:00
kovacsv
1718e9bb92 Failed to load glTF files with invalid texture coordinates #349 2023-01-08 22:17:00 +01:00
kovacsv
bd10b196d9 Create documentation for the engine #328 2023-01-07 08:22:23 +01:00
Viktor Kovacs
feb4b81deb Remove o3dv importer. 2022-11-18 21:42:13 +01:00
kovacsv
ae8f1b0c25 Update dependencies. 2022-10-27 17:23:34 +02:00
kovacsv
3b63efc4f9 Gltf file with VALUE_NOT_IN_RANGE not opening #311 2022-10-10 18:19:35 +02:00
kovacsv
d7345647fc Prevent crash when no importable objects found. 2022-10-10 17:35:45 +02:00
kovacsv
f9b3d9bc82 Support for FCStd format #307 2022-10-08 15:56:23 +02:00
kovacsv
990d6329aa Handle worker lifetime. 2022-10-02 12:04:33 +02:00
kovacsv
79568915f9 Fix error handling. 2022-10-01 23:32:20 +02:00
kovacsv
ba6995efc3 Import BREP files #310 2022-10-01 23:03:36 +02:00
kovacsv
f43327ddd8 Support IGES format #279 2022-07-03 17:34:34 +02:00
kovacsv
235149c325 Rename callback. 2022-07-02 22:14:10 +02:00
kovacsv
784715e89c Show progress bar for file download #288 2022-07-02 13:07:14 +02:00
kovacsv
e0b046d1b7 Add callbacks for file loading progress. 2022-07-02 09:16:45 +02:00
kovacsv
c168f944f6 Rename Color to RGBColor. 2022-06-25 10:20:58 +02:00
kovacsv
7e9a191671 OFF mesh file import with colors #278 2022-06-17 19:14:28 +02:00
kovacsv
a7a76cec4b Fix svg importer. 2022-06-16 19:02:16 +02:00
kovacsv
a4ec93ebcd Use ColorToMaterialConverter in ifc importer. 2022-06-14 22:30:43 +02:00
kovacsv
006e5aafc2 Use ColorToMaterialConverter where possible. 2022-06-14 21:15:20 +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
dc60397102 Implement face colors for dotbim #270 2022-05-28 19:20:04 +02:00
kovacsv
48fc88cb70 Do not show empty property group. 2022-05-28 00:38:08 +02:00
kovacsv
f133ced651 Bundle three.js together with the library. 2022-05-20 18:52:37 +02:00
kovacsv
5843fc3cc8 Fix lint error. 2022-05-18 20:21:51 +02:00
kovacsv
9aff0be5f0 Show assembly structure of step files #265 2022-05-18 20:19:02 +02:00
kovacsv
5dcedf559f Replace tabs with spaces. 2022-05-10 08:04:37 +02:00