#include "carpaint.h"#include "bxdf.h"#include "blinn.h"#include "fresnelslick.h"#include "microfacet.h"#include "fresnelblend.h"#include "paramset.h"Go to the source code of this file.
Functions | |
| void | DataFromName (const string name, boost::shared_ptr< Texture< Spectrum > > *Kd, boost::shared_ptr< Texture< Spectrum > > *Ks1, boost::shared_ptr< Texture< Spectrum > > *Ks2, boost::shared_ptr< Texture< Spectrum > > *Ks3, boost::shared_ptr< Texture< float > > *R1, boost::shared_ptr< Texture< float > > *R2, boost::shared_ptr< Texture< float > > *R3, boost::shared_ptr< Texture< float > > *M1, boost::shared_ptr< Texture< float > > *M2, boost::shared_ptr< Texture< float > > *M3) |
| void DataFromName | ( | const string | name, | |
| boost::shared_ptr< Texture< Spectrum > > * | Kd, | |||
| boost::shared_ptr< Texture< Spectrum > > * | Ks1, | |||
| boost::shared_ptr< Texture< Spectrum > > * | Ks2, | |||
| boost::shared_ptr< Texture< Spectrum > > * | Ks3, | |||
| boost::shared_ptr< Texture< float > > * | R1, | |||
| boost::shared_ptr< Texture< float > > * | R2, | |||
| boost::shared_ptr< Texture< float > > * | R3, | |||
| boost::shared_ptr< Texture< float > > * | M1, | |||
| boost::shared_ptr< Texture< float > > * | M2, | |||
| boost::shared_ptr< Texture< float > > * | M3 | |||
| ) |
Definition at line 126 of file carpaint.cpp.
References lux::carpaintdata, and lux::CarPaintData::name.
Referenced by lux::CarPaint::CreateMaterial().
1.6.1