Skip to content

Commit

Permalink
Default to not showing bounding boxes for tiled scene 3d renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and wonder-sk committed Aug 22, 2023
1 parent c3e122b commit 4771c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/qgstiledscenelayer3drenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _3D_EXPORT QgsTiledSceneLayer3DRenderer : public QgsAbstract3DRenderer
private:
QgsMapLayerRef mLayerRef; //!< Layer used to extract mesh data from
double mMaximumScreenError = 50.0;
bool mShowBoundingBoxes = true;
bool mShowBoundingBoxes = false;

private:
#ifdef SIP_RUN
Expand Down

0 comments on commit 4771c9a

Please sign in to comment.