mobile vehicle rendering

This commit is contained in:
aap
2021-01-12 13:41:22 +01:00
parent 8888ee3974
commit 9b2037419f
18 changed files with 789 additions and 37 deletions

View File

@@ -86,8 +86,11 @@ extern int16 QuadIndices[6];
void EnvMapRender(void);
enum {
VEHICLEPIPE_MATFX,
VEHICLEPIPE_NEO
VEHICLEPIPE_PS2,
VEHICLEPIPE_MOBILE,
// maybe later again...
VEHICLEPIPE_NEO = -1
};
extern int32 VehiclePipeSwitch;
extern float VehicleShininess;