ioxu / key

Key, a game made with the Godot Engine 4.
MIT License
6 stars 1 forks source link

convert dui ring geometry #40

Open ioxu opened 2 years ago

ioxu commented 2 years ago

player DUI 'rings' uses camera facing triangle strips that are re-calculated and re-generated every tick. This needs to be converted to a single mesh torus description. Make a utility torus mesh generator.