Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: werdy666

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    174

    Re: generating textures

    well what i have found is that if i load the same tga file 3 times, that everything works out ok. So i'm not sure if its my loading routine or maybe something to do with the texture array not being...
  2. Replies
    3
    Views
    174

    generating textures

    hi, i am trying to generate 3 textures from 1 tga image i have loaded. i know the tga image loads fine because if i generate just 1 texture it works fine. The problem is when i try to generate more...
  3. Replies
    2
    Views
    107

    Transparency in a texture

    ok i know i am dumb but please can someone explain this to me. I have been searching and cannot find a suitable answer!

    First of all i would like to pick my own colour that i use in a texture to...
  4. Replies
    2
    Views
    99

    Re: rotating a quad (Newbie)

    thanks! after a little bit of experimentation i changed the vertex coordinates to 0.5 and -0.5 and it works perfect now! Thanks for your help!

    ...
  5. Replies
    2
    Views
    99

    rotating a quad (Newbie)

    just a quick question on how to rotate my quad exactly the way i want.

    some code.....

    glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // Clear Screen And Depth Buffer
    glLoadIdentity...
Results 1 to 5 of 5