MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

GUI component to input deg/rad #188

Open RohacekD opened 1 year ago

RohacekD commented 1 year ago

Is your feature request related to a problem? Please describe. Right now the engine is storing angles as radians (or quaternions) internally. This is not the most convenient way to input data. I would like to have a GUI component for rad/deg input.

Describe the solution you'd like An input with togglable deg/rad format.

Describe alternatives you've considered Check out the ImGUI implementation of colour for pop-up and vector 3 input.