Vmp1r3 Pottery Save

🫙 Pots in Unity. Shape simple pots in runtime.

Project README

Pottery

Pottery is a runtime pots editor made in Unity.

How it works

A shape is created as an array of rings placed on top of each other along the Y-axis (vertically). All rings have a radius, and they share the same number of edges set in the shape. The mesh is created based on the shape's height, ring radius, and edge count. All vertices are calculated using a simple trigonometric formula where:

  • x = cos(Ï€ / faces * index)
  • y = sin(Ï€ / faces * index)
  • z = height / ringsCount * ringIndex

Open Source Agenda is not affiliated with "Vmp1r3 Pottery" Project. README Source: jasursadikov/pottery
Stars
38
Open Issues
0
Last Commit
3 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating