MantisBT - ParaView
View Issue Details
0012170ParaViewBugpublic2011-05-09 21:562016-08-12 09:58
Alan Scott 
Kitware Robot 
normalminoralways
closedmoved 
 
 
Sandia
0012170: Precision problem with .vtp files
I am finding really strange results when trying to visualize the following dataset. ParaView Trunk, local server, Windows (known to occur on Linux).

Insert the following into a file called test.vtp.

<?xml version="1.0"?>
<VTKFile type="PolyData" version="0.1">
  <PolyData>
    <Piece NumberOfPoints="3" NumberOfPolys="1">
      <Points>
        <DataArray type="Float64" NumberOfComponents="3" format="ascii">
           -7.5445544554e-02 -1.0048351648e-03 8.9374551773e+03
           -7.3433663366e-02 -1.0048351648e-03 8.9374551773e+03
           -7.3433663366e-02 1.0048351648e-03 8.9374551773e+03
        </DataArray>
      </Points>
      <Polys>
        <DataArray type="Int32" Name="connectivity" format="ascii">
           0 1 2
        </DataArray>
        <DataArray type="Int32" Name="offsets" format="ascii">
  3
        </DataArray>
      </Polys>
    </Piece>
  </PolyData>
</VTKFile>

Now, open this data and rotate it. It will jitter, and jump all over the place. Assuming ParaView is using doubles internally, this should not happen.
No tags attached.
Issue History
2011-05-09 21:56Alan ScottNew Issue
2011-09-01 10:56Utkarsh AyachitProject => Sandia
2016-07-13 21:02Alan ScottNote Added: 0036443
2016-08-12 09:58Kitware RobotNote Added: 0037972
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0036443)
Alan Scott   
2016-07-13 21:02   
Still weird and bad. However, it now comes up in 2d - you have to flip viewport to 3d to see the issue.
(0037972)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.