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
Sauvage
CGoGN
Commits
93451db0
Commit
93451db0
authored
Mar 16, 2012
by
Pierre Kraemer
Browse files
Merge cgogn:~cgogn/CGoGN
parents
ac810106
29f14458
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/MC/marchingcube.hpp
View file @
93451db0
...
@@ -1192,11 +1192,11 @@ void MarchingCube<DataType, Windowing, PFP>::removeFacesOfBoundary(AttributeHand
...
@@ -1192,11 +1192,11 @@ void MarchingCube<DataType, Windowing, PFP>::removeFacesOfBoundary(AttributeHand
{
{
float
xmin
=
frameWidth
;
float
xmin
=
frameWidth
;
float
xmax
=
m_Image
->
getWidthX
()
-
frameWidth
;
float
xmax
=
m_Image
->
getWidthX
()
-
frameWidth
-
1
;
float
ymin
=
frameWidth
;
float
ymin
=
frameWidth
;
float
ymax
=
m_Image
->
getWidthY
()
-
frameWidth
;
float
ymax
=
m_Image
->
getWidthY
()
-
frameWidth
-
1
;
float
zmin
=
frameWidth
;
float
zmin
=
frameWidth
;
float
zmax
=
m_Image
->
getWidthZ
()
-
frameWidth
;
float
zmax
=
m_Image
->
getWidthZ
()
-
frameWidth
-
1
;
// traverse position and create bound attrib
// traverse position and create bound attrib
...
...
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