MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
MapLink Camera Manager API

Detailed Description

Classes

class  TSLCameraManager
 
class  TSLFlightPath
 
class  TSLFlightPathPoint
 
class  TSLWayPoint
 
class  TSLWayPointSet
 
enum  TSLCameraModeEnum { TSLCameraModeLookAtFixed , TSLCameraModeLookAtRelative }
 
enum  TSLWayPointTimeModeEnum { TSLWayPointTimeModeAbsolute , TSLWayPointTimeModeLegSpeed }
 

Enumeration Type Documentation

◆ TSLCameraModeEnum

This enumerates the set of options defining how the camera orientates itself when moved along a path.

Enumerator
TSLCameraModeLookAtFixed 

The camera is to look at a fixed position.

TSLCameraModeLookAtRelative 

The camera is to look at a point relative to its current position.

◆ TSLWayPointTimeModeEnum

This enumerates the set of options defining how the event time at each waypoint is calculated.

Enumerator
TSLWayPointTimeModeAbsolute 

The time at each waypoint is explicitly defined.

TSLWayPointTimeModeLegSpeed 

The time at each waypoint is deduced from the speed at the previous waypoint. The time in this case is based on the time defined at the first waypoint.