cgv
Loading...
Searching...
No Matches
phong_material.cxx
1
#include "phong_material.h"
2
3
namespace
cgv
{
4
namespace
media {
5
namespace
illum {
6
7
const
phong_material
&
phong_material::get_default
() {
8
static
phong_material
mat;
return
mat;
9
}
10
11
}
12
}
13
}
cgv
the cgv namespace
Definition
print.h:11
cgv::media::illum::phong_material
Stores properties of a phong brdf material.
Definition
phong_material.h:12
cgv::media::illum::phong_material::get_default
static const phong_material & get_default()
provide a const reference to a standard phong material
Definition
phong_material.cxx:7
cgv
media
illum
phong_material.cxx
Generated by
1.9.8