Skip to content

Latest commit

 

History

History

dalai-ply-uv3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Overview

This tool allows to convert specific types of ply files into uv3 files. The conversion is limited to binary ply files (little endian) and always uses the vertex colors to assign polygon and line colors.

This tool also implements a fast conversion process in case the ply file contains only point primitives. In such case, the ply file can be arbitrary large.

Usage

The following command allows to convert a ply file into a uv3 file :

./dalai-ply-uv3 -i /path/to/file.ply -o /path/to/converted.uv3

If the format of the ply file is not supported, the tool fails and display an error in the terminal.