From: asl Date: Wed, 17 Sep 2014 11:49:39 +0000 (+0000) Subject: refs #455: not clear presentation X-Git-Tag: master_20140917 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=73d93fe1ef345bc284dd324a6744f6c3397933bb;p=modules%2Fhydro.git refs #455: not clear presentation --- diff --git a/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx b/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx index 9d4d25ad..026f8a04 100644 --- a/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx +++ b/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx @@ -68,7 +68,7 @@ Handle_AIS_InteractiveObject HYDROGUI_ShapeBathymetry::createShape() const if( !aBath.IsNull() ) { Handle_AIS_PointCloud aPntCloud = new HYDROGUI_BathymetryPrs(); - //aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 1.0)); + aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 2.0)); const HYDROData_Bathymetry::AltitudePoints& aBathPoints = aBath->GetAltitudePoints(); int aLower = aBathPoints.Lower();