TORCS  1.3.9
The Open Racing Car Simulator
grcar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tgrCarInstrument
 
struct  tgrCarInfo
 
class  myLoaderOptions
 

Functions

void grInitCar (tCarElt *car)
 
void grDrawCar (tCarElt *, tCarElt *, int, int, double curTime, class cGrPerspCamera *curCam)
 
void grDrawShadow (tCarElt *car)
 
void grInitShadow (tCarElt *car)
 
tdble grGetDistToStart (tCarElt *car)
 
void grInitCommonState (void)
 
void grPropagateDamage (ssgEntity *l, sgVec3 poc, sgVec3 force, int cnt)
 

Variables

tgrCarInfogrCarInfo
 

Function Documentation

◆ grDrawCar()

void grDrawCar ( tCarElt ,
tCarElt ,
int  ,
int  ,
double  curTime,
class cGrPerspCamera curCam 
)

Definition at line 761 of file grcar.cpp.

Here is the call graph for this function:

◆ grDrawShadow()

void grDrawShadow ( tCarElt car)

◆ grGetDistToStart()

tdble grGetDistToStart ( tCarElt car)

Definition at line 739 of file grcar.cpp.

◆ grInitCar()

void grInitCar ( tCarElt car)

Definition at line 513 of file grcar.cpp.

Here is the call graph for this function:

◆ grInitCommonState()

void grInitCommonState ( void  )

Definition at line 64 of file grcar.cpp.

◆ grInitShadow()

void grInitShadow ( tCarElt car)

Definition at line 416 of file grcar.cpp.

Here is the call graph for this function:

◆ grPropagateDamage()

void grPropagateDamage ( ssgEntity *  l,
sgVec3  poc,
sgVec3  force,
int  cnt 
)

Definition at line 477 of file grcar.cpp.

Here is the call graph for this function:

Variable Documentation

◆ grCarInfo

tgrCarInfo* grCarInfo

Definition at line 66 of file grmain.cpp.