Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Luis Penaranda
panoramic
Commits
1621788e
Commit
1621788e
authored
Jun 25, 2013
by
Luis Penaranda
Browse files
compute max_fov when auto_max_fov button pressed
parent
26cacb9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
openglcanvas.cpp
View file @
1621788e
...
...
@@ -85,6 +85,7 @@ void OpenGLCanvas::change_fov(double f){
void
OpenGLCanvas
::
automaxbutton
(
bool
autovalue
){
auto_fov_max
=
autovalue
;
change_fov_max
(
compute_auto_fov_max
(
fov
));
}
void
OpenGLCanvas
::
change_fov
(
int
new_fov
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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