DarthSharkie / Apel-Mod

Apel is a library that brings particle animations to the table with flexible behaviour and a clean developer interface. It promises also lots of predefined shapes & paths to help the developer on their particle scene
Other
0 stars 0 forks source link

Construct ParticleTetrahedron from a triangle and a height #6

Open DarthSharkie opened 5 months ago

DarthSharkie commented 5 months ago

Assume the top vertex is equidistant from the vertices of the triangular base.

Would need a setter to change the height.

Needs math to figure out how to convert height to the 3D coordinates.