Hi, I've just noticed that D3 outputs all points as floating point regardless of the type that goes in? Please can anyone tell me where this happens?
I've attached a python script to demonstrate the problem. Here is output on my system: 8<----------------------------------------------------------------- paul@localhost:~/d3test$ pvpython d3-bug-double-precision-points-lost.py Listen on port: 11111 Waiting for client... Client connected. vtkSphereSource : [ ...........] vtkSphereSource(1) : [ ...........] vtkSphereSource : [ ...........] Process id: 0 >> Datatype is 11 Process id: 1 >> Datatype is 11 vtkPythonProgrammableFilter(1) : [ ...........] vtkDistributedDataFilter(1) : [ ...........] Clean up and finish : [ ...........] vtkPythonProgrammableFilter(1) : [ ...........] Process id: 0 >> Datatype is 10 Process id: 1 >> Datatype is 10 paul@localhost:~/d3test$ ----------------------------------------------------------------->8 Thanks in advance, Paul
d3-bug-double-precision-points-lost.py
Description: Binary data
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
