first version of new renderer

This commit is contained in:
aap
2021-01-05 11:12:48 +01:00
parent 042e21115e
commit e6ef2f12de
11 changed files with 837 additions and 13 deletions

View File

@@ -22,6 +22,9 @@ public:
static CLinkList<AlphaObjectInfo> m_alphaList;
static CLinkList<AlphaObjectInfo> m_alphaEntityList;
#ifdef NEW_RENDERER
static CLinkList<AlphaObjectInfo> m_alphaBuildingList;
#endif
static RwCamera *ms_pCamera;
static RwV3d *ms_pCameraPosn;
static float ms_cullCompsDist;