HI Guillaume, 2010/7/8 Guillaume Tazé <[email protected]>: > Hello, i'm trying to understand how ABSOLUTE_RF works, and i've made a small > example. The problem is that it should works but it actually doesn't...
ABSOLTE_RF means that the when the cull traversal encounters a Transform node it ignores the inherited modelview matrix so that the local transform matrix on the Transform node becomes the new modelview matrix. This means that the Transform nodes subgraph is placed in new coordinate frame rather than that of it's parents. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

