Hi Preet, 2012/2/14 Preet <[email protected]> > > I'm using large (values in the hundred-millions), high precision > numbers (doubles) for the vertices of the line strip, and I think > that's what's causing the problem (I couldn't recreate the issue using > smaller, more sane numbers from 1-500 for example, even though the > same double datatype is used to store both numbers). > > I believe this is the cause of your problem. Use a transform node as the parent of your geodes and use it to reduce the number of digits.
Regards, Wang Rui
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

