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...
Type: Posts; User: jiaoyang_28
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...
Thank you very much.
That do helps me understand how this thing works.
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...
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 );
...
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...