Functions | Variables

test2d.cpp File Reference

#include <iostream>
#include <fstream>
#include "common/wave_ex.h"
#include "glut/camera.h"
#include "glut/glut.h"
#include "glut/glut_2d.h"
#include "glut-font/glut-font.h"
#include "perf/perf.h"
Include dependency graph for test2d.cpp:

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])

Variables

static const int s_defaultWidth = 800
static const int s_defaultHeight = 600
static float s_dist = 10.0

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 159 of file test2d.cpp.


Variable Documentation

const int s_defaultWidth = 800 [static]

Definition at line 23 of file test2d.cpp.

const int s_defaultHeight = 600 [static]

Definition at line 24 of file test2d.cpp.

float s_dist = 10.0 [static]

Definition at line 26 of file test2d.cpp.