https://github.com/minorua/Qgis2threejs

sort by:
Revision Author Date Message Commit Date
744bd03 version 2.2 31 October 2018, 07:34:05 UTC
c43528e update release.sh 31 October 2018, 07:29:14 UTC
9ce61f3 update menu tooltips and template description 31 October 2018, 05:08:11 UTC
12d7906 remove allVisible option from html template metadata 31 October 2018, 00:58:10 UTC
41016ef JS: increase distance to camera frustum far plane 30 October 2018, 04:50:54 UTC
c27ed41 Model preview: log object scale 30 October 2018, 04:24:53 UTC
97211d0 Disk: use CircleBufferGeometry instead of CylinderBufferGeometry 29 October 2018, 07:21:31 UTC
4237067 glTF uses y-up coordinate system 29 October 2018, 05:47:57 UTC
472da34 pep8: constants are written in all capital letters 29 October 2018, 02:55:39 UTC
539cc61 define BLOCK_FEATURES in conf.py 29 October 2018, 02:23:16 UTC
1c3fcf8 write json data in compact format when not in debug mode 29 October 2018, 02:11:33 UTC
10e3d1e add Plane type for point layer 29 October 2018, 01:30:43 UTC
ccb0149 rename export.py to build.py, exportlayer.py to buildlayer.py, and so on renamed classes: - ThreeJSExporter to ThreeJSBuilder - ThreeJSFileExporter to ThreeJSExporter - *LayerExporter to *LayerBuilder - *BlockExporter to *BlockBuilder 28 October 2018, 08:26:03 UTC
964485a dat-gui: layer id is not sequential 28 October 2018, 08:26:01 UTC
f0344cb Icon/Model: do not export features without image/model path 28 October 2018, 08:26:00 UTC
276f57a Model File: layer holds object materials 28 October 2018, 08:25:59 UTC
0401650 JS: avoid division by zero 28 October 2018, 05:45:28 UTC
3f6af26 Icon/Model: update file path style widget 25 October 2018, 05:33:39 UTC
5328b59 JS: add app.setIntervalRender(delay, repeat) 25 October 2018, 05:09:45 UTC
df2f802 Model: add app.loadModelFile() - assign loader to loader manager - load error handling 25 October 2018, 02:48:14 UTC
989d568 update vectorproperties.ui - reorder z coordinate group items (mode, altitude) 25 October 2018, 02:25:55 UTC
9b6826b Exporter: add warning parameter to showMessageBar() 25 October 2018, 02:12:57 UTC
6c5df36 open script files with encoding="utf-8" - write scene.json with encoding="utf-8" 25 October 2018, 02:04:00 UTC
39408da Exporter: load polyfill.min.js for GLTFLoader 24 October 2018, 08:47:34 UTC
ecac80d add polyfill.min.js (0.1.42) https://github.com/inexorabletash/polyfill 24 October 2018, 08:46:48 UTC
b6f9c23 remove promise polyfill 24 October 2018, 08:34:03 UTC
1fce9b4 Exporter model preview: adjust object scale and show message 24 October 2018, 08:23:08 UTC
654fd33 Model File: copy required loaders only 24 October 2018, 07:13:58 UTC
bb26aa8 JS: clean up 24 October 2018, 06:52:52 UTC
6518f77 Exporter: use Q3DView.loadScriptFile() to load proj4.js revert "Exporter: use loadScriptFile() to load proj4.js" (c7a44ad) 24 October 2018, 06:46:12 UTC
01ecaec Exporter: clear PointLayer.models on layer update - Q3D.Models caches models 24 October 2018, 06:46:10 UTC
98e53c0 VectorLayerExporter has an own model manager 24 October 2018, 06:46:09 UTC
60b5768 Exporter: load model loaders in updating layer with Model File type selected 24 October 2018, 06:46:08 UTC
6695279 add Model File type for point layer (fix #136) - COLLADA model type has been restored - now support loading also glTF files - still experimental, all models cannot be loaded correctly - need to manually copy dependent files after export Model File type selected '6d1d597'. 24 October 2018, 06:46:07 UTC
6d1d597 JS: fix window resize event handling 23 October 2018, 06:06:24 UTC
1c396cd Icon: get image size from image object - add Q3D.Material.callbackOnLoad() - allow access to online images 23 October 2018, 06:06:23 UTC
62c514d Exporter: allow access to remote URLs 23 October 2018, 05:44:18 UTC
c7a44ad Exporter: use loadScriptFile() to load proj4.js 23 October 2018, 05:44:17 UTC
81135ed Exporter: load Collada/glTF models to scene by dropping files on web view for load test purpose 23 October 2018, 05:44:16 UTC
bd60bd8 add promise polyfill for GLTFLoader https://github.com/ForbesLindesay/promisejs.org 23 October 2018, 01:32:31 UTC
3385820 add GLTFLoader.js (three.js r90) 23 October 2018, 01:32:30 UTC
e7b759c update ColladaLoader.js (three.js r90) 23 October 2018, 00:43:33 UTC
a5d85b2 viewer.js: add loadScriptFile() 23 October 2018, 00:43:32 UTC
51efb11 restore Icon type for point layer (refs #136) 22 October 2018, 06:24:20 UTC
f8c7d78 JS: BufferGeometry.computeFaceNormals() does nothing 22 October 2018, 05:09:51 UTC
9a470d0 Profile: fix flat shading with lambert material 22 October 2018, 05:08:11 UTC
54ff4a0 add Triangular Mesh type for polygon layer 22 October 2018, 02:11:36 UTC
77dbb56 version 2.1 17 October 2018, 07:17:47 UTC
bd6e1b4 clean up imports 17 October 2018, 07:05:52 UTC
a42ead9 fix crash on closing exporter in Linux (fix #128, fix #131, fix #149) 17 October 2018, 07:05:51 UTC
4ca8dfe Exporter: render scene when export settings are cleared hide North arrow and footer label 17 October 2018, 07:05:44 UTC
a7dae9e update wiki URL 17 October 2018, 04:49:38 UTC
22f473b gsielevtile plugin: update metadata.txt 17 October 2018, 04:49:37 UTC
ebf26dd JS: remove code for TrackballControls 17 October 2018, 04:49:36 UTC
262ded5 Mobile: hide zoom in here button in AR mode 17 October 2018, 00:53:07 UTC
ec2f42d Mobile: hide stop orbiting button when AR mode turns on 17 October 2018, 00:49:45 UTC
e9b6726 Mobile: update styles for stop button 17 October 2018, 00:44:33 UTC
1356834 OrbitControls: do not call event.preventDefault() in onTouchStart() 17 October 2018, 00:39:33 UTC
ca7f3b7 update usage 16 October 2018, 08:15:21 UTC
5e567b9 OrbitControls: arrow key controls (refs af25c9f) 16 October 2018, 07:49:50 UTC
285a356 OrbitControls: fix mouse wheel event handling (refs 3758d57) 16 October 2018, 07:49:49 UTC
ccae10e update OrbitControls.js (three.js r97) - support 2-finger zoom/pan - support Ctrl-drag as right-drag alternative 16 October 2018, 07:47:24 UTC
e87d743 Mobile: add button tooltips 16 October 2018, 06:44:19 UTC
50fa8bc Mobile: add stop orbitting button 16 October 2018, 06:36:50 UTC
af1c457 JS: stop rotate animation by pressing ESC key 16 October 2018, 06:19:30 UTC
ca392ae fix ExportSettings.setFooterLabel() 16 October 2018, 04:33:38 UTC
28541ca Exporter: reload own viewer page 16 October 2018, 02:59:37 UTC
c63f7fd rename insets sub-menu group to decorations 16 October 2018, 02:58:43 UTC
f8dddcd add Footer Label inset 16 October 2018, 02:34:45 UTC
c821048 JS: add Q3D.Config.camera.ortho option 16 October 2018, 00:14:48 UTC
fa3f0af Vector: use QgsCompoundColorWidget for color option 15 October 2018, 07:59:51 UTC
648288b DEM: use QgsColorButton for solid color option 15 October 2018, 07:17:38 UTC
8a2032d Exporter: move initialize code to viewer.js 15 October 2018, 07:17:37 UTC
f5bb7d8 use QgsColorButton for background color option 15 October 2018, 07:00:54 UTC
79262ad reorder export to web dialog widgets 15 October 2018, 07:00:53 UTC
b1a0b1a NorthArrow: add color select dialog 15 October 2018, 07:00:52 UTC
a1621e3 update tab order 13 October 2018, 05:24:41 UTC
ef107ad DEM: add a slider widget at left of opacity spinbox 13 October 2018, 05:17:29 UTC
8236950 Cone: fix geometry cache 13 October 2018, 04:59:42 UTC
68d026d update css (z-index of mobile buttons and hidden class) 13 October 2018, 04:44:36 UTC
5949a68 log message "please use a simple renderer for a vector layer" 12 October 2018, 07:40:24 UTC
96476af remove redundant characters in data filename 12 October 2018, 07:31:13 UTC
5908c24 camera action: call app.closePopup() instead of app.popup.hide() 12 October 2018, 07:31:12 UTC
7039795 CSS: update camera action button style 12 October 2018, 07:31:11 UTC
bd9e8fb Label: rename autoSize option to fixedSize by default, size of labels changes according to distance from camera 12 October 2018, 07:31:10 UTC
5bf3675 JS: show feature info when a label is clicked (fix #145) 12 October 2018, 07:31:08 UTC
b2ff664 Exporter: hide layer objects when export checkbox is unchecked (follow up 2eb2e08) 12 October 2018, 00:46:06 UTC
5aafc1f GSIElevTile: call .readValue() in .readValueOnTriangles() for now 12 October 2018, 00:38:56 UTC
16ca24e JS: put app.updateLabelPosition() into an immediate function 11 October 2018, 07:29:14 UTC
0ce2bfa Mobile: fix label position calculation in AR mode 11 October 2018, 06:51:43 UTC
ef14f8a JS: change main container tag id to view 11 October 2018, 06:51:36 UTC
7fd26c9 Label: use transform instead of top/left 11 October 2018, 06:25:07 UTC
b86933a Mobile: move a script tag into head tags 11 October 2018, 05:22:45 UTC
370cd61 Mobile: move consts to under Q3D.Config.AR 11 October 2018, 04:39:56 UTC
2eb2e08 Exporter: always display layers with 'visible on load' off 11 October 2018, 03:01:50 UTC
7fd71cb Template: add allVisible option 11 October 2018, 03:01:49 UTC
083e367 restore GSI Elevation Tile Plugin 11 October 2018, 01:20:21 UTC
1d475aa Exporter: save as image and save as glTF functions need preview enabled 10 October 2018, 06:46:00 UTC
15e3c9c JS: use Material.flatShading instead of .shading THREE.MeshLambertMaterial: .shading has been removed. Use the boolean .flatShading instead. 10 October 2018, 06:44:34 UTC
593081c NorthArrow: higher arrow 10 October 2018, 06:12:57 UTC
back to top