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_METAL__HPP__
1
#ifndef __PATHTRACER_METAL__H__
2
#define __PATHTRACER_METAL__HPP__
2
#define __PATHTRACER_METAL__H__
3
 
3
 
4
#include "material.hpp"
4
#include "material.h"
5
 
5
 
6
class metal : public material
6
class metal : public material
7
{
7
{
8
public:
8
public:
9
    metal(const CGLA::Vec3f& color, float shininess, float ior, float ext);
9
    metal(const CGLA::Vec3f& color, float shininess, float ior, float ext);