Skip to content

ancientElement/unity-mesh-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

Sources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published