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
932aee7d
Commit
932aee7d
authored
3 years ago
by
Alexander Bock
Browse files
Options
Download
Email Patches
Plain Diff
Add documentation to ParallelPeer
parent
8cd65d9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/network/parallelpeer.cpp
+10
-3
src/network/parallelpeer.cpp
with
10 additions
and
3 deletions
+10
-3
src/network/parallelpeer.cpp
+
10
-
3
View file @
932aee7d
...
...
@@ -83,19 +83,26 @@ namespace {
constexpr
openspace
::
properties
::
Property
::
PropertyInfo
BufferTimeInfo
=
{
"BufferTime"
,
"Buffer Time"
,
""
// @TODO Missing documentation
"This is the number of seconds that received keyframes are buffered before they "
"get applied to the rendering. A higher value leads to smoother rendering, "
"particularly when the internet connection is unstable, but also leads to higher "
"delay."
};
constexpr
openspace
::
properties
::
Property
::
PropertyInfo
TimeKeyFrameInfo
=
{
"TimeKeyframeInterval"
,
"Time keyframe interval"
,
""
// @TODO Missing documentation
"Determines how often the information about the simulation time is sent (in "
"seconds). Lower values mean more accurate representation of the time, but also "
"require higher internet bandwidth."
};
constexpr
openspace
::
properties
::
Property
::
PropertyInfo
CameraKeyFrameInfo
=
{
"CameraKeyframeInterval"
,
"Camera Keyframe interval"
,
""
// @TODO Missing documentation
"Determines how often the information about the camera position and orientation "
"is sent (in seconds). Lower values mean more accurate representation of the "
"time, but also more internet traffic"
};
}
// namespace
...
...
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