增加light,material等定义

This commit is contained in:
hyzboy 2018-11-30 20:04:15 +08:00
parent d1322a9f97
commit 14b2a782be
2 changed files with 9 additions and 1 deletions

View File

@ -16,7 +16,6 @@ namespace hgl
lmEnd
};//enum LightMode
/**
*
*/

View File

@ -45,6 +45,15 @@ namespace hgl
//
// Axis up_axis; ///<高度图向上轴
// struct
// {
// Color4f Emission; ///<散射光
// Color4f Ambient; ///<环境光
// Color4f Diffuse; ///<漫反射
// Color4f Specular; ///<镜面光
// float Shininess; ///<镜面指数
// }front,back;
public:
};//class Material
}//namespace graph