1 #ifndef _GRSKIDMARKS_H_ 2 #define _GRSKIDMARKS_H_ 3 #define DELTATSTRIP 0.3f 4 #define MAXPOINT_BY_STRIP 600 5 #define MAXSTRIP_BYWHEEL 40 6 #define DIST_INTERVAL 0.2f 10 #define SKID_RUNNING 3 11 #define SKID_STOPPED 4 21 ssgTexCoordArray **
tex;
void grDrawSkidmarks(tCarElt *car)
int grSkidMaxPointByStrip
void grUpdateSkidmarks(tCarElt *car, double t)
update if necessary the skidmarks for a car
int grSkidMaxStripByWheel
void grInitSkidmarks(tCarElt *car)
initialize the skidmak structure for a car
void grShutdownSkidmarks(void)
remove the skidmarks information for a car