# Mandatory items:

[general]
name=Qgis2threejs
qgisMinimumVersion=4.0
qgisMaximumVersion=4.99
description=3D map visualization and web export powered by three.js JavaScript library
about=This plugin visualizes DEM and vector data in 3D within web browsers. You can easily create various 3D objects, generate files for web publishing, and export 3D models in glTF format for 3DCG or 3D printing.
version=3.1
author=Minoru Akagi
email=akaginch@gmail.com

# Optional items:
changelog=
    Version 3.1
    - Updated three.js library to r184
    - Replaced meshline library with pmndrs/meshline v3.3.1
    - Switched polygon triangulation to QgsTessellator using the Earcut algorithm
    - Removed Potree data support
    - Removed local mode option from export dialog
    - Removed Mobile template
    - Removed browser path setting from plugin settings dialog

    Version 3.0
    - The preview now runs in a separate process
    - Dropped support for QWebView (WebKit) and PyQt5
    - The minimum supported version of QGIS is now 4.0
    - Fixed a preview freeze caused by data loading errors
    - Fixed an error that occurred when interrupting the layer build process

# tags are comma separated with spaces allowed
tags=3D,terrain,web,DEM,glTF,AR,narrative,story,animation

category=Web
homepage=https://github.com/minorua/Qgis2threejs
tracker=https://github.com/minorua/Qgis2threejs/issues
repository=https://github.com/minorua/Qgis2threejs
icon=Qgis2threejs.png
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
