Skip to content

Commit 2184ce5

Browse files
authored
Update README.md
1 parent 959760e commit 2184ce5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ You can install this package using **Package Manager**. Add it by this git URL:
99
https://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
1515
Export mesh model into .ply file:
1616
```csharp
1717
var meshFilter = GetComponent<MeshFilter>();
@@ -29,6 +29,8 @@ var ply = PlyExport.ToPlyPointcloud(points.ToArray());
2929
File.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
3335
Keep in mind that not all data is supported for export:
3436
- [x] Colored pointclouds

0 commit comments

Comments
 (0)