mirror of
https://github.com/Noratrieb/colouncher.git
synced 2026-03-14 21:26:10 +01:00
trying to animate
This commit is contained in:
parent
a68d0dff63
commit
9a255f9a7d
3 changed files with 128 additions and 9 deletions
8
TODO.md
Normal file
8
TODO.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# TODOs
|
||||
|
||||
Nicely animate the transition into the voronoi diagram.
|
||||
Actually making a cool animation with movement likely requires knowing the distance to the voronoi center of any point.
|
||||
To know this we will likely have to construct the voronoi diagram on the CPU beforehand and having it as geometry.
|
||||
To do this, we probably need to generate it in 3D (using something like Bowyer-Watson) and then project it into 2D somehow (using magic) and then do things.
|
||||
|
||||
Actually use a good gradient that doesn't look kinda bad.
|
||||
Loading…
Add table
Add a link
Reference in a new issue