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
9b1c93f5
Commit
9b1c93f5
authored
Mar 12, 2012
by
Kenneth Vanhoey
Browse files
binary import/export for SLF
parent
1cfd4e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Export/export.hpp
View file @
9b1c93f5
...
...
@@ -575,7 +575,7 @@ bool exportPlySLFgenericBin(typename PFP::MAP& map, const typename PFP::TVEC3& p
// coefficients
for
(
unsigned
int
channel
=
0
;
channel
<
3
;
++
channel
)
for
(
unsigned
int
coefI
=
0
;
coefI
<
nbCoefs
;
++
coefI
)
out
.
write
((
char
*
)(
&
(
coefs
[
vi
][
coefI
])),
sizeof
(
float
))
;
out
.
write
((
char
*
)(
&
(
coefs
[
coefI
][
vi
][
channel
])),
sizeof
(
float
))
;
}
std
::
vector
<
unsigned
int
>::
iterator
it
=
faces
.
begin
();
...
...
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