![]() |
torcs - 1.2.2 | ![]() |
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | tgrSkidmarks |
struct | tgrSkidStrip |
Defines | |
#define | DELTATSTRIP 0.3f |
#define | MAXPOINT_BY_STRIP 600 |
#define | MAXSTRIP_BYWHEEL 40 |
#define | DIST_INTERVAL 0.2f |
#define | SKID_UNUSED 1 |
#define | SKID_BEGIN 2 |
#define | SKID_RUNNING 3 |
#define | SKID_STOPPED 4 |
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 |
|
|
|
|
|
|