5 #ifndef _SPICA_ROUGH_CONDUCTOR_H_
6 #define _SPICA_ROUGH_CONDUCTOR_H_
8 #include "core/core.hpp"
9 #include "core/common.h"
10 #include "core/spectrum.h"
11 #include "core/render.hpp"
12 #include "core/material.h"
22 const std::string &distribution =
"beckmann",
24 bool remapRoughness =
false);
27 MemoryArena& arena)
const override;
30 std::shared_ptr<Texture<Spectrum>> eta_;
31 std::shared_ptr<Texture<Spectrum>> k_;
32 std::shared_ptr<Texture<Spectrum>> uRoughness_, vRoughness_;
33 std::string distribution_;
34 std::shared_ptr<Texture<Spectrum>> bumpMap_;
42 #endif // _SPICA_ROUGH_CONDUCTOR_H_
Definition: interaction.h:68
Definition: roughconductor.h:16
Definition: renderparams.h:27
Definition: material.h:17