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
David Cazier
CGoGN
Commits
703f53f7
Commit
703f53f7
authored
May 24, 2012
by
Pierre Kraemer
Browse files
AttributeHandler -> VertexAttribute
parent
5481fed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Apps/Examples/viewer.cpp
View file @
703f53f7
...
...
@@ -252,7 +252,7 @@ void Viewer::exportMesh(std::string& filename, bool askExportMode)
if
(
askExportMode
)
Utils
::
QT
::
inputValues
(
Utils
::
QT
::
VarCombo
(
"binary mode;ascii mode"
,
ascii
,
"Save in"
))
;
std
::
vector
<
Attribute
Handler
<
VEC3
,
VERTEX
>*>
attributes
;
std
::
vector
<
Vertex
Attribute
<
VEC3
>*>
attributes
;
attributes
.
push_back
(
&
position
)
;
Algo
::
Export
::
exportPLYnew
<
PFP
>
(
myMap
,
attributes
,
filename
.
c_str
(),
!
ascii
,
allDarts
)
;
}
...
...
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