lwjgl textures

Hello,

I’m trying to start a 3D game just for fun… And I’ve made a 3D model and load into Java using the LWJGL but I don’t know how to set textures to this…
I’ve made a few testing projects where I added textures and I know how to do it but because this is a 3D model(btw made in Blender) how can I apply textures?

U can see my code here: https://github.com/joaogl/3DGameTextur/

Thanks Joao.

I would suggest that you read Davedes tutorial on how to load and bind textures. It´s good stuff. :slight_smile:

Thanks I will.