rendering in wireframe for debugging purposes. switched off by default.

This commit is contained in:
rachytski 2011-05-02 00:17:41 +03:00 committed by Alex Zolotarev
parent f8f39cb716
commit 12956f331b

View file

@ -25,11 +25,15 @@ namespace yg
texture->makeCurrent();
// OGLCHECK(glPolygonMode( GL_FRONT_AND_BACK, GL_LINE ));
OGLCHECK(glDrawElements(
GL_TRIANGLES,
indicesCount,
GL_UNSIGNED_SHORT,
indices->glPtr()));
// OGLCHECK(glPolygonMode( GL_FRONT_AND_BACK, GL_FILL ));
}
}
}