
Go to the source code of this file.
Classes | |
| struct | tgrSkidStrip |
| struct | tgrSkidmarks |
Macros | |
| #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 More... | |
| void | grUpdateSkidmarks (tCarElt *car, double t) |
| update if necessary the skidmarks for a car More... | |
| void | grShutdownSkidmarks (void) |
| remove the skidmarks information for a car More... | |
| void | grDrawSkidmarks (tCarElt *car) |
Variables | |
| int | grSkidMaxStripByWheel |
| int | grSkidMaxPointByStrip |
| double | grSkidDeltaT |
| #define DELTATSTRIP 0.3f |
Definition at line 3 of file grskidmarks.h.
| #define DIST_INTERVAL 0.2f |
Definition at line 6 of file grskidmarks.h.
| #define MAXPOINT_BY_STRIP 600 |
Definition at line 4 of file grskidmarks.h.
| #define MAXSTRIP_BYWHEEL 40 |
Definition at line 5 of file grskidmarks.h.
| #define SKID_BEGIN 2 |
Definition at line 9 of file grskidmarks.h.
| #define SKID_RUNNING 3 |
Definition at line 10 of file grskidmarks.h.
| #define SKID_STOPPED 4 |
Definition at line 11 of file grskidmarks.h.
| #define SKID_UNUSED 1 |
Definition at line 8 of file grskidmarks.h.
| void grDrawSkidmarks | ( | tCarElt * | car | ) |
Definition at line 385 of file grskidmarks.cpp.
| void grInitSkidmarks | ( | tCarElt * | car | ) |
initialize the skidmak structure for a car
Definition at line 59 of file grskidmarks.cpp.

| void grShutdownSkidmarks | ( | void | ) |
remove the skidmarks information for a car
Definition at line 357 of file grskidmarks.cpp.
| void grUpdateSkidmarks | ( | tCarElt * | car, |
| double | t | ||
| ) |
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
Definition at line 144 of file grskidmarks.cpp.
| double grSkidDeltaT |
Definition at line 56 of file grskidmarks.cpp.
| int grSkidMaxPointByStrip |
Definition at line 55 of file grskidmarks.cpp.
| int grSkidMaxStripByWheel |
Definition at line 54 of file grskidmarks.cpp.