[vtkusers] Glyphs too bright

Jeff Lee jeff at cdnorthamerica.com
Thu Feb 13 07:12:51 EST 2003


Jan-Gerrit Drexhage wrote:

>Hello,
>
>im displaying a couple of Glyphs in a vtkPanel and the Objects are too
>bright, so i can barely see the borders of it. I used vtkProperty to be able
>to change the color. Anyone can give me a hint?
>
You can effectively turn off lighting for an actor by specifying 
property Diffuse=0.0 and Ambient=1.0.  Also try removing all lights and 
then add just one light to the renderer.  Is it possible that more 
lights got added to the renderer?
-Jeff

>
>Thanks in advance!
>-Jan
>
>_______________________________________________
>This is the private VTK discussion list. 
>Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
>
>  
>




More information about the vtkusers mailing list