summaryrefslogtreecommitdiff
path: root/glgfx.h
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-03-01 10:51:50 -0500
committerknolax <1339802534.kk@gmail.com>2017-03-01 10:51:50 -0500
commit50462167289384ba8c546331a71d8d8558f06c80 (patch)
tree655c34c43889c47e86a8d9f5159af8850158c08c /glgfx.h
parentcf3f284a5f24bd02006e9ff929cc29d10c428a3e (diff)
changed the elevation texture and switched the diffuse/reflect value positions
Diffstat (limited to 'glgfx.h')
-rw-r--r--glgfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glgfx.h b/glgfx.h
index 34677cf..ec40f88 100644
--- a/glgfx.h
+++ b/glgfx.h
@@ -11,7 +11,7 @@
#include <glm/gtc/type_ptr.hpp>
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();