Re: [Paraview] Blurred volume rendering

2015-11-30 Thread Aashish Chaudhary
Thomas, On Mon, Nov 30, 2015 at 10:34 AM, Thomas Oliveira wrote: > Dear Aashish, > > > I'm using Paraview 4.4.0 64-bit , OpenGL Version 4.5.0 NVIDIA 352.55, > OpenGL Renderer Quadro K600/PCIe/SSE2. > > Tweaking the transfer function improved the result, but the

Re: [Paraview] Blurred volume rendering

2015-11-30 Thread Aashish Chaudhary
Hi Thomas, On Mon, Nov 30, 2015 at 8:54 AM, Thomas Oliveira wrote: > Hi, > > The Sample.png file attached is an image of a pore medium. Each voxel in > the image is a cube that is either solid or void. > > The Zoom.png file attached is a zoom of it, where it can be

Re: [Paraview] problem in reading UTCHEM data

2015-11-30 Thread Vanmoer, Mark W
Hi Iacopo, I've done some work with the RVA plugin, it's very particular about what version of UTChem generated the files - that is it must be from the publically available 9.x series. Have you tried emailing the RVA support email? rva-supp...@cs.illinois.edu Mark From: ParaView

[Paraview] Paraview plugin with drop down list with values from input arrays

2015-11-30 Thread Andrzej Peczak
Hi Is it possible to create multiple drop down list with values based on arbitrary number of attribute arrays in a dataset ? Andrzej ** Please consider the environment. Only print this email if absolutely necessary. This

Re: [Paraview] ParticleTracer filter makes Paraview crash on 'play'

2015-11-30 Thread Andy Bauer
Hi, I was able to get around this issue by doing the following: 1. Load your data set with just the U field 2. Use the Pass Arrays filter to only pass the U point data field. 3. Create a seed source (I used the line source) 4. Create the Particle Tracer filter Please let me know if

Re: [Paraview] Blurred volume rendering

2015-11-30 Thread Thomas Oliveira
Dear Aashish, Can I choose the interpolation (linear vs nearest) or is it hard-coded on the call of VTK from Paraview? A dataset can be downloaded from http://www3.imperial.ac.uk/pls/portallive/docs/1/33505696.ZIP . Please extract the Berea.raw file from the zip. I loaded it using: """ Raw

[Paraview] ParaViewWeb JS API: get camera position

2015-11-30 Thread David Allen
I have been using the JavaScript API to set the camera position by calling updateCamera() (registered as “viewport.camera.update”). However, now I would like to get the camera position after mouse events, etc. Is this possible through the JavaScript API? I couldn’t find it in the docs.