This commit is contained in:
Nishi 2026-02-01 22:52:50 +09:00
commit 998858c685
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 4 additions and 4 deletions

View file

@ -46,10 +46,10 @@ static void render(GSEngine self){
GSVector4 col1 = {1, 0, 0, 1};
GSVector4 col2 = {1, 1, 1, 1};
GSVector3 v[] = {
{-20, -1, 20},
{-20, -1, -20},
{20, -1, -20},
{20, -1, 20}
{-20, 0, 20},
{-20, 0, -20},
{20, 0, -20},
{20, 0, 20}
};
GSVector3 n = {0, 1, 0};

Binary file not shown.