Skip to content

This converts a point cloud into a solid shape with faces into either PLY or OBJ format.

Notifications You must be signed in to change notification settings

Ethanol10/PLY-primitive-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Mesh constructor
MeshLabXML is used and all code is used by this repo is found in the meshlabxml folder.
The MeshLabXML Repo can be found here: https://github.com/3DLIRIOUS/MeshLabXML/
You will need MeshLab installed for the program to use meshlabserver.

If using the mesh constructor, put your PLY files into the "input" folder.

This program needs conda to run. 
use the commands in the following order

##First time setup
wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
bash Anaconda3-2020.02-Linux-x86_64.sh
export PATH=~/anaconda3/bin:$PATH
conda install -c open3d-admin open3d
conda install -c anaconda numpy

conda activate base
python plymain.py

About

This converts a point cloud into a solid shape with faces into either PLY or OBJ format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages