class

GS::Export::PLYWriter

Inherits Reference < Object

PLY file writer (Stanford format, good for point clouds)

Class methods

write_mesh(mesh : Mesh, path : String, binary : Bool = true)
Source
write_points(points : Tensor, path : String, binary : Bool = true)
Source