I use gluunproject() to convert screen coordinate to world coordinate in OpenGL. But now there are no GLU functions in OpenTK anymore. So is there any method to convert screen coordinate to world coordinate?
Use OpenTK.Compatibility, there you will find such things.
Find it, thank you for your help.
Comments
Re: How to convert screen coordinate to world coordinate?
Use OpenTK.Compatibility, there you will find such things.
Re: How to convert screen coordinate to world coordinate?
Find it, thank you for your help.