Subversion Repositories gelsvn

Rev

Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 12... Line 12...
12
#ifndef __GEOMETRY_MATERIAL_H__
12
#ifndef __GEOMETRY_MATERIAL_H__
13
#define __GEOMETRY_MATERIAL_H__
13
#define __GEOMETRY_MATERIAL_H__
14
 
14
 
15
#include <string>
15
#include <string>
16
#include <vector>
16
#include <vector>
17
#include "CGLA/Vec3f.h"
17
#include "../CGLA/Vec3f.h"
18
#include "CGLA/Vec3i.h"
18
#include "../CGLA/Vec3i.h"
19
 
19
 
20
namespace Geometry
20
namespace Geometry
21
{
21
{
22
    /// Simple material definitions.
22
    /// Simple material definitions.
23
    struct Material
23
    struct Material