Hi Dženan, I found the image in your original mail. Most likely not a precision issue then.
On 22/05/10 18:44 , Dženan Zuki wrote: > I did write out the complete scene into an OSG file, and I analyzed it, and > it seems > that the only unaffected coordinate is X (Y and Z coordinates get screwed > up). The only > reason that comes to mind is that there is matrix transform in the scene > graph. Not > above these nodes though - grp node from the code is sibling of that matrix > transform > node. But you're attaching both drawables to the same node, so they would be affected by the same transformation. You should be able to spot any possible transformation when writing the entire scene to an .osg file. /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

