summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-03-05 15:49:19 +0100
committerGitHub <[email protected]>2017-03-05 15:49:19 +0100
commitbb7b9adb371f89f3c8677bdca5418013fe73d9c1 (patch)
tree99f1dd9b8c42afb190dc30937dfe2ccc3458ff77 /src/models.c
parentb16f11845259205b484c3633b9b9375a69a917ae (diff)
parent203d1a154eb5b78fc5f56e9dead04c3a89bcd39e (diff)
downloadraylib-bb7b9adb371f89f3c8677bdca5418013fe73d9c1.tar.gz
raylib-bb7b9adb371f89f3c8677bdca5418013fe73d9c1.zip
Merge pull request #236 from raysan5/develop
Integrate Develop branch
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/models.c b/src/models.c
index 43821691..bef19e10 100644
--- a/src/models.c
+++ b/src/models.c
@@ -1,14 +1,15 @@
/**********************************************************************************************
*
-* raylib.models
+* raylib.models - Basic functions to draw 3d shapes and 3d models
*
-* Basic functions to draw 3d shapes and load/draw 3d models (.OBJ)
+* CONFIGURATION:
*
-* External libs:
-* rlgl - raylib OpenGL abstraction layer
+* #define SUPPORT_FILEFORMAT_OBJ / SUPPORT_LOAD_OBJ
*
-* Module Configuration Flags:
-* ...
+* #define SUPPORT_FILEFORMAT_MTL
+*
+*
+* LICENSE: zlib/libpng
*
* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
*