Functions | Variables

effects.cpp File Reference

#include <iostream>
#include "glut-demo/glut-demo.h"
#include "glut-font/glut-font-effects.h"
#include "perf/perf.h"
#include "util/file.h"
Include dependency graph for effects.cpp:

Go to the source code of this file.

Functions

static const glut_color_t s_color (0.5, 1.0, 0.5)
int main (IN int argc, IN const char *argv[])

Variables

static const int s_border = 32
static const int s_desiredHeight = 24
static const char * s_lines = "End of line."
static const int s_msPerChar = 50

Function Documentation

static const glut_color_t s_color ( 0.  5,
1.  0,
0.  5 
) [static]
int main ( IN int  argc,
IN const char *  argv[] 
)

Definition at line 226 of file effects.cpp.


Variable Documentation

const int s_border = 32 [static]

Definition at line 20 of file effects.cpp.

const int s_desiredHeight = 24 [static]

Definition at line 22 of file effects.cpp.

const char* s_lines = "End of line." [static]

Definition at line 24 of file effects.cpp.

const int s_msPerChar = 50 [static]

Definition at line 37 of file effects.cpp.