Search found 2 matches

by sblank
Thu Feb 26, 2004 5:48 pm
Forum: Game Programming
Topic: OpenGL Camera
Replies: 26
Views: 9180

glWrapper fixed glu commands...

Thanks... worked like a charm!

This language definitely has potential...

Stan
by sblank
Thu Feb 26, 2004 3:46 pm
Forum: Game Programming
Topic: OpenGL Camera
Replies: 26
Views: 9180

gluPerspective__ , gluLookAt__ problems

I have been trying to run the code listed on this page using PureBasic and keep getting an error of this nature:

gluPerspective__() is not a function, an array, or a linked list.

I get a similar error with gluLookAt__ if I remark out the gluPerspective__ statement.

If I reduce the number of ...