SUMO - Simulation of Urban MObility
GLHelper.cpp File Reference
Include dependency graph for GLHelper.cpp:

Go to the source code of this file.

Macros

#define CIRCLE_RESOLUTION   (double)10
 
#define FONTSTASH_IMPLEMENTATION
 
#define GLFONTSTASH_IMPLEMENTATION
 

Functions

void APIENTRY combCallback (GLdouble coords[3], GLdouble *vertex_data[4], GLfloat weight[4], GLdouble **dataOut)
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Sept 2002
Version
$Id$

Definition in file GLHelper.cpp.

Macro Definition Documentation

◆ CIRCLE_RESOLUTION

#define CIRCLE_RESOLUTION   (double)10

Definition at line 47 of file GLHelper.cpp.

Referenced by GLHelper::angleLookup(), and GLHelper::drawFilledCircle().

◆ FONTSTASH_IMPLEMENTATION

#define FONTSTASH_IMPLEMENTATION

Definition at line 31 of file GLHelper.cpp.

◆ GLFONTSTASH_IMPLEMENTATION

#define GLFONTSTASH_IMPLEMENTATION

Definition at line 42 of file GLHelper.cpp.

Function Documentation

◆ combCallback()

void APIENTRY combCallback ( GLdouble  coords[3],
GLdouble *  vertex_data[4],
GLfloat  weight[4],
GLdouble **  dataOut 
)

Definition at line 57 of file GLHelper.cpp.

References UNUSED_PARAMETER.

Referenced by GLHelper::drawFilledPolyTesselated().