Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
OpenSpace
Commits
46972902
Commit
46972902
authored
3 years ago
by
Alexander Bock
Browse files
Options
Download
Email Patches
Plain Diff
Fixing the Jenkins build
parent
f532a352
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/openspace/scene/profile.h
+4
-4
include/openspace/scene/profile.h
with
4 additions
and
4 deletions
+4
-4
include/openspace/scene/profile.h
+
4
-
4
View file @
46972902
...
...
@@ -101,7 +101,7 @@ public:
Relative
};
Type
type
=
Type
::
Absolute
;
Type
type
;
std
::
string
value
;
};
...
...
@@ -111,7 +111,7 @@ public:
std
::
string
anchor
;
std
::
optional
<
std
::
string
>
aim
;
std
::
string
referenceFrame
;
glm
::
dvec3
position
=
glm
::
dvec3
(
0.0
)
;
glm
::
dvec3
position
;
std
::
optional
<
glm
::
dvec3
>
up
;
std
::
optional
<
double
>
yaw
;
std
::
optional
<
double
>
pitch
;
...
...
@@ -121,8 +121,8 @@ public:
static
constexpr
const
char
*
Type
=
"goToGeo"
;
std
::
string
anchor
;
double
latitude
=
0.0
;
double
longitude
=
0.0
;
double
latitude
;
double
longitude
;
std
::
optional
<
double
>
altitude
;
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment