forked from organicmaps/organicmaps
rendering in wireframe for debugging purposes. switched off by default.
This commit is contained in:
parent
f8f39cb716
commit
12956f331b
1 changed files with 4 additions and 0 deletions
|
@ -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 ));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue