QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
keyframe definition More...
#include <qgs3danimationsettings.h>
Public Attributes | |
float | dist = 0 |
Distance of the camera from the focal point. More... | |
float | pitch = 0 |
Tilt of the camera in degrees (0 = looking from the top, 90 = looking from the side, 180 = looking from the bottom) More... | |
QgsVector3D | point |
Point towards which the camera is looking in 3D world coords. More... | |
float | time = 0 |
Relative time of the keyframe in seconds. More... | |
float | yaw = 0 |
Horizontal rotation around the focal point in degrees. More... | |
keyframe definition
Definition at line 42 of file qgs3danimationsettings.h.
float Qgs3DAnimationSettings::Keyframe::dist = 0 |
Distance of the camera from the focal point.
Definition at line 46 of file qgs3danimationsettings.h.
float Qgs3DAnimationSettings::Keyframe::pitch = 0 |
Tilt of the camera in degrees (0 = looking from the top, 90 = looking from the side, 180 = looking from the bottom)
Definition at line 47 of file qgs3danimationsettings.h.
QgsVector3D Qgs3DAnimationSettings::Keyframe::point |
Point towards which the camera is looking in 3D world coords.
Definition at line 45 of file qgs3danimationsettings.h.
float Qgs3DAnimationSettings::Keyframe::time = 0 |
Relative time of the keyframe in seconds.
Definition at line 44 of file qgs3danimationsettings.h.
float Qgs3DAnimationSettings::Keyframe::yaw = 0 |
Horizontal rotation around the focal point in degrees.
Definition at line 48 of file qgs3danimationsettings.h.