goat3dgfx

view src/texman.cc @ 30:07c08d970cb4

added a rudimentary light class
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Mar 2014 03:56:47 +0200
parents 1873dfd13f2d
children
line source
1 #include "texman.h"
3 using namespace goatgfx;
5 TextureSet goatgfx::texset;