kovacsv
|
eb440871bb
|
Minify css using esbuild #394
|
2023-05-03 16:34:08 +02:00 |
|
kovacsv
|
a0594d5ee2
|
Enable calling Init3DViewerElements from everywhere #375
|
2023-04-03 17:35:10 +02:00 |
|
kovacsv
|
15dcf8b44d
|
Do not fit model to window when camera parameters are provided.
|
2022-06-06 10:17:38 +02:00 |
|
kovacsv
|
f133ced651
|
Bundle three.js together with the library.
|
2022-05-20 18:52:37 +02:00 |
|
kovacsv
|
a4d386c521
|
Use ES modules.
|
2022-01-10 18:10:51 +01:00 |
|
kovacsv
|
862677bbf7
|
Move color class to a separate file.
|
2022-01-01 10:59:36 +01:00 |
|
kovacsv
|
2d8acfe7da
|
Move mesh utils to a separate file.
|
2021-12-30 10:16:49 +01:00 |
|
kovacsv
|
3a5c65bdc8
|
Store vertex colors in mesh.
|
2021-12-28 16:44:00 +01:00 |
|
kovacsv
|
fe8012e657
|
Use a separate model class for export.
|
2021-12-26 00:40:06 +01:00 |
|
kovacsv
|
69a97d6bd0
|
Move viewer geometry objects to a separate file.
|
2021-12-23 18:47:23 +01:00 |
|
kovacsv
|
9c3e6fa3ec
|
Object oriented embedding.
|
2021-12-20 16:10:45 +01:00 |
|
kovacsv
|
9b3fc02357
|
Measure tool experiment.
|
2021-12-11 11:59:41 +01:00 |
|
kovacsv
|
2ccc67fe1a
|
Separate file for svg loader.
|
2021-11-14 15:02:48 +01:00 |
|
kovacsv
|
90b11feb28
|
Remove version postfix from lib files.
|
2021-11-08 19:31:42 +01:00 |
|
kovacsv
|
69430fd8f2
|
Update three.js to the latest version #160
|
2021-10-30 08:43:25 +02:00 |
|
kovacsv
|
af5a0fef13
|
Add node to mesh instance instead of transformation.
|
2021-10-26 08:50:20 +02:00 |
|
kovacsv
|
90539cc15d
|
Move MeshInstanceId to a separate file.
|
2021-10-24 18:08:50 +02:00 |
|
kovacsv
|
13cbca26ee
|
Rename modeldata to navigatortree.
|
2021-10-24 18:04:20 +02:00 |
|
kovacsv
|
4250ab3b58
|
Add mesh instance object that represents a mesh with transformation.
|
2021-10-24 16:46:49 +02:00 |
|
kovacsv
|
9dcf49b548
|
Add node class.
|
2021-10-16 11:53:19 +02:00 |
|
kovacsv
|
4e7f5d0445
|
Move FileList to a separate file.
|
2021-09-13 11:21:29 +02:00 |
|
kovacsv
|
419e8775dd
|
Move three importer among other importers.
|
2021-09-05 08:04:55 +02:00 |
|
kovacsv
|
0a269785da
|
Add experiment to load models using three.js loaders.
|
2021-08-06 17:00:29 +02:00 |
|
kovacsv
|
fb81e4ff5a
|
Rename importer to engine.
|
2021-07-22 21:18:37 +02:00 |
|
kovacsv
|
265da7548d
|
Modify source structure.
|
2021-07-15 20:58:50 +02:00 |
|
kovacsv
|
477dcbe1cd
|
Merge branch 'dev' into ifcimporter
|
2021-06-22 12:01:39 +02:00 |
|
kovacsv
|
ea77b98642
|
Add basic information to the sidebar.
|
2021-06-20 11:31:39 +02:00 |
|
kovacsv
|
4df8d25236
|
Add experimental importer for ifc.
|
2021-06-12 19:49:26 +02:00 |
|
kovacsv
|
094189ce4f
|
Delay load rhino3dm so it will be loaded only if it's needed.
|
2021-06-12 17:58:58 +02:00 |
|
Viktor Kovacs
|
eb1d7d7759
|
Update three.js to the latest version #76
|
2021-06-05 12:48:20 +02:00 |
|
Viktor Kovacs
|
c7ef690933
|
All materials render black on some mobile devices #69
Let's detect the wrong devices, and set precision to mediump only if needed.
|
2021-06-05 09:01:24 +02:00 |
|
Viktor Kovacs
|
ff46ecc7d2
|
Rename files.
|
2021-06-03 21:53:40 +02:00 |
|
Viktor Kovacs
|
a3d283f613
|
Add o3dv file format for testing purposes.
|
2021-05-27 20:20:00 +02:00 |
|
Viktor Kovacs
|
0394d60581
|
Add quaternion class.
|
2021-05-24 09:19:44 +02:00 |
|
Viktor Kovacs
|
2815c27a32
|
Add cuboid generator.
|
2021-05-23 18:05:53 +02:00 |
|
Viktor Kovacs
|
5184fe9346
|
Move material and triangle to a separate file.
|
2021-05-21 09:38:09 +02:00 |
|
Viktor Kovacs
|
55072f6d6d
|
Base class for model and mesh so they can be handled similarly.
|
2021-05-21 09:29:44 +02:00 |
|
Viktor Kovacs
|
a39de09715
|
Add base enumerator class so meshes and models can be handled in the same way for calculations.
|
2021-05-20 10:07:37 +02:00 |
|
Viktor Kovacs
|
bdef08756a
|
Code for surface area and volume calculation.
|
2021-05-17 16:05:52 +02:00 |
|
Viktor Kovacs
|
f02b660b23
|
Add topology calculator.
|
2021-05-15 19:23:14 +02:00 |
|
Viktor Kovacs
|
371044bf67
|
Move exporter utils content to model utils.
|
2021-05-15 11:47:43 +02:00 |
|
Viktor Kovacs
|
0fb6649ab9
|
Update includes.
|
2021-05-15 11:42:38 +02:00 |
|
Viktor Kovacs
|
7fa6e9de92
|
Fix include updater script.
|
2021-05-09 15:46:58 +02:00 |
|
Viktor Kovacs
|
949b163435
|
Move sandbox folder to the root directory.
|
2021-05-09 15:42:57 +02:00 |
|