8ee0ab2edb
Commiting now so that there is something displaying for the lit scene.
17 lines
244 B
C++
17 lines
244 B
C++
#pragma once
|
|
|
|
#include "BuiltinTypes.h"
|
|
|
|
namespace charcoal
|
|
{
|
|
namespace builtin
|
|
{
|
|
namespace lit
|
|
{
|
|
typedef PhongLight Light;
|
|
typedef PNMVertex Vertex;
|
|
typedef Index Index;
|
|
typedef RenderableT<Vertex, Index> Renderable;
|
|
}
|
|
}
|
|
} |