mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
working vehicle spotlights
This commit is contained in:
@@ -231,7 +231,11 @@ class Global
|
||||
static GLfloat diffuseLight[];
|
||||
static GLfloat specularLight[];
|
||||
#else
|
||||
// TODO: put these things in the renderer
|
||||
static opengl_light DayLight;
|
||||
// TODO: possibly create a pool of few lights which can be attached to nearby vehicles
|
||||
static opengl_light VehicleLight;
|
||||
static opengl_light VehicleLightRear;
|
||||
#endif
|
||||
static GLfloat whiteLight[];
|
||||
static GLfloat noLight[];
|
||||
|
||||
Reference in New Issue
Block a user