Hi all,

I load a file and store it into a node :

node=osgDB::readNodeFile( file );

In this file there is a transform matrix :
file.osg :

......
PagedLOD {
.......MatrixTransform {
         DataVariance DYNAMIC
         nodeMask 0xffffffff
         cullingActive TRUE
         referenceFrame RELATIVE
         Matrix {  6.6579e-008        1                      0
              0
                      -7.22176e-005     4.80818e-012
1                     0
                      1                        -6.6579e-008
7.22176e-005   0
                      6.37814e+006     -0.42465           460.614
1
          }
}
.....

I wan't to acces this matrix. I have look into the node, the geode, the
geometry and nothing.

Do you know how i could do that ?

Thanks in advance.

Christophe
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to