-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
113 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"use strict"; | ||
|
||
var Q3D = { | ||
VERSION: "2.6", | ||
VERSION: "2.7", | ||
application: {}, | ||
gui: {} | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ name=Qgis2threejs | |
qgisMinimumVersion=3.4 | ||
qgisMaximumVersion=3.99 | ||
description=3D visualization powered by WebGL technology and three.js JavaScript library | ||
about=This plugin visualizes DEM and vector data in 3D on web browsers. You can build various kinds of 3D objects with simple settings panels and generate files for web publishing in simple procedure. In addition, you can save the 3D model in glTF format for 3DCG or 3D printing. | ||
version=2.6 | ||
about=This plugin visualizes DEM and vector data in 3D on web browsers. You can build various kinds of 3D objects and generate files for web publishing in simple procedure. In addition, you can save the 3D model in glTF format for 3DCG or 3D printing. | ||
version=2.7 | ||
author=Minoru Akagi | ||
[email protected] | ||
|
||
|
@@ -24,19 +24,33 @@ [email protected] | |
|
||
# Uncomment the following line and add your changelog entries: | ||
changelog= | ||
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.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 | ||
|
||
# tags are comma separated with spaces allowed | ||
tags=3D,terrain,three.js,web,WebGL,glTF,AR | ||
tags=3D,terrain,web,glTF,AR,narrative,story,animation | ||
|
||
category=Web | ||
homepage=https://github.com/minorua/Qgis2threejs | ||
|