Rev 349 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
#include "glass.hpp"
#include "glass.h"
using namespace CGLA;
glass::glass(const CGLA::Vec3f& c, float ior)
: material(ior, 0.f), color_(c)