![]() |
torcs - 1.2.2 | ![]() |
#include <math.h>
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
#include <ctype.h>
#include <GL/glut.h>
#include <plib/ssg.h>
#include <tgfclient.h>
#include <track.h>
#include <car.h>
#include <graphic.h>
#include <robottools.h>
#include "grmain.h"
#include "grshadow.h"
#include "grskidmarks.h"
#include "grcar.h"
#include "grcam.h"
#include "grscene.h"
#include "grboard.h"
#include "grssgext.h"
#include "grutil.h"
Include dependency graph for grskidmarks.cpp:
Functions | |
void | grInitSkidmarks (tCarElt *car) |
initialize the skidmak structure for a car | |
void | grUpdateSkidmarks (tCarElt *car, double t) |
update if necessary the skidmarks for a car | |
void | grShutdownSkidmarks (void) |
remove the skidmarks information for a car | |
void | grDrawSkidmarks (tCarElt *car) |
Variables | |
int | grSkidMaxStripByWheel |
int | grSkidMaxPointByStrip |
double | grSkidDeltaT |
|
|
|
initialize the skidmak structure for a car
|
Here is the call graph for this function:
|
remove the skidmarks information for a car
|
|
update if necessary the skidmarks for a car this is the begining of a skid or the continue of the last one this is the end of a skid or there is nothing to do |
|
|
|
|
|
|