MCPcopy Create free account
hub / github.com/OGRECave/ogre / createController

Method createController

OgreMain/src/OgreControllerManager.cpp:58–66  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56 }
57 //-----------------------------------------------------------------------
58 ControllerFloat* ControllerManager::createController(
59 const ControllerValueRealPtr& src, const ControllerValueRealPtr& dest,
60 const ControllerFunctionRealPtr& func)
61 {
62 ControllerFloat* c = OGRE_NEW ControllerFloat(src, dest, func);
63
64 mControllers.push_back(c);
65 return c;
66 }
67 //-----------------------------------------------------------------------
68 ControllerFloat* ControllerManager::createFrameTimePassthroughController(
69 const ControllerValueRealPtr& dest)

Callers 3

setupModelsFunction · 0.80
Shadows.hFile · 0.80
setupLightingFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected