Releases: minorua/Qgis2threejs
Releases · minorua/Qgis2threejs
Version 2.8
- Added option to select either WebEngine or WebKit for preview from the menu
- WebEngine view is now preferred option when available
- Removed console panel
- Developer tools are now accessible even when not in debug mode
- Log python side warnings and errors also in the JavaScript console
- An icon will appear in the status bar to indicate warnings or errors
- Fixed a bug where labels were not displayed on Extruded/Overlay polygons
- Fixed a bug that prevented the plugin settings dialog from opening due to the deprecation of SafeConfigParser
Version 2.7.3
- Fixed a regression related to vertical line
- Fixed a popup layout issue
Version 2.7.2
- Fixed easing of sequential line growing
- Fixed URL of GSI elevation tile
- Fixed some other bugs
- Added some GUI tests
- Exporter can now work with Qt WebEngine view (Experimental. Needs some changes on QGIS code)
- Use JS class so that we can use a recent three.js version in the future
- Plugin document migrated to GitHub pages
Version 2.7.1
- Added option to export DEM texture in JPEG format
- Bug fixes
Version 2.7
Animation for Narratives
- Camera motion, growing line, opacity transition and texture change animations are now available
3D Viewer
- Added measure distance tool
- Added action to zoom to layer objects
Exporter
- Added tabs to property dialogs and regrouped widgets in the dialogs
- Fixed cancellation of building layer objects
Scene
- Units of 3D world space are same as map units
- Added option to add fog
- Added option to use point light above camera
DEM
- DEM can have multiple textures
- Added menu action to add a flat plane
- Renamed surrounding blocks to tiles
Vector
- Put labels into 3D world
- Added some labeling settings (color, font size, background color, etc.)
- Added Thick Line type for line layer
Others
- Fixed loading point cloud data
- Removed experimental ray tracing renderer template
Version 2.6
- Added navigation widget
- Added fixed base extent option and 1:1 aspect ratio option
- Added outline effect option
- DEM texture width is now specifiable with a numerical value
- Added edge option and quad wireframe option to DEM
- Added Ray Tracing Renderer template (experimental)
- Added view menu
- Fixed DEM edge processing between central block and surrounding blocks
- Some other bug fixes
Version 2.5
- Potree data support
- Bug fixes
Version 2.4.2
Version 2.4.1
- Fixed clipping self-crossing lines (fix #117)
- Fixed retrieving a symbol for a feature
- Renamed DEM roughening option to roughness
Version 2.3.2
- Fixed error in logging a message (fix #183)