Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f5f0a043
Commit
f5f0a043
authored
Oct 24, 2016
by
Jan Möbius
Browse files
Removed unused variables
parent
868743b1
Pipeline
#3319
failed with stage
in 14 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/Scenegraph/PrincipalAxisNode.cc
View file @
f5f0a043
...
...
@@ -586,18 +586,15 @@ void
PrincipalAxisNode
::
draw_arrow
(
const
Vec3d
&
_axis
,
double
_r
)
{
double
base_radius
=
_r
;
double
top_radius
=
_r
;
double
size
=
_axis
.
norm
();
if
(
size
>
1e-10
)
{
glPushMatrix
();
unsigned
int
slices
(
8
);
Vec3d
direction
=
_axis
;
Vec3d
z_axis
(
0
,
0
,
1
);
const
Vec3d
direction
=
_axis
;
const
Vec3d
z_axis
(
0
,
0
,
1
);
Vec3d
rot_normal
;
double
rot_angle
;
...
...
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