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
43ca6876
Commit
43ca6876
authored
Jan 13, 2017
by
Jan Möbius
Browse files
Typo
parent
0e6362a9
Pipeline
#4136
canceled with stage
in 32 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Plugin-Subdivider/SubdividerPlugin.cc
View file @
43ca6876
...
@@ -288,7 +288,7 @@ void SubdividerPlugin::subdivide(int _objectId, QString _algorithm , int _steps,
...
@@ -288,7 +288,7 @@ void SubdividerPlugin::subdivide(int _objectId, QString _algorithm , int _steps,
subdivider
.
detach
();
subdivider
.
detach
();
}
else
if
(
_algorithm
.
contains
(
"midpoint"
,
Qt
::
CaseInsensitive
)
)
}
else
if
(
_algorithm
.
contains
(
"midpoint"
,
Qt
::
CaseInsensitive
)
)
{
{
OpenMesh
::
Subdivider
::
Uniform
::
Mid
P
ointT
<
TriMesh
,
double
>
subdivider
;
OpenMesh
::
Subdivider
::
Uniform
::
Mid
p
ointT
<
TriMesh
,
double
>
subdivider
;
subdivider
.
attach
(
*
mesh
);
subdivider
.
attach
(
*
mesh
);
subdivider
(
_steps
,
_update_points
);
subdivider
(
_steps
,
_update_points
);
...
...
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