Path Tracer
|
Public Member Functions | |
checker_texture (shared_ptr< texture > _odd, shared_ptr< texture > _even) | |
checker_texture (const spectrum &c1, const spectrum &c2) | |
color | value (Real u, Real v, const vec3 &p, const WaveLength &w) const override |
Public Attributes | |
shared_ptr< texture > | odd |
shared_ptr< texture > | even |