Hi Clement,

On 11 August 2015 at 08:02, <clement....@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.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to