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

Add debug widget into 3D view (Request in QGIS) #9398

Open
qgis-bot opened this issue Nov 21, 2024 · 2 comments
Open

Add debug widget into 3D view (Request in QGIS) #9398

qgis-bot opened this issue Nov 21, 2024 · 2 comments
Labels
3D 3.42 QGIS 3.42 new features Showcase/Screenshots Add or update a QGIS GUI image or an illustration of the feature
Milestone

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#59483
Author: @Withalion
QGIS version: 3.42

Add debug widget into 3D view

PR Description:

Description

The new debug side panel moves all relevant debug settings into one place, from multiple into one easily accessible side
panel. Furthermore the change implemented in #58947 was missing any option to toggle this on/off.

Features in this PR:

  • New checkbox for stopping scene updates
  • Options moved from advanced sub-category
  • Camera info moved from navigation side panel and changed the way it's shown (changing values through the new spin boxes in next PR)
  • Debug depth map view default position moved from top right corner into bottom left, so it won't collide with the axis view
  • The size of toolbar icons is responsive to the docked state of window

Standalone window:
Screenshot_20241118_224841

Docked window:
Screenshot_20241118_224929

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

"[feature] Create new debug widget for 3D map View\n\nThis commit adds new debug side panel (similar to navigation widget), which moves several existing options from settings/navigation panel here. Camera Info has been moved from navigation panel and from table changed into input elements (preparation for another feature). Show map tile info, Show bounding boxes, Show camera's view/rotation center, Show light sources, Show debug overlay, Debug shadow map, Debug Depth map options have been moved from advanced sub-category of options. New Stop scene updates option has been created."

@DelazJ DelazJ added Showcase/Screenshots Add or update a QGIS GUI image or an illustration of the feature 3D 3.42 QGIS 3.42 new features labels Nov 21, 2024
@DelazJ DelazJ added this to the QGIS 3.48 milestone Nov 21, 2024
@Withalion
Copy link

Changes made to the original implementation:

  • There is no added icon into toolbar, the option to open debug panel was moved to advanced sub-category of settings
  • Added keyboard shortcut CTRL + SHIFT + d which opens/closes the debug panel (the 3d view has to be in standalone window to be usable, in docked mode it conflicts with another and user has to make a change to keyboard shortcuts)

@Withalion
Copy link

Withalion commented Nov 21, 2024

Additional information from this PR

  • users can change values in camera info input boxes and the view will reflect new values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3D 3.42 QGIS 3.42 new features Showcase/Screenshots Add or update a QGIS GUI image or an illustration of the feature
Projects
None yet
Development

No branches or pull requests

3 participants