-
renderSphere
hmm everything else seems to be working.
compiling like gcc fog.c -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11
now for some reason in my display function im getting errors when i try to call
renderSphere(-2., -0.5, -1.0);
"undefined reference to 'renderSphere' "
i must be missing some libs, anyone know which rpms i might be missing which contain these libs?
using mandrake 7.2
-
Member
Regular Contributor
Re: renderSphere
I'm sorry, but "renderSphere" isn't part of any library that *I* know of (and I do know quite a few).
I think you're either missing some .c files or you'll need to write it yourself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules