摘要:
static osg::Timer* sendMsgTimer = new osg::Timer; if (sendMsgTimer->time_m()>100)//100ms {// do what you want sendMsgTimer->setStartTick();//重置 } osg: 阅读全文
摘要:
// add the state manipulator viewer.addEventHandler( new osgGA::StateSetManipulator(viewer.getCamera()->getOrCreateStateSet()) ); // add the thread mo 阅读全文
摘要:
以下内容摘自:http://blog.csdn.net/kaphen/article/details/24721999 头文件只有#include <gl\gl.h> //OpenGL Header #include <gl\glu.h> //GLu32 Header 时候出现以下错误 1>c:\p 阅读全文
摘要:
在编译plugins osgearth_gdal的ReaderWriterGDAL.cpp的时候可能会遇到这个问题 gdal_vrt.h这个头文件在gdal-1.11.0\frmts\vrt目录下,从网上下载对应的GDAL源码即可找到 阅读全文
摘要:
1>LINK : fatal error LNK1181: 无法打开输入文件“optimized.lib” 可以到http://forum.osgearth.org搜索相关帖子,gwaldron说这很可能是CMake3.0以上版本的问题: gwaldron Reply | Threaded | Mo 阅读全文
摘要:
QLabel* label = new QLabel(ui->centralWidget); 阅读全文
摘要:
部署qt程序时,经常涉及到Qt5.5.0\5.5\msvc2013\plugins目录下的一些动态链接库 例如数据库sqldrivers,操作系统类型platforms,读取各种图片imageformats 需要将这些文件夹和exe拷贝在同一个目录 阅读全文
摘要:
已有my.openssh私钥文件,以及Key passphrase:4c264a73544ee7f3bc6ba6f8a416b6efec9d7cc6e71b745c479159cc7ee0a8cb 若果安装了TortoiseGit,你能很快找到puttygen,运行之 点击Conversions菜单 阅读全文
摘要:
#include <string>std::string ws2s(const std::wstring& ws){ std::string curLocale = setlocale(LC_ALL, NULL); // curLocale = "C"; setlocale(LC_ALL, "chs 阅读全文
摘要:
m_tableWidget->setFocusPolicy(Qt::NoFocus); //去除选中虚线框 阅读全文