| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/camerapatheditor.h>
Public Member Functions | |
| KeyFrame (const Vector &from, const Vector &dir) | |
| KeyFrame () | |
| VRS_SERIALIZABLE_NO_SO_CLASS (KeyFrame) | |
Public Attributes | |
| Vector | m_from |
| Vector | m_dir |
| bool | m_isSpeedMark |
| double | m_relativeSpeed |
| bool | m_startSpeedChange |
| double | m_relativeAcceleration |
| bool | m_isCircleEntry |
| Vector | m_circleMidpoint |
| int | m_circlePasses |
| std::string | m_name |
| bool | m_dirIsLookTo |
| VRS::CameraPathEditor::KeyFrame::KeyFrame | ( | ) |
| VRS::CameraPathEditor::KeyFrame::VRS_SERIALIZABLE_NO_SO_CLASS | ( | KeyFrame | ) |
| std::string VRS::CameraPathEditor::KeyFrame::m_name |