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: jiaoyang_28

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    488

    Cubemap texture not shown

    Hi,

    This problem is bugging for days. I just can not find why my cubemap is not shown on the object.

    I draw a sphere, and I want to wrap it with the cube map.

    The following is my code in...
  2. Thank you very much. That do helps me...

    Thank you very much.

    That do helps me understand how this thing works.
  3. What I want to do is texture wrapping. I have an...

    What I want to do is texture wrapping. I have an 2D texture, and I want to wrap it onto the object.

    Can I use the glTexGeni() here? Or the only thing I can do is to manually assign the texture...
  4. The texture is not shown on the object

    Hi all,

    I have an mesh object, and I want to texture it with an customer .rgb figure.

    I loaded the figure with the following code:


    glBindTexture( GL_TEXTURE_2D, texture );
    ...
  5. Change eye position of gluLookAt() doesn't work

    Hi all,

    I am a beginner of OpenGL, and I am practicing with gluLookAt(). I want to see that when I change the eye position of gluLookAt(), then the 3D figure shown on the screen changed...
Results 1 to 5 of 5