diff options
author | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
commit | 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 (patch) | |
tree | 580a74d286d3392733aed0efbf41c9f132f066c8 /src/render/VisibilityPlugins.h | |
parent | CCredits name cleanup (diff) | |
download | re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.gz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.bz2 re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.lz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.xz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.zst re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.zip |
Diffstat (limited to 'src/render/VisibilityPlugins.h')
-rw-r--r-- | src/render/VisibilityPlugins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/VisibilityPlugins.h b/src/render/VisibilityPlugins.h index f041b24e..89222dce 100644 --- a/src/render/VisibilityPlugins.h +++ b/src/render/VisibilityPlugins.h @@ -22,6 +22,7 @@ public: static CLinkList<AlphaObjectInfo> &m_alphaList; static CLinkList<AlphaObjectInfo> &m_alphaEntityList; + static RwCamera *&ms_pCamera; static RwV3d *&ms_pCameraPosn; static float &ms_cullCompsDist; static float &ms_vehicleLod0Dist; @@ -39,6 +40,8 @@ public: static void InitAlphaAtomicList(void); static bool InsertAtomicIntoSortedList(RpAtomic *a, float dist); + static void SetRenderWareCamera(RwCamera *camera); + static RpAtomic *RenderWheelAtomicCB(RpAtomic *atomic); static RpAtomic *RenderObjNormalAtomic(RpAtomic *atomic); static RpAtomic *RenderAlphaAtomic(RpAtomic *atomic, int alpha); |