updated to GLM...but only ortho matrix is OK.

This commit is contained in:
2021-09-24 20:49:20 +08:00
parent 6c6ee96be1
commit 91460aba5a
11 changed files with 39 additions and 40 deletions

View File

@@ -62,9 +62,9 @@ namespace hgl
struct PlaneGridCreateInfo
{
Vector3f coord[4];
vec2<uint> step;
Vector2u step;
vec2<uint> side_step; //到边界的步数
Vector2u side_step; //到边界的步数
Color4f color; //一般线条颜色
Color4f side_color; //边界线条颜色