This commit is contained in:
Irmen de Jong 2023-03-20 22:41:58 +01:00
parent d265271148
commit 8e56a61f95

View File

@ -20,8 +20,8 @@ main {
const float XU=0.800
const float YL=-1.300
const float YU=1.300
float dx = (XU-XL)/width
float dy = (YU-YL)/height
const float dx = (XU-XL)/width
const float dy = (YU-YL)/height
ubyte pixelx
ubyte pixely