PositionCamera3D¶
- globalmapper.PositionCamera3D(float aX, float aY, float aElev, float aHeading, float aPitch, float aBank) GM_Error_t32 [source]¶
Sets the position of the camera in the current 3D view.
- Parameters:
aX (float) – X coordinate for camera in current view projection
aY (float) – Y coordinate for camera in current view projection
aElev (float) – Elevation in meters for camera
aHeading (float) – Heading in degrees from North (0)
aPitch (float) – Pitch in degrees (+ is up, - is down)
aBank (float) – not currently used
- Returns:
Error Code
- Return type:
GM_Error_t32