Qgis2threejs Versions Save

3D map visualization and web export plugin for QGIS

v2.3.1

5 years ago
  • Do not import Qt module from PyQt5.Qt (fix #162 and #134)
  • Fixed initial camera target position (fix #163)

v2.3

5 years ago
  • Added export algorithms for Processing
  • Added automatic z shift adjustment option
  • Added Point type for point layer
  • Fixed clipped DEM side building (fix #159)
  • Fixed Overlay building
  • Fixed model file load with Mobile template
  • Fixed crash when continuously zooming map canvas with the exporter window open
  • API and offscreen rendering

v2.2

5 years ago
  • Added Triangular Mesh type for polygon layer
  • Added Plane type for point layer (width, height, orientation)
  • Restored Icon type for point layer
  • Added Model File type for point layer (COLLADA and glTF)
  • Drag & drop model preview

v2.1

5 years ago
  • Added a new template for mobile device with experimental AR feature
  • Added North arrow inset
  • Accelerate building objects by caching last created geometry
  • Added basic material type option to scene settings - Lambert/Phong/Toon shading
  • Added visible on load option
  • Added dashed option to Line type
  • Added page load progress bar
  • Restored GSI elevation tile DEM provider
  • Use transform CSS property to position labels
  • Fixed crash on closing exporter in Linux

v2.0.1

5 years ago
  • Bug fixes
  • Improved DEM load performance

v2.0

6 years ago
  • Built for QGIS 3.x
  • Improved GUI - new exporter with preview
  • Save scene as glTF
  • Using expression in vector layer properties
  • Updated three.js library (r90)
  • Disabled/removed these features: DEM advanced resampling mode, 3 object types (Icon, JSON/COLLADA Model), some object specific settings for Profile and Overlay, FileExporter (Save as STL, OBJ, COLLADA), GSIElevProvider. --- These features were available in version 1.4, but are not available in version 2.0.

v1.4.2

7 years ago
  • Fix unicode decode error

v1.4.1

8 years ago
  • Rendering with antialias enabled
  • Improved height range of custom plane (dat-gui, refs #53)
  • Skip invalid polygons (fix #71)
  • Fix feature attribute writing (fix #73)

v1.4

8 years ago
  • Documentation improved and moved to readthedocs.org
  • Activate DEM's shading by default to make it easy to create shaded 3D map
  • Added menu commands for touch screen devices (dat-gui)
  • Turn off scene.autoUpdate to reduce matrix calculation cost
  • API for Python
  • Added some basic test cases
  • Fix error while exporting with DEM's build frame option (fix #48)
  • Fix cone type object for point layer (fix #50)

v1.3.1

9 years ago
  • fixed error on applying plugin settings