
What would be the best method to load a texture from file onto a model using OpenTK?
Posted Thursday, 12 November, 2009 - 15:46 by VeliV inHi guys,
What would be the best method to load a texture from file onto a model using OpenTK? I looked around a bit and noticed someone saying something about using OpenTK.Utilities , but it seem that I can't even find the namespace :P
Been looking at some tutorials online, but most of them don't cover this point. And almost all of them is written in another programming language, which doesn't make it any simpler.
So how would you do it?


Comments
Re: What would be the best method to load a texture from ...
I'll answer this one myself in case someone else has the same problem :)
Most of that is from OpenTK examples :)
Re: What would be the best method to load a texture from ...
Usually I do:
To flip the image on Y, as OpenGL origin for images and textures is bottom left and not top left.