https://github.com/minorua/Qgis2threejs

sort by:
Revision Author Date Message Commit Date
0058a07 JS: move app.addEventListeners() into app.init() 09 April 2018, 04:37:43 UTC
046139a dat-gui: set custom plane z range when all objects have been loaded 08 April 2018, 08:25:20 UTC
649fa70 fix 3D viewer (dat-gui panel) template 08 April 2018, 08:25:18 UTC
05826d6 add plugin icon to 3DViewer template 08 April 2018, 08:25:17 UTC
faf9aa1 remove JS libraries/files (FileSaverjs, jszip and FileExporters) 08 April 2018, 08:24:01 UTC
c437744 remove FileExport template 08 April 2018, 02:29:09 UTC
239145b WebExport: filename input box 08 April 2018, 02:24:45 UTC
e2b3625 clean up ExportSettings 08 April 2018, 02:24:41 UTC
dd5b402 WebExport: template select 08 April 2018, 01:37:54 UTC
3022b15 RotatedRect: rotation is counter-clockwise 07 April 2018, 23:27:49 UTC
eac1a43 JS: DEM layer should hold materials of DEM blocks 07 April 2018, 23:27:42 UTC
fe59b7b rename StyleWidget.expressionWidget() to .expressionComboBox() 07 April 2018, 07:37:13 UTC
43a88aa fix the problem that field expression widget value is discarded when enter key is pressed in the widget 07 April 2018, 07:33:15 UTC
3b52ebc [QGIS3 API changes] QgsMapSettings.hasCrsTransformEnabled() is removed 07 April 2018, 05:40:01 UTC
80b7046 fix error which occurs when clip polygon is out of map canvas extent 07 April 2018, 05:38:21 UTC
d6c7bdd fix building DEM sides 07 April 2018, 05:25:24 UTC
d9c0def render scene when wireframe mode is toggled 07 April 2018, 05:25:23 UTC
fcb94f4 fix toggling enablement of Features group box 07 April 2018, 05:25:21 UTC
96b8a7a fix clipping for rotated map 07 April 2018, 05:25:11 UTC
4fa87e2 fix overlay for rotated map 07 April 2018, 05:25:03 UTC
64e55a1 use display names instead of field names (fix #103) 06 April 2018, 07:23:22 UTC
758c5ee skip invalid geometries (fix #85) 06 April 2018, 07:23:21 UTC
b355619 DEM: fix building frame 06 April 2018, 05:54:17 UTC
925ac0b fix JSON serialize error caused by NULL in attribute values 06 April 2018, 05:51:57 UTC
19ed3d6 altitude of each extruded polygon is that of polygon centroid 06 April 2018, 05:23:00 UTC
486ed0f fix label 06 April 2018, 05:00:22 UTC
6445780 DEM: change default surroundings settings 05 April 2018, 06:46:01 UTC
5971527 DEM properties page: hide sub items when checkbox is unchecked 05 April 2018, 06:09:33 UTC
bd6fe94 fix Disk 05 April 2018, 05:30:48 UTC
4019a34 fix Profile 05 April 2018, 05:30:46 UTC
e6e381e remove API needs to be redesigned 05 April 2018, 00:24:08 UTC
ff9dc8b disable Icon and JSON/COLLADA model object types 04 April 2018, 06:27:47 UTC
efe14fc fix clipped DEM export 04 April 2018, 06:10:59 UTC
5909970 Overlay: remove border and side options 04 April 2018, 05:30:13 UTC
c34c747 Overlay: calculate elevation of vertices on triangular mesh surface in python side 03 April 2018, 07:27:54 UTC
48c2e68 JS: fix box line (partly revert 15ba011) 02 April 2018, 08:44:31 UTC
3e0f6b5 DEM: use MeshLambertMaterial instead of MeshPhongMaterial 02 April 2018, 07:46:02 UTC
15ba011 JS: Geometry to BufferGeometry Sphere, Cylinder, Box, Shape and Extrude 02 April 2018, 06:21:42 UTC
dc67c8e Pipe, Cone (Line): do not put spheres on both ends - increase number of object segments 02 April 2018, 06:05:02 UTC
465076f JS: assign a THREE.Mesh object to "mesh" 02 April 2018, 05:50:06 UTC
e64b000 Pipe, Cone (Line): use quaternion 02 April 2018, 05:10:55 UTC
1b0766b orthographic camera 02 April 2018, 04:47:42 UTC
2ff0be7 fix toggling layer visibility 02 April 2018, 01:43:57 UTC
d8832c0 glTF export: fix GLB_CHUNK_LENGTH_UNALIGNED error apply patch by fernandojsg https://github.com/mrdoob/three.js/commit/38de4ccca5ecc0df5779cbcee7a3c2f4e4f6cd64 31 March 2018, 04:29:31 UTC
12caef4 WebExport: modify message to confirm overwrite 31 March 2018, 01:56:01 UTC
688a4e9 glTF export: fix orientation of models to export - set layer name to layer object group 31 March 2018, 01:56:00 UTC
093d9c4 encode images to base64 when saving model to a glTF file otherwise, type error occurs at GLTFExporter.js line 446: ctx.drawImage( map.image, 0, 0 ); 30 March 2018, 10:02:48 UTC
4367e10 save scene as glTF 30 March 2018, 07:54:14 UTC
018ad28 QWebView doesn't support ImageBitmap. ImageBitmap is not actually used in Qgis2threejs web app and we can define it as HTMLImageElement to avoid reference errors. 29 March 2018, 02:51:25 UTC
696c69c update three.js library (r90) 29 March 2018, 02:25:00 UTC
7132be8 add GLTFExporter.js from three.js r90 29 March 2018, 00:48:57 UTC
e8f51a5 pluginDir() takes variadic arguments 28 March 2018, 04:33:04 UTC
cd67f63 close properties dialogs before exporter window is closed, to avoid crash 28 March 2018, 04:23:14 UTC
145a37b StyleWidget: new height widget 28 March 2018, 02:34:14 UTC
9506b76 do not show current view URL in preview 28 March 2018, 02:02:37 UTC
f370c64 do not display FPS when not in debug mode 28 March 2018, 01:42:53 UTC
575beb7 fix rotate animation 28 March 2018, 01:21:01 UTC
3c44160 ThreeJSExporter.exportLayer() and .exporters() 27 March 2018, 07:52:57 UTC
07a2a5d some cleaning - remove ObjectTreeItem class - remove quadtree.py 27 March 2018, 06:54:24 UTC
6e32345 only one instance of plugin manager 27 March 2018, 06:54:14 UTC
be70835 clean up TODOs 27 March 2018, 05:42:40 UTC
d1ef3a2 add menu item to clear all settings 26 March 2018, 08:41:32 UTC
4381a0c remove qgis2threejsdialog 26 March 2018, 07:34:25 UTC
5480483 update layer name on layer list update ExportSettings.updateLayerList() is called before layer tree is built 26 March 2018, 02:48:09 UTC
63abd0a load export settings from settings file for current project 26 March 2018, 02:21:30 UTC
55ac19e save export settings when exporter is closed 26 March 2018, 01:59:06 UTC
3304fbe update extent and layers when preview gets enabled 25 March 2018, 08:07:42 UTC
d2a5cd5 add menu item to launch exporter with preview disabled 25 March 2018, 07:57:11 UTC
0cac77a cover canvas with light gray when preview is disabled 24 March 2018, 09:01:08 UTC
2196a3d debug_mode = 1 24 March 2018, 07:34:42 UTC
67850a0 pluginDir() takes sub directory path as a parameter 24 March 2018, 07:34:40 UTC
8a31a0f [js] increase number of point layer object segments (sphere, cylinder and cone) 24 March 2018, 07:34:39 UTC
acba60b do not write unnecessary geometry values 24 March 2018, 07:34:37 UTC
9cb51fb [js] one or two unit geometries for one line layer block (pipe, cone) 24 March 2018, 07:34:30 UTC
33dcbcd [js] one unit geometry for one point layer block 24 March 2018, 07:34:20 UTC
fe057c2 set window icon 22 March 2018, 02:32:32 UTC
bd4dc97 update plugin icon (QGIS color, three and tree) 22 March 2018, 02:32:22 UTC
33ab408 remove map canvas group from world properties page 21 March 2018, 07:20:58 UTC
d13f47a world settings dialog: set up/save properties 21 March 2018, 07:08:10 UTC
0d3427b show world settings dialog 20 March 2018, 07:12:25 UTC
fa1d8b9 rename settingsdialog.py to pluginsettings.py remove ui/controlsproperties.* 20 March 2018, 07:09:28 UTC
4898091 update menu and remove toolbar 20 March 2018, 06:37:18 UTC
067805a rename rendering checkbox to preview checkbox 20 March 2018, 06:27:56 UTC
3dcaf30 press ESC key to abort processing - add a progress bar into status bar 20 March 2018, 06:18:55 UTC
e63dc10 remove ThreejsJSWriter 19 March 2018, 05:51:49 UTC
86d07c9 fix DEM export with clipped option 19 March 2018, 05:22:59 UTC
4d58f5a hold object type classes instead of their instances 17 March 2018, 02:13:34 UTC
c10e6e2 change default z exaggeration to 1.0 17 March 2018, 01:35:53 UTC
00d6d88 rename buttonGroup_zValue to buttonGroup_altitude 16 March 2018, 04:33:57 UTC
ccf37e5 rename Value/Expression and FieldValue to Expression 16 March 2018, 04:24:48 UTC
45af802 replace mat with mtl 16 March 2018, 04:10:31 UTC
685a8bb clean up imports and files - multi resolution DEM export mode will be removed 16 March 2018, 02:54:13 UTC
cfc26bf rename ObjectTypeManager to ObjectTypeRegistry 16 March 2018, 02:36:32 UTC
1e06101 [vector] one class for one object type 16 March 2018, 02:26:58 UTC
ead9852 [QGIS3 API changes] QgsGeometry.geometry() -> .constGet() 16 March 2018, 00:44:10 UTC
40ed272 open online document, plugin home page from help menu item - window title updates - QGIS window menu item updates 13 March 2018, 06:15:41 UTC
065045a [vector] simplify z coordinate settings improve wording (relative height -> altitude) 13 March 2018, 05:27:21 UTC
8eb64c2 connect triggered signal from plugin settings menu action 12 March 2018, 06:05:04 UTC
30364cf [DEM] move grid size/spacing display to tooltip Uneditable line edit is confusing. 12 March 2018, 05:31:30 UTC
bc8ee7b fix a import 12 March 2018, 04:25:20 UTC
back to top