1
0

Z座標計算方法変えた

This commit is contained in:
otya128
2016-02-22 21:25:20 +09:00
parent 254b9ae8b7
commit 0deea64fc4
3 changed files with 45 additions and 36 deletions

View File

@@ -37,7 +37,7 @@ class BG
float aspect = disw / dish;
disw /= 2;
dish /= 2;
float z = offsetz / 1025f;
float z = offsetz;
glColor3f(1.0, 1.0, 1.0);
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();