I have the following message when I run my OSG application:
CullVisitor::apply(Geode&) detected NaN,
depth=nan, center=(1.79588 1.50488 1.42179),
matrix={
nan nan -nan -nan
nan nan -nan -nan
nan nan -nan -nan
nan nan -nan -nan
}
What this kind of warning/error means?
Thanks in advance,
Rômulo
from the http://trac.openscenegraph.org/projects/osg//browser/OpenSceneGraph/trunk/src/osgUtil/CullVisitor.cpp?rev=12829
It is a problem due to depth, I think.