[Paraview] VRUI connection ParaView Crash

2014-02-12 Thread Emiliano Pastorelli
Hi, after some time in which i had to dedicate myself to other software, i finally had a chance to come back to paraview to work and develop on it. I'm trying to re-set it up on my 3-screens VR setup with magnetic tracking of the user position and wand and a wiimote to get the buttons. I have

[Paraview] Paraview Stereo

2014-02-12 Thread Nikita Sharakhov
Hello, I have a dual projector + polarizing lens setup. I'd like to get paraview working in stereo with this. Has anyone there (or on campus) gotten paraview to work in stereo mode with the old fashioned -two screen polarization format? PS: I know you can do R/B stereo to the monitor and I

[Paraview] Outline of multiple transforms

2014-02-12 Thread Mr David Petty
Hi all, I was curios to know if it is possible to draw an outline around several transformed domains. I have run a simulation of s periodic flow on a truncated domain. Upon importing the data, have added a couple of transformations to give the impression of a wider domain. However, unlike re

Re: [Paraview] Problem with Custom ParaView Reader

2014-02-12 Thread Andy Bauer
Glad to hear it. The nice thing with the extents is that if you're doing it correctly then the writer should "just work" in parallel as well. Regards, Andy On Wed, Feb 12, 2014 at 2:48 PM, Kalin Kanov wrote: > Hi Andy, > > Thank you for taking a close look at this and for the comments. That se

Re: [Paraview] Problem with Custom ParaView Reader

2014-02-12 Thread Kalin Kanov
Hi Andy, Thank you for taking a close look at this and for the comments. That seems to have been indeed the issue. Best, Kalin On 12.2.2014 г. 14:40, Andy Bauer wrote: Hi Kalin, I think the issue is that your extents are wrong. The extents should be the index of the first and last point in

Re: [Paraview] Problem with Custom ParaView Reader

2014-02-12 Thread Andy Bauer
Hi Kalin, I think the issue is that your extents are wrong. The extents should be the index of the first and last point in each logical direction so it should be [0, 15, 0, 15, 0, 15] if you have a square grid with 4096 points. Note that this is the whole extent that the reader could provide even

Re: [Paraview] Problem with Custom ParaView Reader

2014-02-12 Thread Kalin Kanov
Hi Andy, Thanks for the quick response. I am setting the extent to be [0,16,0,16,0,16], as follows: in the constructor: this->extent[0] = 0; this->extent[1] = 16; this->extent[2] = 0; this->extent[3] = 16; this->extent[4] = 0; this->extent[5] = 1

Re: [Paraview] Problem with Custom ParaView Reader

2014-02-12 Thread Andy Bauer
Hi Kalin, I'm thinking that maybe there is ghost level information that is wrong, or maybe extent information. I'm assuming that you're running the server in serial so in that case you shouldn't have any ghost levels. If your grid has 16 points in each direction than than the extent for that shoul

Re: [Paraview] Use point arrays as coordinates

2014-02-12 Thread Ian Krukow
That's what I was looking for. Thanks a lot! Ian Am 11.02.2014 15:41, schrieb Bruce Jones: Have you tried using the calculator filter? you would need to "Toggle Advanced" in the filter properties (the little cog button), check "coordinate results", then enter the array name in the expression fi