TINYGL: Implemented tglPolygonOffset function
This commit is contained in:
parent
3f3b0e048e
commit
eab1fe4097
7 changed files with 46 additions and 2 deletions
|
@ -211,6 +211,8 @@ void glInit(void *zbuffer1, int textureSize) {
|
|||
|
||||
// opengl 1.1 polygon offset
|
||||
c->offset_states = 0;
|
||||
c->offset_factor = 0.0f;
|
||||
c->offset_units = 0.0f;
|
||||
|
||||
// shadow mode
|
||||
c->shadow_mode = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue