https://github.com/minorua/Qgis2threejs
Raw File
Tip revision: 77dbb56bdf75c24e830e2212b7d46654d7d6d032 authored by Minoru Akagi on 17 October 2018, 07:17:47 UTC
version 2.1
Tip revision: 77dbb56
metadata.txt
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

# This file should be included when you package your plugin.

# Mandatory items:


[general]
name=Qgis2threejs
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=3D visualization powered by WebGL technology and three.js JavaScript library
about=This plugin visualizes DEM data and vector data in 3D on web browsers. You can build various kinds of 3D objects with simple settings panels and view them in web view of exporter. If you want to share them in web, you can generate files to publish them to web in simple procedure. In addition, you can save the 3D model in glTF format for 3DCG or 3D printing.
version=2.1
author=Minoru Akagi
email=akaginch@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
    Version 2.1
    - 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

    Version 2.0
    - 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.

# tags are comma separated with spaces allowed
tags=3D,terrain,three.js,web,WebGL,glTF,AR

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 flag
experimental=False

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