资讯

Mesh simplification for Unity. The project is deeply based on the Fast Quadric Mesh Simplification algorithm, but rewritten entirely in C# and released under the MIT license. Because of the fact that ...
After generating a level, I'd like to get rid of unnecessary vertices by combining different meshs then using the mesh simplifier. In this exemple, I'm starting with a grid of 900 square plane merged ...