From b659c412263f6dd7df962f7d42f4f51b7c3d5609 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 2 May 2018 21:22:03 +0100 Subject: Implement diffuse texture loading and basic material support --- mtl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mtl.h (limited to 'mtl.h') diff --git a/mtl.h b/mtl.h new file mode 100644 index 0000000..7c427c1 --- /dev/null +++ b/mtl.h @@ -0,0 +1,10 @@ +#ifndef MTL_H +#define MTL_H + +#include "gl.h" + +typedef int mtlidx; +mtlidx mtl_load(char *name); +void mtl_use(mtlidx mtl); + +#endif // MTL_H -- cgit v1.2.3-70-g09d2