LWJGL Forum

Programming => OpenGL => Topic started by: technik3k on August 16, 2015, 04:54:19

Title: Can't figure out how to texture with openGL
Post by: technik3k on August 16, 2015, 04:54:19
I know about the glBindTexture and I've herd about glGenTextures. I read that with glGenTextures you give openGL a texture and it gives you a number for that image or something like that.But a can't make it work. Can some help me!!!
Title: Re: Can't figure out how to texture with openGL
Post by: abcdef on August 16, 2015, 19:46:04
You should read up on some opengl tutorials (of which there are many on the web), you sound like a beginner to opengl so running through some tutorials shoud help you out a lot
Title: Re: Can't figure out how to texture with openGL
Post by: technik3k on August 17, 2015, 01:10:18
Do you know of any good openGL tutorial?
Title: Re: Can't figure out how to texture with openGL
Post by: abcdef on August 17, 2015, 07:40:41
Just search for the word "tutorial" in these forums to see plenty of suggestions previously given.
Title: Re: Can't figure out how to texture with openGL
Post by: technik3k on August 18, 2015, 03:36:45
Thanks for the help.