Minoru Akagi

Results 52 comments of Minoru Akagi

@jodeutmann Previous version can be downloaded from the version page linked from "Versions" tab in [the plugin page](https://plugins.qgis.org/plugins/Qgis2threejs/).

In Windows, QGIS settings are stored in registry.

Which CRS is used for the project? It should be a projected coordinate system, not a geographic coordinate system.

Yeah, with these options, you don't need to create 3D lines along the inclined holes. Maybe we also need shift amount along cylinder to represent multiple segments.

@enricofer I don't experience the error. Works fine as well as 3.8. evaluateJavaScript("`typeof WeakMap`") returns `function`. OSGeo4W64 qgis 3.10.0-1

The coordinates of URL parameters are in 3D world coordinates. You need to convert the coordinates from "SWEREF99 18 00" to 3D world coordinates. With plugin version >= 2.1, you...

Open exported .js file with same file title as .html file in a text editor and see second line, which includes following five key-value sets. - baseExtent: [xmin, ymin, xmax,...

``` var gl = app.renderer.context; // WebGLRenderingContext console.log(gl.getSupportedExtensions()); *BEFORE OPENING QGIS 3D VIEW* >>>OES_texture_float,OES_standard_derivatives,WEBKIT_EXT_texture_filter_anisotropic,OES_vertex_array_object,OES_element_index_uint,WEBGL_lose_context,WEBGL_compressed_texture_s3tc,WEBGL_depth_texture *AFTER* >>> OES_standard_derivatives,OES_vertex_array_object,OES_element_index_uint,WEBGL_lose_context ```

@tuukka Thanks for your comment. Message modified: `There is a compatibility issue with QGIS 3D view. You need to restart QGIS to use preview.`  ↓ `There is a compatibility issue...

Qgis2threejs version 2 can export glTF files that can be loaded correctly in Sketchfab. See this recent article. https://blogavas.wordpress.com/2018/07/17/interactive-3d-lidar-models-in-sketchfab/ They can be loaded also in Blender. https://github.com/minorua/Qgis2threejs/wiki#blender