WaterLevel done

This commit is contained in:
Fire-Head
2019-07-11 03:22:01 +03:00
parent 53023eb65b
commit aed8218ef1
8 changed files with 1464 additions and 12 deletions

View File

@@ -8,3 +8,11 @@ public:
static void StopStoring(void);
static void RenderStuffInBuffer(void);
};
#define TEMPBUFFERVERTSIZE 256
#define TEMPBUFFERINDEXSIZE 1024
extern int32 &TempBufferVerticesStored;
extern int32 &TempBufferIndicesStored;
extern RwIm3DVertex *TempBufferRenderVertices;
extern RwImVertexIndex *TempBufferRenderIndexList;