Minoru Akagi
Minoru Akagi
Preview doesn't show any 3D objects after QGIS 3D view opens. Web export and glTF export still work, but image export doesn't work.
I just made a prototype of Qgis2threejs plugin layer for 2.5D rendering to investigate its possibility. #### The Rendering Flow of the Plugin Layer (Orthographic Camera Mode) 1. Send feature...
@c1p81 wrote: ``` good morning is it possible to implement the ThreeVS WebVr functions? I know the experimental branch https://github.com/minorua/Qgis2threejs/tree/exp_stereo but it does not work well with Google Daydream Oculus...
This should be core feature in GDAL (ElevationTileGdalDriver) or QGIS (ElevationTileDataProvider)?
Tile layer is not rendered to an image if I use [QgsMapRendererCustomPainterJob](http://qgis.org/api/classQgsMapRendererCustomPainterJob.html). Code example is https://github.com/minorua/Qgis2threejs/blob/master/datamanager.py#L112
Since the scale on Mercator projection is different depending on latitude, it is useful to display a scale bar that changes not only with zoom but also with pan.
``` 2024-02-19T14:47:25 WARNING Traceback (most recent call last): File "D:\Users\minorua\QGIS\plugins\Qgis2threejs\exportdialog.py", line 207, in accept completed = exporter.export(filepath, cancelSignal=self.ui.pushButton_Cancel.clicked) File "D:\Users\minorua\QGIS\plugins\Qgis2threejs\export.py", line 71, in export narration = self.settings.narrations() File "D:\Users\minorua\QGIS\plugins\Qgis2threejs\exportsettings.py", line...
The following warning issued on Ubuntu: WARNING warning:/usr/lib/python3/dist-packages/osgeo/gdal.py:287: FutureWarning: Neither gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. In GDAL 4.0, exceptions will be enabled by default. traceback: File "/Documents/minorua/QGIS/plugins/Qgis2threejs/q3dcontroller.py", line...
Blend mode doesn't work on IE11 and Edge.