[Paraview] volume rendering of vtkRectilinearGrid

2009-02-04 Thread Weiguang Guan

Hello,

Does Paraview or VTK support volume rendering of vtkRectilinearGrid? 
Thanks.


Weiguang

___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Report a bug

2015-05-14 Thread Weiguang guan
Can someone report this bug (below) to the development team on my 
behalf? Thanks.


Description of the bug: While linking cameras of two views, and you 
check/uncheck "Camera Parallel Projection", you will see the other view 
doesn't change accordingly. By "linking cameras", it should mean 100% 
identical viewing behavior.


Best,
Weiguang
___
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


Re: [Paraview] number of points in the Information tab

2015-07-20 Thread Weiguang guan

A naive question: how can a cylinder with resolution=10 have 40 points?

Best,
Weiguang

___
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


Re: [Paraview] number of points in the Information tab

2015-07-20 Thread Weiguang guan

Thanks for the answer, Cory.

Weiguang

On 20/07/2015 11:56 AM, Cory Quammen wrote:

Weiguang,

Points are duplicated for the polygons defining the end caps so that a 
separate normal for the end cap can be specified - it's a common 
computer graphics technique to get sharp edges where desired. Uncheck 
the "Capping" property and your source will have 20 points as you 
probably expected (but no end caps).


If the point duplicating weren't done, the cylinder would look funny 
at the ends. Try running the Clean filter on the cylinder to see what 
it would look like. This merges the duplicate points.


Cory

On Mon, Jul 20, 2015 at 11:33 AM, Weiguang guan 
mailto:gu...@rhpcs.mcmaster.ca>> wrote:


A naive question: how can a cylinder with resolution=10 have 40
points?

Best,
Weiguang

___
Powered by www.kitware.com <http://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




--
Cory Quammen
R&D Engineer
Kitware, Inc.


___
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


Re: [Paraview] VTK warning during volume rendering of vtkStructuredGrid on Windows with Nvidia graphics card.

2016-07-04 Thread Weiguang guan

I run into the same problem on linux.

Warning: In 
/home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/source-paraview/VTK/Rendering/VolumeOpenGL2/vtkOpenGLProjectedTetrahedraMapper.cxx, 
line 251
vtkOpenGLProjectedTetrahedraMapper (0x630b310): Missing FBO support. The 
algorithm may produce visual artifacts.


I'm running Paraview 5.0.0.

Weiguang

On 03/03/2016 9:42 AM, Aashish Chaudhary wrote:

I have the same problem. Though in my case it is a small unstructuredgrid
vtu file. The OS is Ubuntu 14.04. ParaView-5.0.0-Qt4-OpenGL2-MPI-Linux-64bit
prebuilt binaries. The Graphics card is Nvidia Quadro K620 with OpenGL
version 3.02 Nvidia 352.63. The Nvidia settings show the following etensions
amongst others GL_ARB_frame_buffer_object.
Also, it does show artifacts. In particular for a vector allocated to a
standard hexahedron cell, the colors are slightly different within the cell.
You can see triangular segments [possibly tetrahedron?]

It seems to me that you are running into a different issue as atleast
you are seeing
something but it does look correct to you. Is that it?

Thanks



Regard
Paul.



___
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





___
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


Re: [Paraview] VTK warning during volume rendering of vtkStructuredGrid on Windows with Nvidia graphics card.

2016-07-08 Thread Weiguang guan

Is there a solution to fix the problem? Thanks.

Weiguang

On 04/07/2016 3:51 PM, Weiguang guan wrote:

I run into the same problem on linux.

Warning: In 
/home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/source-paraview/VTK/Rendering/VolumeOpenGL2/vtkOpenGLProjectedTetrahedraMapper.cxx, 
line 251
vtkOpenGLProjectedTetrahedraMapper (0x630b310): Missing FBO support. 
The algorithm may produce visual artifacts.


I'm running Paraview 5.0.0.

Weiguang

On 03/03/2016 9:42 AM, Aashish Chaudhary wrote:

I have the same problem. Though in my case it is a small unstructuredgrid
vtu file. The OS is Ubuntu 14.04. ParaView-5.0.0-Qt4-OpenGL2-MPI-Linux-64bit
prebuilt binaries. The Graphics card is Nvidia Quadro K620 with OpenGL
version 3.02 Nvidia 352.63. The Nvidia settings show the following etensions
amongst others GL_ARB_frame_buffer_object.
Also, it does show artifacts. In particular for a vector allocated to a
standard hexahedron cell, the colors are slightly different within the cell.
You can see triangular segments [possibly tetrahedron?]

It seems to me that you are running into a different issue as atleast
you are seeing
something but it does look correct to you. Is that it?

Thanks



Regard
Paul.



___
Powered bywww.kitware.com

Visit other Kitware open-source projects 
athttp://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






___
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


___
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


Re: [Paraview] VTK warning during volume rendering of vtkStructuredGrid on Windows with Nvidia graphics card.

2016-07-11 Thread Weiguang guan

Aashish, you're right --- it is fixed in version 5.1.0. Thanks.

Weiguang

On 08/07/2016 10:42 AM, Aashish Chaudhary wrote:

Hi Weiguang,

Have you tried recent release of paraview / vtk? This should have been 
fixed in the recent commits.


Thanks


On Fri, Jul 8, 2016 at 10:04 AM, Weiguang guan 
mailto:gu...@rhpcs.mcmaster.ca>> wrote:


Is there a solution to fix the problem? Thanks.

Weiguang


On 04/07/2016 3:51 PM, Weiguang guan wrote:

I run into the same problem on linux.

Warning: In

/home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/source-paraview/VTK/Rendering/VolumeOpenGL2/vtkOpenGLProjectedTetrahedraMapper.cxx,
line 251
vtkOpenGLProjectedTetrahedraMapper (0x630b310): Missing FBO
support. The algorithm may produce visual artifacts.

I'm running Paraview 5.0.0.

Weiguang

On 03/03/2016 9:42 AM, Aashish Chaudhary wrote:

I have the same problem. Though in my case it is a small unstructuredgrid
vtu file. The OS is Ubuntu 14.04. ParaView-5.0.0-Qt4-OpenGL2-MPI-Linux-64bit
prebuilt binaries. The Graphics card is Nvidia Quadro K620 with OpenGL
version 3.02 Nvidia 352.63. The Nvidia settings show the following etensions
amongst others GL_ARB_frame_buffer_object.
Also, it does show artifacts. In particular for a vector allocated to a
standard hexahedron cell, the colors are slightly different within the cell.
You can see triangular segments [possibly tetrahedron?]

It seems to me that you are running into a different issue as atleast
you are seeing
something but it does look correct to you. Is that it?

Thanks



Regard
Paul.



___
Powered bywww.kitware.com  <http://www.kitware.com>

Visit other Kitware open-source projects 
athttp://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




___
Powered bywww.kitware.com  <http://www.kitware.com>

Visit other Kitware open-source projects 
athttp://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



___
Powered by www.kitware.com <http://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




--
/| Aashish Chaudhary
| Technical Leader
| Kitware Inc.
/
/| http://www.kitware.com/company/team/chaudhary.html/


___
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


[Paraview] bug in v4.1

2014-01-30 Thread Weiguang Guan

Version: Paraview 4.1.0 64-bit on Windows
Recipe to reproduce the bug: (1) Sources->Cone; (2) Change opacity by 
moving the slider. A window will pop up, and it keeps printing message:


ERROR: In 
C:\DBD\pvs-x64\paraview\src\paraview\VTK\Rendering\OpenGL\vtkOpenGLRenderer.cxx, 
line 1068


vtkOpenGLRenderer (0B2CDC50): failed after RenderPeel 1 OpenGL 
errors detected


0 : (1282) Invalid operation


whenever it refreshes the display, even though the opacity is 
effectively changed.


Weiguang
___
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