Top "Ply-file-format" questions

A format for storing graphical objects that are described as a collection of polygons

Python plyfile vs pymesh

I need to read, manipulate and write PLY files in Python. PLY is a format for storing 3D objects. Through …

python ply-file-format
Load and read ply files with Pymesh

I am trying to load/read a ply file using PyMesh and this line command: mesh = pymesh.load_mesh("model.…

python ply-file-format
Convertion of .ply format to .pcd format

I've a .ply format model and trying to create a .pcd file one. After checking how .pcd format should look …

python point-cloud-library point-clouds ply-file-format
Adding color to vertex points in ply format

I have a 3D point cloud each with different color/values attribute attached to each vertex of XYZ points. The …

point-clouds ply-file-format
how can get 3D obj file from canvas in webgl?

Some question asked about how can use obj in webgl. But my question is how can get/save/export obj …

html5-canvas webgl ply-file-format