This commit is contained in:
Nishi 2026-02-01 10:31:11 +09:00
commit fa154b8662
Signed by: nishi
GPG key ID: 27EF69B208EB9343

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[] = {
{-10, -1, 10},
{-10, -1, -10},
{10, -1, -10},
{10, -1, 10}
{-20, -1, 20},
{-20, -1, -20},
{20, -1, -20},
{20, -1, 20}
};
GSVector3 pos = {0, 0, 0};
GSVector3 n = {0, 1, 0};