g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.74k stars 292 forks source link

Help with drawing a hexagon #278

Closed tod91 closed 2 years ago

tod91 commented 2 years ago

Hello, First of all i would like to commend you on the awesome piece of software you've created it truly does rock!

I would like to ask if there is an easy way to draw a hexagon without supplying a custom vertex, element buffer and index array using g3n.

Thank you in advance!

tod91 commented 2 years ago

turns out i didnt need it after all.