ULRE/inc/hgl/graph/mtl/BlinnPhong.h

22 lines
464 B
C
Raw Normal View History

2024-03-04 13:13:33 +08:00
#pragma once
#include<hgl/graph/mtl/StdMaterial.h>
#include<hgl/math/Vector.h>
namespace hgl
{
namespace graph
{
namespace mtl
{
namespace blinnphong
{
struct SunLight
{
Vector3f direction;
Vector3f color;
};//struct SunLight
}//namespace blinnphong
}//namespace mtl
}//namespace graph
}//namespace hgl