Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
688 |
khor |
1 |
#include "material.h"
|
|
|
2 |
|
|
|
3 |
material::material(float ior, float ext) : ior_(ior), extinction_(ext)
|
|
|
4 |
{}
|
|
|
5 |
|
|
|
6 |
material::~material(void)
|
|
|
7 |
{}
|
|
|
8 |
|
|
|
9 |
//02566 framework, Anders Wang Kristensen, awk@imm.dtu.dk, 2007
|