Re: [Paraview] OSPRay rendering issue: 1) opacity 2) moving body rendering 3) ospray , shadow option

2016-10-16 Thread David E DeMarle
On Fri, Oct 14, 2016 at 8:08 AM, SeongMo Yeon 
wrote:

> I am using ParaView 5.1.2.
>
> today, what I found with OSPRay is three things.
>
> 1) Once OSPRay is enabled, opacity is not applied. is it normal or
> ParaView bug?
>
>
Can't seem to reproduce that one. The opacity setting is quite similar with
and without ospray for the test cases I've got. Can you provide more
information and data to help me reproduce it.


> 2) I have CFD results of sloshing tank which is moving around. To
> visualize tank boundary, extrack block filter and generate surface normal
> filter are applied to the field. Since sloshing tank problem is unsteady, I
> proceeded the time and found that two tanks are shown: first one is the
> previous time step one and the other is the current time step one. It looks
> like ParaView bug.
>
>
Likewise, I can't seem to reproduce that either. I opened can.ex2,
extracted the can block, extracted surface, generated normals, stepped
through time. All worked OK.



> 3) I have found that after OSPRay is enabled with shadow option, ParaView
> crashes if I turn off shadow option before OSPRay is turned off. this
> behavior looks like bug.
>
>
This one I can. This will fix when merged to master.
https://gitlab.kitware.com/paraview/paraview/merge_requests/1119


> Regards.
>
>
> --
> Seong Mo Yeon
> IIHR - Hydroscience & Engineering
> College of Engineering, University of Iowa
> Iowa City, IA 52242 USA
>
> E-mail : seongmo.y...@gmail.com
> Tel :
> 
> Fluctuat nec mergitur
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensou
> rce/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


[Paraview] OSPRay rendering issue: 1) opacity 2) moving body rendering 3) ospray , shadow option

2016-10-14 Thread SeongMo Yeon

I am using ParaView 5.1.2.

today, what I found with OSPRay is three things.

1) Once OSPRay is enabled, opacity is not applied. is it normal or 
ParaView bug?


2) I have CFD results of sloshing tank which is moving around. To 
visualize tank boundary, extrack block filter and generate surface 
normal filter are applied to the field. Since sloshing tank problem is 
unsteady, I proceeded the time and found that two tanks are shown: first 
one is the previous time step one and the other is the current time step 
one. It looks like ParaView bug.


3) I have found that after OSPRay is enabled with shadow option, 
ParaView crashes if I turn off shadow option before OSPRay is turned 
off. this behavior looks like bug.



Regards.


--
Seong Mo Yeon
IIHR - Hydroscience & Engineering
College of Engineering, University of Iowa
Iowa City, IA 52242 USA

E-mail : seongmo.y...@gmail.com
Tel :

Fluctuat nec mergitur

___
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] OSPRay rendering issue

2016-10-13 Thread David E DeMarle
Most likely you are running into this bug:
https://gitlab.kitware.com/paraview/paraview/issues/16919

Try applying the generate surface normals filter and see if you get colors
then. If you can, please send me a screen capture and the data if
permissible to help track it down.


David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Wed, Oct 12, 2016 at 8:46 PM, Seong Mo Yeon 
wrote:

> I have paraview 5.1.2 installed with ospray enabled.
> Ospray version is 1.1.0 prebuilt version.
> Paraview setting is as follows:
> LOD threshold as 0
> LOD resolution as 0.5
> Use outline for LOD rendering as checked
> Remote render threshold as 0
> Outline threshold as 10
> Use offscreen rendering for screenshots as checked
>
> The issue is that the surface extracted by extract block is not rendered
> properly but colored with black regardless of representation option.
> Other effects by e.g., stream tracer is rendered nicely.
>
> Is this behavior is due to paraview bug or my paraview setting?
>
> Thanks
>
>
>
> ---
> Sent from Boxer | http://getboxer.com 
> ___
> 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


[Paraview] OSPRay rendering issue

2016-10-12 Thread Seong Mo Yeon
I have paraview 5.1.2 installed with ospray enabled.Ospray version is 1.1.0 
prebuilt version. Paraview setting is as follows:LOD threshold as 0 LOD 
resolution as 0.5 Use outline for LOD rendering as checked Remote render 
threshold as 0 Outline threshold as 10 Use offscreen rendering for screenshots 
as checked  The issue is that the surface extracted by extract block is not 
rendered properly but colored with black regardless of representation option. 
Other effects by e.g., stream tracer is rendered nicely. Is this behavior is 
due to paraview bug or my paraview setting?  Thanks   

---Sent from Boxer | http://getboxer.com

___
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