Skip to content

Scripts that can be used with Unity to modelise basic geometric shapes with triangles

License

Notifications You must be signed in to change notification settings

GaelleMarais/geometric-shape-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geometric-shape-scripts

Scripts that can be used with Unity to modelise basic geometric shapes with triangles

Rectangle

Create a simple plan with parameters: width and height.

rectangle

Cylinder

Create an open cylinder with parameters: radius, number of circles (vertical) and number of points per circle.

cylinder

Sphere

Create a sphere with parameters: radius, number of meridians (vertical) and number of circles (horizontal).

sphere

Load mesh

Load any .off file containing only triangles.

triceratops

About

Scripts that can be used with Unity to modelise basic geometric shapes with triangles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages