mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 13:54:08 +00:00
neo pipelines; postfx fix
This commit is contained in:
parent
5ac83e4b4c
commit
827ba62671
61 changed files with 3717 additions and 7 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "PointLights.h"
|
||||
#include "Occlusion.h"
|
||||
#include "Renderer.h"
|
||||
#include "custompipes.h"
|
||||
|
||||
//--MIAMI: file done
|
||||
|
||||
|
@ -243,6 +244,11 @@ CRenderer::RenderEverythingBarRoads(void)
|
|||
if(IsRoad(e))
|
||||
continue;
|
||||
|
||||
#ifdef EXTENDED_PIPELINES
|
||||
if(CustomPipes::bRenderingEnvMap && (e->IsPed() || e->IsVehicle()))
|
||||
continue;
|
||||
#endif
|
||||
|
||||
if(e->IsVehicle() ||
|
||||
e->IsPed() && CVisibilityPlugins::GetClumpAlpha((RpClump*)e->m_rwObject) != 255){
|
||||
if(e->IsVehicle() && PutIntoSortedVehicleList((CVehicle*)e)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue