MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / flyTo

Method flyTo

source/camera/CameraManager.cpp:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450
451void CameraManager::flyTo(const Ogre::Vector3& destination)
452{
453 mCameraIsFlying = true;
454 mCameraFlightDestination = destination;
455}
456
457void CameraManager::onMiniMapClick(Ogre::Vector2 cc)
458{

Callers 1

cameraFlyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected