points.ply 352 B

1234567891011121314151617
  1. ply
  2. format ascii 1.0
  3. element vertex 4
  4. property float x
  5. property float y
  6. property float z
  7. property uchar red
  8. property uchar green
  9. property uchar blue
  10. property float nx
  11. property float ny
  12. property float nz
  13. end_header
  14. 0.0 0.0 0.0 255 255 255 0.0 1.0 0.0
  15. 0.0 0.0 1.0 255 0 255 0.0 0.0 1.0
  16. 0.0 1.0 0.0 255 255 0 1.0 0.0 0.0
  17. 0.0 1.0 1.0 0 255 255 1.0 1.0 0.0