Loading...
Searching...
No Matches
include
bbm.h
Go to the documentation of this file.
1
#ifndef _BBM_H_
2
#define _BBM_H_
3
4
/***********************************************************************/
5
/*! \file bbm.h
6
\brief Include all modules and the backbone.
7
************************************************************************/
8
9
// Import core
10
#include "
bbm/bbm_core.h
"
11
12
// Import bsdf models
13
#include "bbm_bsdfmodels.h"
// <= Autogenerated by cmake
14
15
// string conversion
16
#include "
bbm/bsdf_string_convert.h
"
17
18
#endif
/* _BBM_H_ */
bbm_core.h
bsdf_string_convert.h
Specialized conversion between strings and bsdfs not handeled by the default string convertion define...