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

Request in QGIS ([Feature][Mesh][3D] new 3D mesh layer renderer) #4909

Closed
4 of 6 tasks
qgis-bot opened this issue Feb 17, 2020 · 1 comment
Closed
4 of 6 tasks

Request in QGIS ([Feature][Mesh][3D] new 3D mesh layer renderer) #4909

qgis-bot opened this issue Feb 17, 2020 · 1 comment
Labels
3.12 QGIS 3.12 new features
Milestone

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#33837
Author: @vcloarec
QGIS version: 3.12

[Feature][Mesh][3D] new 3D mesh layer renderer

PR Description:

This PR change the 3D mesh renderer approach
The new approach is based on OpenGL shader. By this way, the GPU handles rendering wireframe and color ramp shading.

canyoning

There are two entries to render the mesh layer in the 3D view :

  • choose the mesh as terrain in the config widget
  • activate the 3D view in the layer properties.

The user can choose those settings

  • enable/disable smooth triangles
  • enable/disable wireframe
  • choose the line width and the line color of the wireframe
  • change the verticale scale
  • choose the style of the rendering : unique color or color ramp shading
  • settings the color ramp shading as for raster layer

For now, the mesh can be rendered as a TIN but rendering dataset is not supported. However the infrastructure is adapted for a future PR.
mesh_3d_settings

  • Commit messages are descriptive and explain the rationale for changes
  • Commits which fix bugs include Fixes #11111 at the bottom of the commit message
  • I have read the QGIS Coding Standards and this PR complies with them
  • New unit tests have been added for core changes
  • I have run the scripts/prepare-commit.sh script before each commit
  • I have evaluated whether it is appropriate for this PR to be backported, backport requests are left as label or comment

Commits tagged with [need-docs] or [FEATURE]

@github-actions github-actions bot added the 3.12 QGIS 3.12 new features label Feb 17, 2020
@DelazJ
Copy link
Collaborator

DelazJ commented Feb 18, 2020

Duplicate of #4806

@DelazJ DelazJ marked this as a duplicate of #4806 Feb 18, 2020
@DelazJ DelazJ closed this as completed Feb 18, 2020
@DelazJ DelazJ added this to the QGIS 3.16 milestone Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 QGIS 3.12 new features
Projects
None yet
Development

No branches or pull requests

2 participants