<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear Utkarsh<div><br></div><div>I did that and I got a surface with some lighting but there is a shading effects which is something that you do not</div><div><br></div><div>get from Ambient lighting you only get it from normals, so is Paraview applying other lighting ?&nbsp;</div><div><br></div><div>or are these steps gonna give me Ambient lighting only<br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Tue, 5 Mar 2013 10:01:22 -0500<br>&gt; Subject: Re: [Paraview-developers] Lighting in Paraview<br>&gt; From: utkarsh.ayachit@kitware.com<br>&gt; To: the.1.lily@hotmail.com<br>&gt; CC: paraview-developers@paraview.org<br>&gt; <br>&gt; ParaView uses multiple lights by default. To disable all lights, use<br>&gt; the following:<br>&gt; <br>&gt; RenderView1 = GetRenderView()<br>&gt; <br>&gt; # Turn off "Head Light"<br>&gt; RenderView1.LightSwitch = 0<br>&gt; <br>&gt; # Turn off "Light Kit"<br>&gt; RenderView1.UseLight = 0<br>&gt; <br>&gt; Don't forget to set the ambient factor on your representations of<br>&gt; you'll see nothing.<br>&gt; r = GetDisplayProperties()<br>&gt; r.Ambient = 1.0<br>&gt; <br>&gt; <br>&gt; <br>&gt; On Tue, Mar 5, 2013 at 5:38 AM, the lily &lt;the.1.lily@hotmail.com&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Dear all<br>&gt; &gt;<br>&gt; &gt; I'm trying to understand how is paraview applying the lighting, is it using<br>&gt; &gt; more than one lighting resource<br>&gt; &gt;<br>&gt; &gt; I found head lighting, back lighting ...<br>&gt; &gt;<br>&gt; &gt; and how can I disable all different lights (using python scripting) and work<br>&gt; &gt; only with a regular ambient light ?<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Paraview-developers mailing list<br>&gt; &gt; Paraview-developers@paraview.org<br>&gt; &gt; http://public.kitware.com/mailman/listinfo/paraview-developers<br>&gt; &gt;<br></div></div>                                               </div></body>
</html>