Is it a substitute for deprecated OpenTK.Graphics.Glu from tao framework?
Especially to the need to geometry rendering.
Is it a substitute for deprecated OpenTK.Graphics.Glu from tao framework? Especially to the need
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenTKis an evolution ofTao. And , honestly, I didn’t listen about thatglutbecomes depricated.glutfunctions are widely use till now inOpenGLworld, as contains a wide range of very useful functions and calculations, you may want avoid to do, if you’re not a math expert but just a programmer.By the way, all that stuff present in
glutcan be done also without use of it (at least I didn’t find anything that not ), but, as I said before, you have to have very good understanding of math that stands behind all that stuff.