[Paraview] Disable Diffuse and Specular light

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Feb 21 18:26:16 EST 2013


Through Python shell, you can. You can set the Diffuse and Specular
properties on a representation to 0. The following sets the same for the
active representation:

> rep = GetDisplayProperties()
> rep.Diffuse = 0
> rep.Specular = 0
> Render()


On Wed, Feb 20, 2013 at 12:50 AM, the lily <the.1.lily at hotmail.com> wrote:

>  Hi all
>
> I would like to disable the Diffuse and Specular light, is there a way to
> do that in 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130221/83277cbd/attachment-0001.htm>


More information about the ParaView mailing list