Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
void CameraManager::flyTo(const Ogre::Vector3& destination)
452
{
453
mCameraIsFlying = true;
454
mCameraFlightDestination = destination;
455
}
456
457
void CameraManager::onMiniMapClick(Ogre::Vector2 cc)
458
{
Callers
1
cameraFlyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected