Path Tracer
|
Public Member Functions | |
material_texture (const spectrum &s) | |
material_texture (shared_ptr< texture > t) | |
material_texture (const path &path_to_csv, const std::string &wave_col_name, const std::string &power_col_name, const char &sep=',', const unsigned int stride=SPD_STRIDE, SpectrumType stype=SpectrumType::Reflectance) | |
color | value (Real u, Real v, const vec3 &p, const WaveLength &w) const |
Public Attributes | |
shared_ptr< texture > | spect |