mirror of https://github.com/CGAL/cgal
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
ply
|
|
format ascii 1.0
|
|
comment Example for CGAL PLY reader
|
|
element vertex 3
|
|
property double x
|
|
property double y
|
|
property double z
|
|
property double nx
|
|
property double ny
|
|
property double nz
|
|
property uchar red
|
|
property uchar green
|
|
property uchar blue
|
|
property double intensity
|
|
property int label
|
|
end_header
|
|
0.0 0.0 0.0 0.0 0.0 1.0 255 0 0 0.8 1
|
|
0.0 0.0 1.0 0.0 0.0 1.0 0 255 0 0.76 0
|
|
0.0 1.0 0.0 0.0 0.0 1.0 0 0 255 0.99 1
|