Subversion Repositories gelsvn

Rev

Rev 349 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 349 Rev 353
Line 1... Line 1...
1
#include "material.hpp"
1
#include "material.h"
2
 
2
 
3
material::material(float ior, float ext) : ior_(ior), extinction_(ext)
3
material::material(float ior, float ext) : ior_(ior), extinction_(ext)
4
{}
4
{}
5
 
5
 
6
material::~material(void)
6
material::~material(void)