[Paraview] pvpython and LOD

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Aug 15 09:36:34 EDT 2006


How are you rendering it? Using vtkSMRenderModule::StillRender() call? 
StillRender() does not use LOD. Use 
vtkSMRenderModule::InteractiveRender() instead.

Utkarsh.

Utkarsh

Milan Frank wrote:
> Hello,
> 
> I'm using ParaViews python interface.
> 
> I have used:
> 
> ren = paraview.createRenderWindow()
> d = paraview.createProxy('displays', 'CompositeDisplay')
> ren.AddToDisplays(d)
> 
> to create a render module and attach a display. I have tried to set
> LODTreshold to 0.0 and LODResoution to 160.
> 
> Unfortunately, it seems the LOD does not working. Am I missing something?
> 
> Any help would be much appreciated,
> Milan
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 



More information about the ParaView mailing list