ParaView uses IceT and does sort last compositing. ParaView gives IceT
color and depth buffers from each node, IceT quickly gives us a depth
composited image.

There are exceptions, but in general we do not do anything special with
regards to load balancing. Rather, we read in the data in parallel and keep
whatever partitioning scheme the simulation code that produced it wrote it
in.


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

On Tue, Sep 8, 2015 at 4:27 AM, 周恒众 <zhz1993...@163.com> wrote:

>         Hello everyone . Recently, I do some research about parallel
> rendering . I want to know how paraview do the parallel rendering . Does it
> use sort last or sort first ,or both .
>         I know it use IceT at last . If Icet is a sort last libaray , it
> should transfer the final pixel to the corresponding node , where  it do
> this . Or it is a sort first , so every node has all the datas ,and just
> render the datas corresponding to the screen .
>         Also ,i want to know if paraview achieve the loading balance ,and
> how does this?
>         who can tell me these ,thank you very much!
>
>
>
>                                                   zhz
>
>
>
>
> _______________________________________________
> 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

Reply via email to