[osg-users] Volume image crash on the latest version of Nvidia driver

Robert Osfield robert.osfield at gmail.com
Tue Aug 11 01:07:37 PDT 2015


Hi Clement,

On 11 August 2015 at 08:02, <Clement.Chu at csiro.au> wrote:
>
>   I found opengl api  https://www.opengl.org/sdk/docs/man/.  I think most of systems should support it.

On my search I came across suggestion of lack of support on OSX and
GLES. I don't know how correct/up to date this is.

Could you try replacing the

   if (isnan(num_iterations)) num_iterations = 2.0;

With:

   if (num_iterations!=num_iterations) num_iterations = 2.0;

I would try myself by my system that had the latest NVIdia drivers
that show this bug has died due to a disk failure.  I will need to buy
and new disk and get everything back installed on it.  This isn't
something I can tackle today though.

Robert.



More information about the osg-users mailing list