Search:

Type: Posts; User: nivangerow

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    2,499

    Re: OpenGL Texture won't draw

    Im stupid, I forgot to call the load() method in the texture object.
  2. Replies
    1
    Views
    2,499

    OpenGL Texture won't draw

    I have followed a tutorial on how to display an image in OpenGL, and I first had to make a square and then texture it. I have tried
    gl.glColor4f(0f,0f,0f,1f); and that works, I can see the square....
Results 1 to 2 of 2