Subversion Repositories gelsvn

Rev

Rev 346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 346 Rev 349
Line 1... Line 1...
1
#include "material.hpp"
1
#include "material.hpp"
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)
7
{}
7
{}
8
 
8