Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
e33fd67c
Commit
e33fd67c
authored
Sep 15, 2017
by
alexandre burton
Browse files
Merge branch 'master' into 'revision_baseclasses'
# Conflicts: # example_client/src/ofApp.cpp
parents
498c27d5
ee32c3c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
example_client/src/ofApp.cpp
View file @
e33fd67c
...
...
@@ -554,7 +554,7 @@ void ofApp::update_pointcloud()
*/
filtered_mesh_
.
clear
();
if
(
cloud_final_
->
size
()
>
1
)
{
//
if (cloud_final_->size() > 1) {
for
(
size_t
i
=
1
;
i
<
cloud_final_
->
size
();
i
++
)
{
filtered_mesh_
.
addVertex
(
ofVec3f
(
cloud_final_
->
points
[
i
].
x
,
cloud_final_
->
points
[
i
].
y
,
cloud_final_
->
points
[
i
].
z
));
...
...
Write
Preview
Supports
Markdown
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