File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ You can install this package using **Package Manager**. Add it by this git URL:
99https://github.com/Macoron/Unity-Ply-Export.git
1010```
1111
12- ** Alternatively** just clone or download zip ot this repo and place it somewhere in your Assets folder.
12+ Alternatively just clone this repo and place files somewhere in your Assets folder.
1313
14- ## Examples
14+ ## Usages
1515Export mesh model into .ply file:
1616``` csharp
1717var meshFilter = GetComponent <MeshFilter >();
@@ -29,6 +29,8 @@ var ply = PlyExport.ToPlyPointcloud(points.ToArray());
2929File .WriteAllText (" pointcloud.ply" , ply );
3030```
3131
32+ You can also export selected meshes in Editor by clicking menu ` Assets => Export selected to .ply ` .
33+
3234## Limitations
3335Keep in mind that not all data is supported for export:
3436- [x] Colored pointclouds
You can’t perform that action at this time.
0 commit comments