Minoru Akagi

Results 52 comments of Minoru Akagi

Do you get this error while performing an export from the GUI of exporter?

There is a magnifier button on the right of the clicked coordinates label to move the camera closer to the clicked point. ![image](https://github.com/minorua/Qgis2threejs/assets/2672095/66916e45-1eb6-4831-8322-82bd2128bcbf) I believe it would be more convenient...

You can add growing line effect to a line layer from context menu (right-click menu) of the line layer item in animation panel. Animation features are not documented yet. :-(

This is a commonly asked question. Probably the CRS (Coordinate Reference System) of your project is a geographic coordinate system, with degrees as the horizontal unit and meters as the...

This might be a similar issue to #326. I am going to release a bug-fixed version today. Thank you for reporting the bug.

Thanks for your bug report.

Z shift option in scene settings dialog was removed in the development for version 2.7 and since then camera height is automatically adjusted when no object exists in center of...

Qgis2threejs exporter can now work with Qt web engine view (not perfect, and needs some changes on QGIS code). See also https://github.com/minorua/Qgis2threejs/issues/248.

I will start replacing Qt WebKit QWebView with Qt WebEngine QWebEngineView once QWebEngineView becomes available within QGIS. I still get the following error. ``` >>> from PyQt5.QtWebEngineWidgets import * ImportError:...