mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 13:54:08 +00:00
mobile vehicle rendering
This commit is contained in:
parent
8888ee3974
commit
9b2037419f
18 changed files with 789 additions and 37 deletions
|
@ -1816,7 +1816,8 @@ CRenderer::GenerateEnvironmentMap(void)
|
|||
RwRenderStateSet(rwRENDERSTATEZWRITEENABLE, (void*)TRUE);
|
||||
|
||||
// Draw coronas
|
||||
DrawEnvMapCoronas(TheCamera.GetForward().Heading());
|
||||
if(CustomPipes::VehiclePipeSwitch != CustomPipes::VEHICLEPIPE_MOBILE)
|
||||
DrawEnvMapCoronas(TheCamera.GetForward().Heading());
|
||||
|
||||
RwCameraEndUpdate(CustomPipes::EnvMapCam);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue