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 line segments #151

Closed RohacekD closed 3 years ago

RohacekD commented 3 years ago

Is your feature request related to a problem? Please describe. For ease of implementation of the editor, I need to be able to have a way to find the distance between ray and line segment.

This task is needed for implementation of #149