QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
Qgs3DAnimationSettings::Keyframe Struct Reference

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...
 

Detailed Description

keyframe definition

Definition at line 45 of file qgs3danimationsettings.h.

Member Data Documentation

◆ dist

float Qgs3DAnimationSettings::Keyframe::dist = 0

Distance of the camera from the focal point.

Definition at line 49 of file qgs3danimationsettings.h.

◆ pitch

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 50 of file qgs3danimationsettings.h.

◆ point

QgsVector3D Qgs3DAnimationSettings::Keyframe::point

Point towards which the camera is looking in 3D world coords.

Definition at line 48 of file qgs3danimationsettings.h.

◆ time

float Qgs3DAnimationSettings::Keyframe::time = 0

Relative time of the keyframe in seconds.

Definition at line 47 of file qgs3danimationsettings.h.

◆ yaw

float Qgs3DAnimationSettings::Keyframe::yaw = 0

Horizontal rotation around the focal point in degrees.

Definition at line 51 of file qgs3danimationsettings.h.


The documentation for this struct was generated from the following file: