Remove logic from IndexGenerator which does not seem to match that of Video Software.

This commit is contained in:
Jordan Woyak
2013-02-21 21:01:53 -06:00
parent 368c78dd5c
commit f16dcfe6f6
2 changed files with 36 additions and 140 deletions

View File

@ -57,8 +57,6 @@ private:
static void AddFan(u32 numVerts);
static void AddQuads(u32 numVerts);
static void WriteTriangle(u32 index1, u32 index2, u32 index3);
// Lines
static void AddLineList(u32 numVerts);
static void AddLineStrip(u32 numVerts);
@ -66,6 +64,8 @@ private:
// Points
static void AddPoints(u32 numVerts);
static void WriteTriangle(u32 index1, u32 index2, u32 index3);
static u16 *Tptr;
static u16 *BASETptr;
static u16 *Lptr;