Commit Graph

259 Commits

Author SHA1 Message Date
Viktor Kovacs
ca4e0ef1d4 Default color handling during embedding and engine usage. 2021-04-05 10:20:26 +02:00
Viktor Kovacs
e5e59f3e5d Get default color from importer. 2021-04-05 09:49:55 +02:00
Viktor Kovacs
2b37ad351e Remove unused function. 2021-04-04 13:02:43 +02:00
Viktor Kovacs
0e446c7308 Update version. 2021-04-04 12:51:28 +02:00
Viktor Kovacs
2992cc91de Option to embed camera position during embedding link creation #46 2021-04-04 12:50:46 +02:00
Viktor Kovacs
d5bf4c7958 Update verison. 2021-04-04 12:26:49 +02:00
Viktor Kovacs
a92185b381
Update README.md 2021-04-03 09:01:05 +02:00
Viktor Kovacs
87037cf542
Update README.md 2021-04-03 09:00:30 +02:00
Viktor Kovacs
13c9241927
Update README.md 2021-04-03 08:47:28 +02:00
Viktor Kovacs
a9c5afb09e
Update README.md 2021-04-03 08:41:53 +02:00
Viktor Kovacs
f05164cc1d
Update README.md 2021-04-03 08:40:09 +02:00
Viktor Kovacs
6aea8feb6f
Update README.md 2021-04-03 08:35:21 +02:00
Viktor Kovacs
21a45d99c2 Handle viewer and embed resize internally. 2021-04-02 21:57:43 +02:00
Viktor Kovacs
d43477d726 Self-hosted viewers should detect size automatically based on the size of the container div #43
Now the viewer's size is based on the parent container's size (not the width and height attribute) so it's possible to style the parent container with css and even use it in fullscreen.
2021-04-02 18:52:00 +02:00
Viktor Kovacs
2cfbc59821 Add another self-host example. 2021-04-02 16:42:54 +02:00
Viktor Kovacs
d88f9a4c85 Typo fix. 2021-04-02 16:21:38 +02:00
Viktor Kovacs
1b2924a249
Update README.md 2021-04-02 16:00:22 +02:00
Viktor Kovacs
dc07b87579
Update README.md 2021-04-02 15:59:42 +02:00
Viktor Kovacs
6df45bbf4b
Update README.md 2021-04-02 15:59:01 +02:00
Viktor Kovacs
ab26b0508b Add codecov badge. 2021-04-02 12:39:13 +02:00
Viktor Kovacs
f76408ae1c Add cookies policy. 2021-04-02 12:35:35 +02:00
Viktor Kovacs
0b77192ac5 Delete unused code. 2021-04-02 11:06:02 +02:00
Viktor Kovacs
69b15ff559 Add separator parameter for parameter builder and parser. 2021-04-02 11:03:45 +02:00
Viktor Kovacs
8853c00e14 Rename test cases. 2021-04-02 10:51:13 +02:00
Viktor Kovacs
c7eb2f2cb8 Rename urlutils_test to parameterlist_test. 2021-04-02 10:50:34 +02:00
Viktor Kovacs
cafb7171f9 Add parameter handling utilities. 2021-04-02 10:49:01 +02:00
Viktor Kovacs
8e7bebaf5f Rename urlutils to paramutils. 2021-04-02 10:38:53 +02:00
Viktor Kovacs
6d23481619 Use the camera recommended by the importer in case of no camera defined during embedding or self-hosting. 2021-04-02 10:05:47 +02:00
Viktor Kovacs
473da09052 Add function to reload the same model again. 2021-04-02 10:05:18 +02:00
Viktor Kovacs
b60305dd19 Possibility to set the default material color for importer in case of no-material surfaces. 2021-04-02 09:25:41 +02:00
Viktor Kovacs
774e32af5b Update version. 2021-04-01 18:19:10 +02:00
Viktor Kovacs
cb5f006a9f Use python in package scripts. 2021-04-01 16:36:14 +02:00
Viktor Kovacs
0595f6a385 Remove build from travis. 2021-04-01 16:33:35 +02:00
Viktor Kovacs
b4dbf0463b Remove environment variable. 2021-04-01 16:31:04 +02:00
Viktor Kovacs
1d956e86dd Fix python runner script. 2021-04-01 16:27:58 +02:00
Viktor Kovacs
9ac4415eee Use python3 instead of python on non-windows machines. 2021-04-01 16:25:55 +02:00
Viktor Kovacs
bb05a22c9e
Update README.md 2021-04-01 15:46:28 +02:00
Viktor Kovacs
30e4fdfcad Minor modification. 2021-04-01 15:39:09 +02:00
Viktor Kovacs
d8aa2feac3 Separate entities for url parameter handling. 2021-04-01 15:04:17 +02:00
Viktor Kovacs
c770b84e26 Replace tabs with spaces everywhere. 2021-03-31 18:02:14 +02:00
Viktor Kovacs
d1000c0c93 Add function to run a single task asynchronously. 2021-03-31 17:52:26 +02:00
Viktor Kovacs
515caed254 Make coverage report with only one package script. 2021-03-31 16:24:17 +02:00
Viktor Kovacs
e48c1b51e1 Pan with middle mouse #41 2021-03-31 16:20:50 +02:00
Viktor Kovacs
4acbf3046c Get rendered image as data url from the viewer. 2021-03-31 11:49:02 +02:00
Viktor Kovacs
0c03fb3bca Revoking urls is now the responsibility of the main importer object. 2021-03-31 08:14:35 +02:00
Viktor Kovacs
2450cb8feb Minor modification. 2021-03-31 07:47:37 +02:00
Viktor Kovacs
11d2f04580 Move buffer cache to the main importer class. 2021-03-30 19:22:38 +02:00
Viktor Kovacs
45e4a13d53 Exclude tests from coverage report. 2021-03-30 18:57:29 +02:00
Viktor Kovacs
4d63aa3a62 Code coverage for test. 2021-03-30 18:52:58 +02:00
Viktor Kovacs
6bc1b33e8a Use rewire to import non-module files, and use nyc for test coverage. 2021-03-30 18:34:00 +02:00