go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

fixed ScreenToGLCoords #63

Closed rossmeier closed 6 years ago

rossmeier commented 6 years ago

For some reason, the y-axis was mapped to [3.0,1.0] instead of [-1.0,1.0]

UserAB1236872 commented 6 years ago

Thanks