X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=gate.h;h=3151878f25a4f7625c41bb0fe7d7bbe357effdf4;hb=cb16ccb05a796178c879ea8d5091663d215a5217;hp=7088c7dc5c236dc03223e5b3948904a6011278d0;hpb=dfee9022b3513fddec36f7ea70867ee5961a44da;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/gate.h b/gate.h index 7088c7d..3151878 100644 --- a/gate.h +++ b/gate.h @@ -162,7 +162,7 @@ static void render_gate( teleport_gate *gate, m4x3f camera ) } render_world( projection, cam_new ); - + if( grender.high_qual ) { /* @@ -202,6 +202,14 @@ static void render_gate( teleport_gate *gate, m4x3f camera ) } else { + glDisable( GL_STENCIL_TEST ); + + render_water_texture( cam_new ); + fb_use( NULL ); + glEnable( GL_STENCIL_TEST ); + + render_water_surface( projection, cam_new ); + glStencilMask( 0xFF ); glStencilFunc( GL_ALWAYS, 1, 0xFF ); glDisable( GL_STENCIL_TEST );