Advertisement

OpenGL (nehe #1) / Linux problem (and a little SDL)...

Started by July 09, 2003 03:30 AM
11 comments, last by Illumini 21 years, 7 months ago
Hmmmmmmm....
Did you enable textures -> glEnable(GL_TEXTURE_2D); ??
I tend to forget about enabling the stuff I want to use
[My Lousy Page | Kings Of Chaos | Vampires | [email=lordlethis@hotmail.com]email.me[/email]]
Try this

g++ ng-o file.cpp sdl-config --libs -B /usr/X11R6/lib -lX11 -lXi -lXmu -lGL -lGLU -ljpeg -lm -lpthread
--------------------------Nukemmsn: nukem996@hotmail.comaim: nukem996open source open mind
Advertisement
nukem, I''ll do that next time i boot linux.

LordLethis: I haven''t modified Nehe tutorial 6 in anyway, just compiled the source I dl''d and ran the executable. So I don''t think that is the problem..

This topic is closed to new replies.

Advertisement