Advertisement

SkyBox displaying problem

Started by February 17, 2001 07:22 AM
0 comments, last by encom 24 years ago
Why this code doesn''t display anything ??? ---------- for (i=0; i); for (j=0; j<4; j++){ glTexCoord2f( skyboxQuads.TexX[j], skyboxQuads.TexY[j]); glVertex4f( skyboxQuads.x[j] + (float)eyeX, skyboxQuads.y[j] + (float)eyeY, skyboxQuads.z[j] + (float)eyeZ, skyboxQuads.alpha); } glEnd(); } ——— </i>
You can''t bind a texture inside a glBegin/glEnd

Bruno

This topic is closed to new replies.

Advertisement