Hi Serge, On 8/17/07, Serge Lages <[EMAIL PROTECTED]> wrote: > I am wondering if there is any way to get the eye point from a cull visitor > in a double precision ? > Thanks in advance for any help !
The current method just returns a Vec3f right now. You could compute the eye point yourself in doubles though, just transform the 0,0,0 by the inverse of the current modelview matrix. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

