Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arhcy committed Nov 30, 2018
1 parent e0109e6 commit 9a2185d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Slices big meshes into smaller parts to get better performance with occlusion cu
<img align="center" width="60%" src="/images/scr2.png">
</p>

I wrote this component for my project and I think it can be useful for your projects too :) Currently, it supports only slicing by X and Y axes. It's don't separates triangles if they are in different parts, so use it only for high poly meshes Maybe I'll improve in the future.
I wrote this component for my project and I think it can be useful for your projects too :) Currently, it supports only slicing by X and Y axes. It's don't separates triangles if they are in different parts, so use it only for high poly meshes. Maybe I'll improve in the future.

Using is simple.

<p align="center">
<img align="center" width="40%" src="/Screenshots/scr1.png">
<img align="center" width="40%" src="/images/scr1.png">
</p>

1. Drag here gameobject which contains MeshFilter object of mesh which you want to slice.
Expand Down

0 comments on commit 9a2185d

Please sign in to comment.