ok, i thought something like that....thanks for clearification

Our currently visualized point cloud is part of a very large one, and the 
global coordinate system has such a large offset.... Rescaling is an option but 
then the later processing chain results in wrong data (e.g. measurements have 
Values, needs also be scaled). So I would need to add a kind of field data 
"Data Offset" and "Data Scale" which every later added Filter needs to read 
(e.g. Ruler or some of our custom measurement filters). Is there anyting 
already mentioned for this in Paraview? I think I should not be the first one 
with that problem....



Best regards,

Gerald


________________________________
Von: Berk Geveci <[email protected]>
Gesendet: Dienstag, 14. April 2015 18:15
An: Lodron, Gerald
Cc: Paraview User ([email protected]); Paraview Developer 
([email protected])
Betreff: Re: [Paraview-developers] ParaView and double precision Rendering

OpenGL does not support double precision. VTK does not do anything special in 
handling large coordinates and passes them to OpenGL directly. So currently, 
you have to handle this yourself by rescaling your data.

Best,
-berk

On Mon, Apr 13, 2015 at 1:25 PM, Lodron, Gerald 
<[email protected]<mailto:[email protected]>> wrote:
Hello

I made a paraview reader plugin which loads Point data of type double from an 
ASCII file (can be choosen as checkbox in reader parameter gui). It is 
important that point data type is double since our values have a huge offset, 
e.g.

Coordinate in float:      3376382.75    -325198.59375   -121298.125
Coordinate in double: 3376382.849028525874      -325198.60899497801438  
-121298.12806414699298
(same ASCII input file of type double, above printings come from spreadsheet 
view so loading is correct)
(all my points have such small changes, I definitely can see those small 
changes in 3d)

The problem is: I load the dataset once in float and once in double ( I checked 
result in spreadsheed view) I cannot see any differences in 3d renderer when I 
swap visibility of float and double input (but you can see in spreadsheet). Is 
the double precision rendering not correct/not supported?
Any ideas?

Best regards,

Gerald Lodron
Machine Vision Applications
DIGITAL - Institute for Information and Communication Technologies

JOANNEUM RESEARCH Forschungsgesellschaft mbH
Steyrergasse 17, 8010 Graz, AUSTRIA

phone:  +43-316-876-1751
fax: +43-316-876-1751
web:    http://www.joanneum.at/digital
e-mail: [email protected]<mailto:[email protected]>

_______________________________________________
Powered by www.kitware.com<http://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=Paraview-developers

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview-developers

_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to