diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

Manually added vertices cannot recieve an input color #73

Closed diobat closed 8 months ago

diobat commented 8 months ago

Currently vertices get assigned a random RGB color when manually added.

This should be changed into receiving an input from the user

diobat commented 8 months ago

merged