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
KennethVanhoey
CGoGN
Commits
06b2f89c
Commit
06b2f89c
authored
Mar 19, 2012
by
kenneth
Browse files
corr bug export
parent
71ab26ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Export/export.hpp
View file @
06b2f89c
...
...
@@ -398,7 +398,7 @@ bool exportPlySLFgeneric(typename PFP::MAP& map, const typename PFP::TVEC3& posi
out
<<
"ply"
<<
std
::
endl
;
out
<<
"format ascii 1.0"
<<
std
::
endl
;
out
<<
"comment ply SLF (K. Vanhoey generic format): SLF_"
<<
((
extension
==
".plyPTMext"
)
?
"PTMext"
:
"SHreal"
)
<<
std
::
endl
;
out
<<
"comment ply SLF (K. Vanhoey generic format): SLF_"
<<
((
(
extension
==
".plyPTMext"
)
||
extension
==
".plyPTMextBin"
)
?
"PTMext"
:
"SHreal"
)
<<
std
::
endl
;
out
<<
"element vertex "
<<
vertices
.
size
()
<<
std
::
endl
;
out
<<
"property float x"
<<
std
::
endl
;
out
<<
"property float y"
<<
std
::
endl
;
...
...
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