Skip to content

Commit

Permalink
Default to not showing bounding boxes for point cloud layers
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 9, 2020
1 parent 0b17f74 commit b1625ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/qgspointcloudlayer3drenderer.h
Expand Up @@ -226,7 +226,7 @@ class _3D_EXPORT QgsPointCloudLayer3DRenderer : public QgsAbstract3DRenderer
QgsMapLayerRef mLayerRef; //!< Layer used to extract mesh data from
std::unique_ptr< QgsPointCloud3DSymbol > mSymbol;
double mMaximumScreenError = 1.0;
bool mShowBoundingBoxes = true;
bool mShowBoundingBoxes = false;

private:
#ifdef SIP_RUN
Expand Down

0 comments on commit b1625ee

Please sign in to comment.