Increase tri-strip length
This commit is contained in:
parent
69a2310a3c
commit
d78c6275bb
|
@ -1034,6 +1034,9 @@ GL_FORCE_INLINE void push(PolyHeader* header, GLboolean multiTextureHeader, Poly
|
||||||
|
|
||||||
CompilePolyHeader(header, &cxt);
|
CompilePolyHeader(header, &cxt);
|
||||||
|
|
||||||
|
/* Force bits 18 and 19 on to switch to 6 triangle strips */
|
||||||
|
header->cmd |= 0xC0000;
|
||||||
|
|
||||||
/* Post-process the vertex list */
|
/* Post-process the vertex list */
|
||||||
/*
|
/*
|
||||||
* This is currently unnecessary. aligned_vector memsets the allocated objects
|
* This is currently unnecessary. aligned_vector memsets the allocated objects
|
||||||
|
|
Loading…
Reference in New Issue
Block a user