mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Feature/night sky items (#2613)
* added night sky items and camera event --------- Co-authored-by: Alexander Bock <alexander.bock@liu.se>
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
* Returns true if any of the velocities are larger than zero,
|
||||
* i.e. wether an interaction happened
|
||||
*/
|
||||
bool hasNonZeroVelocities();
|
||||
bool hasNonZeroVelocities(bool checkOnlyMovement = false);
|
||||
|
||||
protected:
|
||||
struct InteractionState {
|
||||
|
||||
Reference in New Issue
Block a user