Skip to content

3DBear/PlyImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlyImporter

PLY (Polygon File Format) importer for Unity. Feel free to open an issue if you found a .ply that does not work with this script, I'll happily make it work.

Installation

Put both .cs files into your project

Usage

Call GetVerticesAndTriangles in PlyHandler. This will give you at minimum a list of vertices and triangle indices, optionally a list of colors if vertex colors are present

Features

  • Support for Binary Little Endian formatting with vertex colors
  • Support for Ascii formatting

Planned features

  • Support for Binary Big Endian
  • Support for vertex colors for Ascii formatting
  • PLY exporting

Releases

No releases published

Packages

No packages published

Languages