parent
63334698e1
commit
886fcdd0b1
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ void IndexGenerator::AddList(int numVerts) {
|
|||
void IndexGenerator::AddStrip(int numVerts) {
|
||||
int wind = 1;
|
||||
const int numTris = numVerts - 2;
|
||||
if (numTris < 0) return;
|
||||
u16 *outInds = inds_;
|
||||
int ibase = index_;
|
||||
for (int i = numTris; i; i--) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue