diff options
author | aap <aap@papnet.eu> | 2020-05-11 17:03:32 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-11 17:03:44 +0200 |
commit | d4250fc2c7e382b095a4ae09daae4ee3beb65527 (patch) | |
tree | c2cf6c78147b1fc49c0a7ff2860eee616e8852d1 /src/rw/VisibilityPlugins.h | |
parent | little fix for cam (diff) | |
download | re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.gz re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.bz2 re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.lz re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.xz re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.zst re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.zip |
Diffstat (limited to '')
-rw-r--r-- | src/rw/VisibilityPlugins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rw/VisibilityPlugins.h b/src/rw/VisibilityPlugins.h index 3f20044f..d21562b6 100644 --- a/src/rw/VisibilityPlugins.h +++ b/src/rw/VisibilityPlugins.h @@ -42,6 +42,7 @@ public: static bool InsertAtomicIntoSortedList(RpAtomic *a, float dist); static void SetRenderWareCamera(RwCamera *camera); + static void SetupVehicleVariables(RpClump *vehicle); static RpAtomic *RenderWheelAtomicCB(RpAtomic *atomic); static RpAtomic *RenderObjNormalAtomic(RpAtomic *atomic); @@ -70,11 +71,11 @@ public: static void RenderAlphaAtomics(void); static void RenderFadingEntities(void); + static void RenderFadingUnderwaterEntities(void); // All actually unused static bool DefaultVisibilityCB(RpClump *clump); static bool FrustumSphereCB(RpClump *clump); - static bool MloVisibilityCB(RpClump *clump); static bool VehicleVisibilityCB(RpClump *clump); static bool VehicleVisibilityCB_BigVehicle(RpClump *clump); |