Skip to content

Commit bc16ece

Browse files
committed
✨ Add fileio.jl for point cloud saving and reading functionality
1 parent 9199832 commit bc16ece

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

example/fileio.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using FastPointQuery
2+
3+
points = rand(2, 100)
4+
saveply(points, joinpath(@__DIR__, "pointcloud.ply"))
5+
readply(joinpath(@__DIR__, "pointcloud.ply"), xy=true)

0 commit comments

Comments
 (0)