float-color.ply was broken because it doesn't have a newline at the end. I'm not sure if a file without newline should be considered valid ? Added more checks to float-color unit-test in order to fail as excepted. Fixed the shipped unit test. Add postprocess validation to PLY unit tests
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
ply
|
|
format ascii 1.0
|
|
comment VCGLIB generated
|
|
element vertex 3
|
|
property float x
|
|
property float y
|
|
property float z
|
|
property float red
|
|
property float green
|
|
property float blue
|
|
property float alpha
|
|
element face 1
|
|
property list uchar int vertex_indices
|
|
end_header
|
|
0.0 0.0 0.0 0 0 1 1
|
|
100.0 0.0 0.0 0 0 1 1
|
|
200.0 200.0 0.0 0 0 1 1
|
|
3 0 1 2
|