minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
497 stars 91 forks source link

THREE.WebGLRenderer: ANGLE_instanced_arrays extension not supported. #223

Open fabricix opened 3 years ago

fabricix commented 3 years ago

when I'm trying to visualize this tif I see this error:

three.min.js (42): THREE.WebGLRenderer: ANGLE_instanced_arrays extension not supported.
three.min.js (384): THREE.Matrix3: .getInverse() can't invert matrix, determinant is 0
three.min.js (129): THREE.WebGLRenderer: Image in DataTexture is too big (900x687).
three.min.js (137): THREE.WebGLRenderer: Texture is not power of two. Texture.minFilter should be set to THREE.NearestFilter or THREE.LinearFilter.
three.min.js (384): THREE.Matrix3: .getInverse() can't invert matrix, determinant is 0

and of course the plugin can not show the 3d model. Why is this happening? what can I do to visualize this model?

The context

Plugin version: 2.5
QGIS version | 3.14.0-Pi | QGIS code revision | 9f7028fd -- | -- | -- | --
Compiled against Qt | 5.14.2 | Running against Qt | 5.14.2
Compiled against GDAL/OGR | 3.0.4 | Running against GDAL/OGR | 3.0.4
Compiled against GEOS | 3.8.1-CAPI-1.13.3 | Running against GEOS | 3.8.1-CAPI-1.13.3
Compiled against SQLite | 3.29.0 | Running against SQLite | 3.29.0
PostgreSQL Client Version | 12.2 | SpatiaLite Version | 4.3.0a
QWT Version | 6.1.4 | QScintilla2 Version | 2.10.8
Compiled against PROJ | 6.3.1 | Running against PROJ | Rel. 6.3.1, February 10th, 2020
OS Version | KDE Flatpak runtime
fingeru commented 5 months ago

Me sumo a esta peticion, hay solucion?