[vtkusers] Lights in an assembly

Jothybasu K Selvaraj jothybasu at gmail.com
Tue Apr 13 06:41:07 EDT 2010


I too had this problem, but somehow improved by adding the following code

Light=vtk.vtkLight()
Light.SetLightTypeToSceneLight()
Renderer.AddLight(Light)

Jothy

On Tue, Apr 13, 2010 at 11:35 AM, Sebastian Gatzka <
sebastian.gatzka at stud.tu-darmstadt.de> wrote:

>  Hello guys.
>
> Can anybody tell me what kind of strange light this is?
> Objects created with vtkExtractEdges are shown like this in the assembly
> (see attachment).
>
> Sebastian
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100413/3dacafc6/attachment.htm>


More information about the vtkusers mailing list