Hi Ulrich,

On Fri, May 14, 2010 at 10:30 AM, Ulrich von Zadow
<u...@archimedes-solutions.de> wrote:
> shouldn't osgviewer crash as well then? Valgrind reports nothing for 
> osgviewer with this file.

It's not crashing by fluke.


>
> Loading cube_triangulate.dae from the collada test model database gives this:
>
> CullVisitor::apply(Geode&) detected NaN,
>    depth=nan, center=(2.26737e+37 -3.28032e+37 -3.28032e+37),
>    matrix={
>        nan nan nan nan
>        nan nan nan nan
>        nan nan nan nan
>        nan nan nan nan
> }
>
> ... repeated lots of times.

It's a case of "garbage in, garbage out", these errors are just
symptoms of the original problem with is the broken data.

You can have to look into what the cause of your corrupted scene graph
is.  The collada plugin or the original data?

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to