Subversion Repositories gelsvn

Rev

Rev 349 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 349 Rev 353
Line 1... Line 1...
1
#ifndef __PATHTRACER_GLASS__HPP__
1
#ifndef __PATHTRACER_GLASS__H__
2
#define __PATHTRACER_GLASS__HPP__
2
#define __PATHTRACER_GLASS__H__
3
 
3
 
4
#include "material.hpp"
4
#include "material.h"
5
 
5
 
6
class glass : public material
6
class glass : public material
7
{
7
{
8
public:
8
public:
9
    glass(const CGLA::Vec3f& c, float ior);
9
    glass(const CGLA::Vec3f& c, float ior);