From 50462167289384ba8c546331a71d8d8558f06c80 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Wed, 1 Mar 2017 10:51:50 -0500 Subject: changed the elevation texture and switched the diffuse/reflect value positions --- glgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glgfx.h') diff --git a/glgfx.h b/glgfx.h index 34677cf..ec40f88 100644 --- a/glgfx.h +++ b/glgfx.h @@ -11,7 +11,7 @@ #include int initglgfx(); int genshaders(); -int drawmodel(float x, float y, float z, float xr, float yr, float zr); +int drawmodel(float x, float y, float z, float xr, float yr, float zr, float s); int setcam (float cpx, float cpy, float cpz, float clx, float cly, float clz, float cux, float cuy, float cuz); int setlight (float x, float y, float z); int quitglgfx(); -- cgit v1.1