Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
51a9d2d8
Commit
51a9d2d8
authored
Feb 24, 2012
by
Thery Sylvain
Browse files
bug compil windows
parent
ecc8a23b
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Algo/Render/GL2/topo3Render.hpp
View file @
51a9d2d8
...
...
@@ -33,8 +33,6 @@
#include
"Topology/generic/traversorCell.h"
#include
"Algo/Geometry/centroid.h"
#include
<sys/time.h>
namespace
CGoGN
{
...
...
src/Utils/frameManipulator.cpp
View file @
51a9d2d8
...
...
@@ -865,7 +865,7 @@ float FrameManipulator::distanceFromMouse(int dx, int dy)
float
FrameManipulator
::
scaleFromMouse
(
int
dx
,
int
dy
)
{
if
(
f
abs
(
dx
)
>
f
abs
(
dy
))
if
(
abs
(
dx
)
>
abs
(
dy
))
{
if
(
dx
>
0
)
return
1.01
;
...
...
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