Newer
Older
CirclePlane(float radius, bool twofaced,

Yoel
committed
util::AxisAlignedBoundingBox bounds() const override;
util::SurfacePoint sampleLight() const override;
util::Vec3 calculateLightEmission(const util::SurfacePoint& p,
const util::Vec3& d) const override;
private:
std::shared_ptr<material::Material> material;
const float radius;