Re: [Paraview] Setting sample distance for GPU volume rendering?

2014-02-24 Thread Vanmoer, Mark W
: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, February 21, 2014 8:55 AM To: Vanmoer, Mark W Cc: paraview Subject: Re: [Paraview] Setting sample distance for GPU volume rendering? Mark, Scale on the ColorScaleEditor is control the scale used to map data scalars to colors

Re: [Paraview] Setting sample distance for GPU volume rendering?

2014-02-21 Thread Utkarsh Ayachit
] Setting sample distance for GPU volume rendering? Mark, You can indeed change it from Python for now. Or the same data representation object, you have ScalarOpacityUnitDistance property that could be set e.g. r = Show() r.ScalarOpacityUnitDistance = 1.0 On Thu, Feb 20, 2014 at 11:50 AM

[Paraview] Setting sample distance for GPU volume rendering?

2014-02-20 Thread Vanmoer, Mark W
Hello, In ParaView 3.8.1 it was possible to set the Sample Distance for the GPU volume mapper in the client GUI. I don't see this in the 4.0.1 client. Is this possible to get at through Python? All I've been able to find so far is the data representation's volume type string. I haven't been

Re: [Paraview] Setting sample distance for GPU volume rendering?

2014-02-20 Thread Utkarsh Ayachit
Mark, You can indeed change it from Python for now. Or the same data representation object, you have ScalarOpacityUnitDistance property that could be set e.g. r = Show() r.ScalarOpacityUnitDistance = 1.0 On Thu, Feb 20, 2014 at 11:50 AM, Vanmoer, Mark W mvanm...@illinois.edu wrote: Hello,

Re: [Paraview] Setting sample distance for GPU volume rendering?

2014-02-20 Thread Vanmoer, Mark W
go away. The data was 300^3 cells jammed into bounds of -1.8 to 1.8. Mark -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Thursday, February 20, 2014 11:52 AM To: Vanmoer, Mark W Cc: paraview Subject: Re: [Paraview] Setting sample distance for GPU volume