Packages

An extensible BEAM-native codec framework for Elixir — compression and spatial formats

Current section

Files

Jump to
ex_codecs priv examples spatial cube_corners.ply
Raw

priv/examples/spatial/cube_corners.ply

ply
format ascii 1.0
comment ex_codecs example point cloud
element vertex 4
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
end_header
0.0 0.0 0.0 255 0 0
1.0 0.0 0.0 0 255 0
0.0 1.0 0.0 0 0 255
0.0 0.0 1.0 255 255 0