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
CGoGN
CGoGN
Commits
969ec0fd
Commit
969ec0fd
authored
Mar 18, 2011
by
Kenneth Vanhoey
Browse files
correction decimation
parent
1485f5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Decimation/decimation.hpp
View file @
969ec0fd
...
@@ -129,10 +129,10 @@ void decimate(
...
@@ -129,10 +129,10 @@ void decimate(
selector
=
new
EdgeSelector_Random
<
PFP
>
(
map
,
position
,
approximators
)
;
selector
=
new
EdgeSelector_Random
<
PFP
>
(
map
,
position
,
approximators
)
;
break
;
break
;
case
S_hLightfield
:
case
S_hLightfield
:
selector
=
new
HalfEdgeSelector_
QEMml
<
PFP
>
(
map
,
position
,
approximators
)
;
selector
=
new
HalfEdgeSelector_
Lightfield
<
PFP
>
(
map
,
position
,
approximators
)
;
break
;
break
;
case
S_hQEMml
:
case
S_hQEMml
:
selector
=
new
HalfEdgeSelector_
Lightfield
<
PFP
>
(
map
,
position
,
approximators
)
;
selector
=
new
HalfEdgeSelector_
QEMml
<
PFP
>
(
map
,
position
,
approximators
)
;
break
;
break
;
}
}
...
...
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