Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
c1a70130
Commit
c1a70130
authored
Dec 17, 2017
by
artificiel
Browse files
ClientManager: remise de position centrale a zero
parent
15bc72e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/ClientPlayer.hpp
View file @
c1a70130
...
...
@@ -66,8 +66,8 @@ class ClientPlayer : public AbstractClient
gui_
.
add
(
speed_
.
set
(
"speed"
,
1
,
.1
,
10
));
gui_
.
add
(
looping_
.
set
(
"looping"
,
false
));
gui_
.
add
(
index_
.
set
(
"frame"
,
0
,
0
,
1000
));
gui_
.
add
(
offset_x_
.
set
(
"offset x"
,
2
,
-
10
,
10
));
gui_
.
add
(
offset_z_
.
set
(
"offset z"
,
2
,
-
10
,
10
));
gui_
.
add
(
offset_x_
.
set
(
"offset x"
,
0
,
-
10
,
10
));
gui_
.
add
(
offset_z_
.
set
(
"offset z"
,
0
,
-
10
,
10
));
load_recording_
.
addListener
(
this
,
&
ClientPlayer
::
load_recording
);
playing_
.
addListener
(
this
,
&
ClientPlayer
::
control_playback
);
...
...
Write
Preview
Markdown
is supported
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