Loading...
Searching...
No Matches
fresnel.h
Go to the documentation of this file.
1#ifndef _BBM_FRESNEL_H_
2#define _BBM_FRESNEL_H_
3
4
5
6/***********************************************************************/
7/*! \file fresnel.h
8 \brief Fresnel reflectance
9************************************************************************/
10
11#include "concepts/fresnel.h"
12
13#include "bbm/fresnel_cook.h"
14#include "bbm/fresnel_schlick.h"
15#include "bbm/fresnel_complex.h"
16
17#endif /* _BBM_FRESNEL_H_ */
18
19
fresnel contract