goat3d

diff src/light.cc @ 47:498ca7ac7047

- placed all the implementation stuff in the g3dimpl namespace - added animation stuff to the public API - started writing animation saving/loading
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Dec 2013 06:47:39 +0200
parents cd71f0b92f44
children dad392c710df
line diff
     1.1 --- a/src/light.cc	Sun Dec 08 03:00:25 2013 +0200
     1.2 +++ b/src/light.cc	Sat Dec 28 06:47:39 2013 +0200
     1.3 @@ -1,5 +1,7 @@
     1.4  #include "light.h"
     1.5  
     1.6 +using namespace g3dimpl;
     1.7 +
     1.8  Light::Light()
     1.9  	: color(1, 1, 1), attenuation(1, 0, 0)
    1.10  {