|
楼主 |
发表于 2011-12-30 22:12:20
来自手机
|
显示全部楼层
osg::ref_ptr<osg::MatrixTransform> mt_Position = new osg::MatrixTransform;
osg::Matrixd mdPosition;
osgEarth::Util::ObjectPlacer* op = new osgEarth::Util::ObjectPlacer(mapNode);
op->createPlacerMatrix(lat, lon, z, mdPosition);
mt_Position->setMatrix(mdPosition);
以上是我现在用的方法,mt_Position的局部坐标系就相当于东北天坐标系。手机输入的,挺麻烦,就不多写了。 |
|