[vtk-developers] VTK 7.1 issue with vtkPoints while rendering

Ken Martin ken.martin at kitware.com
Sat Mar 18 20:55:29 EDT 2017


The issue is the translation. Not the scale. Find the center of your data and translate by negative that amount. Give that a shot 

Sent from my iPhone

> On Mar 18, 2017, at 7:52 PM, afnanahmad <afnanahmad at live.com> wrote:
> 
> I've scaled my point cloud using the transform filter but output still
> remains the same, I just have 10 points in my Point Cloud and renderer
> window flickers while interacting it with mouse.
> 
> Before applying transform filter
> /xMin = 289814.15
> xMax = 289818.5
> 
> yMin = 4320978.61
> yMax = 4320980.59
> 
> zMin = 170.58
> zMax = 170.76/
> 
> After applying transform filter Scale(0.01, 0.01, 0.01)
> /xMin = 2898.1415
> xMax = 2898.185
> 
> yMin = 43209.786100000005
> yMax = 43209.8059
> 
> zMin = 1.7058000000000002
> zMax = 1.7076/
> 
> I've also attached one of the file here for which I'm having issue while
> rendering the Point Cloud.
> points.xyz <http://vtk.1045678.n5.nabble.com/file/n5742515/points.xyz>  
> 
> 
> 
> 
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/VTK-7-1-issue-with-vtkPoints-while-rendering-tp5742466p5742515.html
> Sent from the VTK - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
> 
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
> 
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
> 


More information about the vtk-developers mailing list