This is constants.h in view mode; [Download] [Up]
#define PI 3.14159 #define ITop ((PI*(7.5/9.0))/2.0) /* 75 deg. */ #define IBottom (-((PI*(7.5/9.0)))/2.0) /* - 75 deg. */ #define ILeft (-(PI)) #define IRight (PI) #define OTop ((PI*(8.0/9.0))/2.0) /* 80 deg. */ #define OBottom (-((PI*(8.0/9.0)))/2.0) /* - 80 deg. */ #define OLeft (-(PI)) #define ORight (PI) #define MAXFRAMES 72 #define FORWARD -1 #define STOPPED 0 #define BACKWARD 1 #define MAXROT 180.0 #define MINROT 5.0 #define round(_____GXVRMB) floor(_____GXVRMB+0.5)
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.