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
cdb7b3c7
Commit
cdb7b3c7
authored
Jul 19, 2013
by
Luis Penaranda
Browse files
Merge branch 'master' of
git://gitorious.impa.br/pano/pano
parents
d0668cbd
15763c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
openglcanvas.cpp
View file @
cdb7b3c7
...
...
@@ -547,7 +547,7 @@ void OpenGLCanvas::define_triangle_indices(unsigned int * indices, int m, int n)
int
OpenGLCanvas
::
compute_auto_fov_max
(
int
new_fov
){
if
(
new_fov
<
60
)
return
60
;
if
(
new_fov
>
1
80
)
if
(
new_fov
>
1
79
)
return
1
;
//if(new_fov>60)
return
(
90
-
new_fov
/
2
);
...
...
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