Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 3d visualisation of ESRI TINs #32240

Closed
saberraz opened this issue Oct 14, 2019 · 4 comments
Closed

Support for 3d visualisation of ESRI TINs #32240

saberraz opened this issue Oct 14, 2019 · 4 comments

Comments

@saberraz
Copy link
Contributor

QGIS is going to support reading of ESRI TIN files as a mesh (through MDAL) with this PR:
lutraconsulting/MDAL#164

It would be great to have support for 3d visualisation of the data too. QGIS 3D already supports visualisation of 2dm files...

@nyalldawson
Copy link
Collaborator

@saberraz I believe it will automatically -- my understanding is that the 3d visualisation isn't mesh format specific.

@saberraz
Copy link
Contributor Author

I am not sure....because at the moment only GDAL rasters can be used as terrain data

@vcloarec
Copy link
Member

Visualization of mesh layer is possible as mesh not as DEM TIN :
Screenshot_20191018_162103

The result is far from perfect, but it is possible to visualize it!
Now, it seems the mesh layer 3D renderer is handled with a specific class that doesn't work similarly than terrain renderer.

Maybe, to have real TIN DEM visualization as terrain, we have to add a QgsTinTerrainGenerator class to other subclasses of QgsTerrainGenerator:
classQgsTerrainGenerator__inherit__graph

vcloarec added a commit to vcloarec/QGIS that referenced this issue Nov 4, 2019
Support TIN as terrain with map texture. 
For discussion.
There are still some work to do, especially fix texture issue in the tile boundary.
@PeterPetrik
Copy link
Contributor

fixed by #33837

@PeterPetrik PeterPetrik added this to the 3.12.0 milestone Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants