SUMO - Simulation of Urban MObility
gl2psTestSimple.c File Reference
#include <GL/glut.h>
#include <string.h>
#include "gl2ps.h"
Include dependency graph for gl2psTestSimple.c:

Go to the source code of this file.

Functions

static void display (void)
 
static void keyboard (unsigned char key, int x, int y)
 
int main (int argc, char **argv)
 

Function Documentation

static void display ( void  )
static

Definition at line 53 of file gl2psTestSimple.c.

References GL2PS_LINE_STIPPLE, GL2PS_POLYGON_OFFSET_FILL, gl2psDisable(), gl2psEnable(), and gl2psText().

Referenced by keyboard(), and main().

static void keyboard ( unsigned char  key,
int  x,
int  y 
)
static
int main ( int  argc,
char **  argv 
)

Definition at line 156 of file gl2psTestSimple.c.

References display(), and keyboard().