Hello,   I want ask the question about a function in 
VirtualPlanetBuilder0.91.The function is :             void 
setGeoTransformFromRange(double xMin, double xMax, double yMin, double yMax)
            {
                _geoTransform.makeIdentity();
                _geoTransform(0,0) = xMax-xMin;
                _geoTransform(3,0) = xMin;                _geoTransform(1,1) = 
yMax-yMin;
                _geoTransform(3,1) = yMin;
             }    I want to know how dose the function work.    Thank you!!!!
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to