5 #ifndef _SPICA_PLASTIC_H_
6 #define _SPICA_PLASTIC_H_
8 #include "core/common.h"
9 #include "core/cobject.h"
10 #include "core/spectrum.h"
11 #include "core/render.hpp"
12 #include "core/material.h"
13 #include "core/constant.h"
27 MemoryArena& arena)
const override;
30 std::shared_ptr<Texture<Spectrum>> Kd_, Ks_;
31 std::shared_ptr<Texture<Spectrum>> eta_, bumpMap_;
34 SPICA_EXPORT_PLUGIN(
Plastic,
"Plastic-like surface");
38 #endif // _SPICA_PLASTIC_H_
Definition: interaction.h:68
Definition: renderparams.h:27
Definition: material.h:17