码迷,mamicode.com
首页 > 其他好文 > 详细

OSG计时器与时间戳

时间:2016-12-22 14:54:44      阅读:334      评论:0      收藏:0      [点我收藏+]

标签:get   nod   amp   0ms   tar   nbsp   time   osg   send   

static osg::Timer* sendMsgTimer = new osg::Timer;
if (sendMsgTimer->time_m()>100)//100ms
{
// do what you want
sendMsgTimer->setStartTick();//重置
}

 

osg::NodeVisitor* nv

nv->getFrameStamp()->getReferenceTime();

OSG计时器与时间戳

标签:get   nod   amp   0ms   tar   nbsp   time   osg   send   

原文地址:http://www.cnblogs.com/coolbear/p/6210770.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!