[Paraview] Display error
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Mon Sep 30 12:45:52 EDT 2013
Just to close the loop on this thread, the fix is now merged into
ParaView git/master.
commit 0226969070fd89ae89de25b1a83683e03e6d1923
Author: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
Date: Tue Sep 24 09:37:26 2013 -0400
Restore lighting settings after render.
With several implementations of Mesa, not restoring the
light-model-color-control to default was causing weird rendering
as reported on
the mailing lists. The render window would randomly show garbage or single
color, etc. The issues seems to stemming from the fact that
separate-specular
color control was not restored to the original value after it was
changed. It
must be noted that glPushAttrib/glPopAttrib was not taking care of these
parameters. Hence we explictly restore these to the default if needed.
Change-Id: I5ca29dc850f2aa8e23e6bc9434253df14561ce74
On Thu, Aug 15, 2013 at 11:35 AM, Kit Chambers
<kit.chambers.kc at gmail.com> wrote:
>
> Hi,
>
> I have just started with ParaView 4.0.1 and keep getting weird behaviour
> from the display where by it keeps going yellow. The behaviour is similar to
> that mentioned in this email to the list.
>
> http://www.paraview.org/pipermail/paraview/2013-July/028717.html
>
> Was there any follow up to this?
>
> Kit
>
>
>
>
> _______________________________________________
> 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
>
More information about the ParaView
mailing list