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

Mouse selection for points #150

Closed RohacekD closed 3 years ago

RohacekD commented 3 years ago

Is your feature request related to a problem? Please describe. For the editor, it would be useful to be able to mouse select points.

Describe the solution you'd like Implement on the Curve branch.

Describe alternatives you've considered The distance can be either world space or screen space.