#include <math.h>
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
#include <ctype.h>
#include <GL/glut.h>
#include <plib/ssg.h>
#include <tgfclient.h>
#include <track.h>
#include <car.h>
#include <graphic.h>
#include <robottools.h>
#include <portability.h>
#include "grmain.h"
#include "grshadow.h"
#include "grskidmarks.h"
#include "grsmoke.h"
#include "grcar.h"
#include "grcam.h"
#include "grscene.h"
#include "grboard.h"
#include "grssgext.h"
#include "grutil.h"
#include "grcarlight.h"
Go to the source code of this file.
◆ grAddCarlight()
| void grAddCarlight |
( |
tCarElt * |
car, |
|
|
int |
type, |
|
|
sgVec3 |
pos, |
|
|
double |
size |
|
) |
| |
◆ grInitCarlight()
| void grInitCarlight |
( |
int |
index | ) |
|
◆ grLinkCarlights()
| void grLinkCarlights |
( |
tCarElt * |
car | ) |
|
◆ grShudownCarlight()
| void grShudownCarlight |
( |
void |
| ) |
|
◆ grUpdateCarlight()
◆ breaklight1
| ssgSimpleState* breaklight1 = NULL |
◆ breaklight2
| ssgSimpleState* breaklight2 = NULL |
◆ frontlight1
| ssgSimpleState* frontlight1 = NULL |
◆ frontlight2
| ssgSimpleState* frontlight2 = NULL |
◆ rearlight1
| ssgSimpleState* rearlight1 = NULL |
◆ rearlight2
| ssgSimpleState* rearlight2 = NULL |
◆ theCarslight