Skip to content

Commit

Permalink
color typ
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricefallon committed Jul 4, 2016
1 parent c2e27b8 commit 23ab1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto-utils/src/pronto_math/pronto_math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct ptcld_cfg{
//int64_t obj_id; // which object in the pose collection is it relative to | was "element_id"
//float rgba[4];

int use_rgb; // [-1] send no colors, [0] use a single color, [-1] use colors in the XYZRGB cloud itself
int use_rgb; // [-1] send no colors and have view pick, [0] use a single color, [-1] use colors in the XYZRGB cloud itself
std::vector <float> rgb; // 3 vals 0->1
// inline specification: http://live.boost.org/doc/libs/1_36_0/libs/assign/doc/index.html
};
Expand Down

0 comments on commit 23ab1c0

Please sign in to comment.