README.md

    unity-mesh-builder

    Primitive mesh builders for Unity.

    Demo

    Usage

    Mesh mesh = PlaneBuilder.Build(
        5f,     // width
        10f,    // height
        2,      // width segments
        4       // height segments
    );

    Primitives

    • Plane (Parametric)
    • Cube
    • Cylinder
    • Sphere
    • Icosphere (Icohedron)
    • Octahedron
    • Frustum
    • Cone
    • Torus
    • Ring

    Another primitives are in progress ...

    项目简介

    Unity纯代码创建Mesh

    发行版本

    当前项目没有发行版本

    贡献者 3

    林新发 @linxinfa
    M mattatz @mattatz
    M Masatatsu Nakamura @Masatatsu Nakamura

    开发语言

    • C# 95.1 %
    • ShaderLab 4.9 %