diff --git a/Source/Applications/AppCommon/pqCMBLIDARPieceObject.cxx b/Source/Applications/AppCommon/pqCMBLIDARPieceObject.cxx index a3dd62431b35a5ec1678720e307131de101fc986..907f47dd37a28156ad8021f8545304df0cfa1adb 100644 --- a/Source/Applications/AppCommon/pqCMBLIDARPieceObject.cxx +++ b/Source/Applications/AppCommon/pqCMBLIDARPieceObject.cxx @@ -303,7 +303,7 @@ pqCMBLIDARPieceObject *pqCMBLIDARPieceObject::createObject(pqPipelineSource* sou obj->ElevationSource->getOutputPort(0), view, "GeometryRepresentation"); vtkSMPVRepresentationProxy::SafeDownCast(obj->Representation->getProxy())->SetRepresentationType("Point Gaussian"); - vtkSMPropertyHelper(obj->Representation->getProxy(), "PointSize").Set(2); + vtkSMPropertyHelper(obj->Representation->getProxy(), "GaussianRadius").Set(0); if (updateRep) { diff --git a/Source/Applications/PointsBuilder/CMakeLists.txt b/Source/Applications/PointsBuilder/CMakeLists.txt index 08247de27b5aa2048fb8c3ce9da21f67302feace..322eef977e0a5b75b0111514e561ca6bf869a743 100644 --- a/Source/Applications/PointsBuilder/CMakeLists.txt +++ b/Source/Applications/PointsBuilder/CMakeLists.txt @@ -172,7 +172,6 @@ if(BUILD_TESTING) # XXX: nodata(LIDARTest.pts): LIDARSaveLoadContours # XXX: nodata(clipped5Subset.pts): LIDARTerrainExtraction # XXX: nodata(LIDARTest.pts): LIDARZoomToBox - LIDARRotation LIDARSaveDem MercedRiver TestFarPoints diff --git a/Source/Applications/PointsBuilder/Testing/XML/LIDARRotation.xml b/Source/Applications/PointsBuilder/Testing/XML/LIDARRotation.xml deleted file mode 100644 index a5fac5a723e5de493add5ac14d12d4f48a64e4a3..0000000000000000000000000000000000000000 --- a/Source/Applications/PointsBuilder/Testing/XML/LIDARRotation.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -