Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 639 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 639 Bytes

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.