![]() |
torcs - 1.2.2 | ![]() |
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ssgVtxTableSmoke |
struct | tgrSmoke_st |
struct | tgrSmokeManager |
Defines | |
#define | SMOKE_INIT_SIZE 0.2f |
#define | MAX_SMOKE_LIFE 120 |
#define | MAX_SMOKE_NUMBER 300 |
#define | DELTAT 0.1f |
#define | VZ_INIT 0.05f |
#define | VY_INIT 0.1f |
#define | VX_INIT 0.1f |
#define | V_EXPANSION 0.4f |
#define | SMOKE_TYPE_TIRE 1 |
#define | SMOKE_TYPE_ENGINE 2 |
Typedefs | |
typedef tgrSmoke_st | tgrSmoke |
Functions | |
void | grInitSmoke (int index) |
void | grAddSmoke (tCarElt *car, double t) |
void | grUpdateSmoke (double t) |
update if necessary the smoke for a car | |
void | grShutdownSmoke () |
remove the smoke information for a car | |
Variables | |
int | grSmokeMaxNumber |
double | grSmokeDeltaT |
double | grSmokeLife |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove the smoke information for a car
|
|
update if necessary the smoke for a car
|
|
|
|
|
|
|