This is mesadraw.h in view mode; [Download] [Up]
#include <GL/gl.h> #include <GL/glu.h> #include <glaux.h> #include <stdio.h> #include <stdlib.h> #include <math.h> #include <AppKit/psops.h> extern void set_viewpoint(float, float, float, int); extern void draw_scene(int); extern void make_matrix(void); extern void outline_scene(void); extern void my_init(float width, float height);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.