kovacsv
|
41c459897f
|
Use substring instead of substr since it's deprecated.
|
2022-01-12 18:27:38 +01: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
|
15b49457af
|
Add another selfhost example.
|
2021-12-29 09:50:46 +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
|
18e35701be
|
Access the core viewer instance from the embedded viewer.
|
2021-12-20 16:31:26 +01:00 |
|
kovacsv
|
9c3e6fa3ec
|
Object oriented embedding.
|
2021-12-20 16:10:45 +01:00 |
|
kovacsv
|
d5976ec8db
|
Do url transformations in the loading code instead of the dialog #188
|
2021-12-18 10:09:30 +01:00 |
|
kovacsv
|
4730ac565a
|
Add error test.
|
2021-12-13 11:25:56 +01:00 |
|
kovacsv
|
9b3fc02357
|
Measure tool experiment.
|
2021-12-11 11:59:41 +01:00 |
|
kovacsv
|
bb3bef4134
|
Add edge color to embedding codes.
|
2021-12-08 13:13:31 +01:00 |
|
kovacsv
|
db57efeaf1
|
Select file to import when there are more importable files #176
|
2021-11-29 19:48:12 +01:00 |
|
kovacsv
|
33a8464321
|
Simplify importer interface.
|
2021-11-17 12:01:21 +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
|
1b936f21b2
|
Replace environment map.
|
2021-10-31 09:30:37 +01:00 |
|
kovacsv
|
303d832a70
|
Replace environment map.
|
2021-10-30 13:00:52 +02:00 |
|
kovacsv
|
69430fd8f2
|
Update three.js to the latest version #160
|
2021-10-30 08:43:25 +02:00 |
|
kovacsv
|
c49a8d0319
|
Add code for envmap issue.
|
2021-10-29 07:30:09 +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
|
8fa4a0bcdd
|
Add node example.
|
2021-10-06 19:12:43 +02:00 |
|
kovacsv
|
b89a3429ba
|
Feature Request- Ability to auto detect and load models from .zip or .rar #136
|
2021-09-13 16:32:50 +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
|
2757d9ecb5
|
Use promises for file loading.
|
2021-07-28 08:51:32 +02:00 |
|
kovacsv
|
669c06ffdd
|
Change background color with viewer function.
|
2021-07-26 08:21:51 +02:00 |
|
kovacsv
|
fb81e4ff5a
|
Rename importer to engine.
|
2021-07-22 21:18:37 +02:00 |
|
kovacsv
|
e49bd60561
|
Add the possibility to add environment map to self-hosted viewer.
|
2021-07-20 21:08:02 +02:00 |
|
kovacsv
|
3f30909b2e
|
Use Physically Based Rendering when possible #99
|
2021-07-19 19:31:12 +02:00 |
|
kovacsv
|
682976075d
|
Add more self-host examples.
|
2021-07-17 21:49:29 +02:00 |
|
kovacsv
|
239a4df91c
|
Add possibility to init only one viewer manually.
|
2021-07-17 09:50:23 +02:00 |
|
kovacsv
|
265da7548d
|
Modify source structure.
|
2021-07-15 20:58:50 +02:00 |
|
kovacsv
|
b063321a5b
|
Rename url parameters for default and background color.
|
2021-07-11 15:44:22 +02:00 |
|
kovacsv
|
5d76010284
|
Merge branch 'dev' into ifcimporter
|
2021-06-26 23:54:09 +02:00 |
|
kovacsv
|
2b38556eff
|
Change canvas background color #85
|
2021-06-25 08:41:34 +02:00 |
|
kovacsv
|
14d11a0c41
|
Set background color when using the viewer on your website #92
|
2021-06-24 19:36:15 +02:00 |
|
kovacsv
|
f4b8ca18c6
|
Callback instead of return value because of async loading.
|
2021-06-24 18:24:12 +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 |
|