Added VertexLum3D material, test PlaneGrid3D OK!

This commit is contained in:
2023-09-28 18:13:51 +08:00
parent 1a63fa8c76
commit 78946994bb
7 changed files with 129 additions and 44 deletions

View File

@@ -68,8 +68,8 @@ namespace hgl
Vector2u side_step; //到边界的步数
Color4f color; //一般线条颜色
Color4f side_color; //边界线条颜色
float lum; //一般线条颜色
float side_lum; //边界线条颜色
};//struct PlaneGridCreateInfo
/**