Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PACANOWSKI Romain
MRF
Commits
298d6c3b
Commit
298d6c3b
authored
Dec 03, 2019
by
Romain Pacanowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MInor. more precise explanation on timing
parent
db0a53eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apps/previewer/src/viewer.cpp
apps/previewer/src/viewer.cpp
+1
-1
No files found.
apps/previewer/src/viewer.cpp
View file @
298d6c3b
...
...
@@ -245,7 +245,7 @@ Viewer::Viewer(std::string const &full_path_to_mesh)
std
::
vector
<
mrf
::
math
::
Vec3f
>
().
swap
(
_tangents
);
std
::
vector
<
mrf
::
math
::
Vec3f
>
().
swap
(
_uvs
);
std
::
vector
<
mrf
::
math
::
Vec3f
>
().
swap
(
_color_per_vertex
);
ply_timer
.
stop
();
std
::
cout
<<
"[TRACE] Data re-ordering for VBO Completed. "
<<
ply_timer
;
std
::
cout
<<
"[TRACE] Data re-ordering
(including normals and tangents computation)
for VBO Completed. "
<<
ply_timer
;
std
::
cout
<<
"[INFO] Available RAM Memory in MB is "
<<
mrf
::
util
::
CPUMemory
::
availableMemory
()
<<
std
::
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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