Home
last modified time | relevance | path

Searched refs:getSimulationTime (Results 1 – 25 of 106) sorted by relevance

12345

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCameraPathProperty.cpp13 _animationPath->getInterpolatedControlPoint( fs->getSimulationTime(), cp ); in update()
15 … OSG_NOTICE<<"CameraPathProperty "<<fs->getFrameNumber()<<" "<<fs->getSimulationTime()<<std::endl; in update()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCameraPathProperty.cpp13 _animationPath->getInterpolatedControlPoint( fs->getSimulationTime(), cp ); in update()
15 … OSG_NOTICE<<"CameraPathProperty "<<fs->getFrameNumber()<<" "<<fs->getSimulationTime()<<std::endl; in update()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationviewer/
H A DAnimtkViewerGUI.cpp62 float dt = f->getSimulationTime() - _previous; in update()
63 _previous = f->getSimulationTime(); in update()
110 float st = f->getSimulationTime(); in update()
175 float st = f->getSimulationTime(); in operator ()()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationviewer/
H A DAnimtkViewerGUI.cpp62 float dt = f->getSimulationTime() - _previous; in update()
63 _previous = f->getSimulationTime(); in update()
110 float st = f->getSimulationTime(); in update()
175 float st = f->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DImageSequence.cpp274 _referenceTime = fs->getSimulationTime(); in update()
278 double time = (fs->getSimulationTime() - _referenceTime)*_timeMultiplier; in update()
285 _referenceTime = fs->getSimulationTime() - time/_timeMultiplier; in update()
301 _referenceTime = fs->getSimulationTime() - _length/_timeMultiplier; in update()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DImageSequence.cpp274 _referenceTime = fs->getSimulationTime(); in update()
278 double time = (fs->getSimulationTime() - _referenceTime)*_timeMultiplier; in update()
285 _referenceTime = fs->getSimulationTime() - time/_timeMultiplier; in update()
301 _referenceTime = fs->getSimulationTime() - _length/_timeMultiplier; in update()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DLightPointNode.cpp200 drawable->setSimulationTime(cv->getFrameStamp()->getSimulationTime()); in traverse()
224 drawable->updateSimulationTime(cv->getFrameStamp()->getSimulationTime()); in traverse()
246 double time=drawable->getSimulationTime(); in traverse()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DLightPointNode.cpp200 drawable->setSimulationTime(cv->getFrameStamp()->getSimulationTime()); in traverse()
224 drawable->updateSimulationTime(cv->getFrameStamp()->getSimulationTime()); in traverse()
246 double time=drawable->getSimulationTime(); in traverse()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/Inventor/
H A DPendulumCallback.cpp37 double currentTime = fs->getSimulationTime(); in operator ()()
H A DShuttleCallback.cpp36 double currentTime = fs->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/
H A DPendulumCallback.cpp37 double currentTime = fs->getSimulationTime(); in operator ()()
H A DShuttleCallback.cpp36 double currentTime = fs->getSimulationTime(); in isInventorExtension()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DTransformCallback.cpp40 double newTime = fs->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DTransformCallback.cpp40 double newTime = fs->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgsimpleshaders/
H A Dosgsimpleshaders.cpp104 float angle = 2.0 * nv->getFrameStamp()->getSimulationTime(); in operator ()()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgsimpleshaders/
H A Dosgsimpleshaders.cpp104 float angle = 2.0 * nv->getFrameStamp()->getSimulationTime(); in operator ()()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgviewer/
H A DHLASceneObject.cxx88 SGLocationd location = _getLocation(SGTimeStamp::fromSec(frameStamp->getSimulationTime())); in computeLocalToWorldMatrix()
104 SGLocationd location = _getLocation(SGTimeStamp::fromSec(frameStamp->getSimulationTime())); in computeWorldToLocalMatrix()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/
H A DExecutionSummarizer.java203 .append(StringUtils.formatTime(getSimulationTime())); in toString()
292 protected long getSimulationTime() { in getSimulationTime() method in ExecutionSummarizer
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Dlightcontroller.cpp31 double time = nv->getFrameStamp()->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgwidgetmessagebox/
H A Dosgwidgetmessagebox.cpp167 double dt = fs->getSimulationTime() - _lastUpdate; in operator ()()
168 _lastUpdate = fs->getSimulationTime(); in operator ()()
526 double dt = fs->getSimulationTime() - _lastUpdate;
527 _lastUpdate = fs->getSimulationTime();
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgwidgetmessagebox/
H A Dosgwidgetmessagebox.cpp167 double dt = fs->getSimulationTime() - _lastUpdate; in operator ()()
168 _lastUpdate = fs->getSimulationTime(); in operator ()()
525 double dt = fs->getSimulationTime() - _lastUpdate;
526 _lastUpdate = fs->getSimulationTime();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/
H A DExecutionSummarizer.java212 .append(StringUtils.formatTime(getSimulationTime())); in toString()
305 protected long getSimulationTime() { in getSimulationTime() method in ExecutionSummarizer
/dports/games/palomino/palomino/src/fx/
H A Dmotion_blur.cc129 fp t = gc->getState()->getFrameStamp()->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgmotionblur/
H A Dosgmotionblur.cpp41 double t = gc->getState()->getFrameStamp()->getSimulationTime(); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/
H A DParticleProcessor.cpp77 double t = nv.getFrameStamp()->getSimulationTime();

12345