Hi,

recently my OSG based application starts printing a warning/error
message, saying:

 

CullVisitor::apply(Geode&) detected NaN,

    depth=-1.#IND, center=(0 0.0658239 0),

    matrix={

        1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN

        1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN

        1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN

        0 0 0 1

}

 

It happens when I try to move the camera too near the nearest object in
the frustum.

Actually I'm sure that the near/far ratio is satisfied, because I get it
from the cull settings of the camera,

and I stop moving the camera when the near clipping plane is reached.

 

Any idea where that message is originated from? I mean, what should I
check to find my mistake?

 

Thanks in advance,

Gianluca

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to