Add documentation for camera path instruction dictionary

used as input for `openspace.pathnavigation.createPath`
This commit is contained in:
Emma Broman
2023-11-15 16:00:36 +01:00
parent 639419a51b
commit aae4d04c43
3 changed files with 15 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#ifndef __OPENSPACE_CORE___PATH___H__
#define __OPENSPACE_CORE___PATH___H__
#include <openspace/documentation/documentation.h>
#include <openspace/navigation/pathcurve.h>
#include <openspace/navigation/waypoint.h>
#include <ghoul/misc/dictionary.h>
@@ -110,6 +111,8 @@ public:
*/
void resetPlaybackVariables();
static documentation::Documentation Documentation();
private:
/**
* Interpolate between the paths start and end rotation using the approach that