resize to show lynx undistorted
This commit is contained in:
parent
c379042748
commit
96dfd765b1
1 changed files with 3 additions and 3 deletions
|
@ -88,9 +88,9 @@ main = do
|
|||
let vertexPositions =
|
||||
-- 3D positions | texture coordinates
|
||||
[ 100, 100, 0, 0, 0 -- 0
|
||||
, 200, 100, 0, 1, 0 -- 1
|
||||
, 200, 200, 0, 1, 1 -- 2
|
||||
, 100, 200, 0, 0, 1 -- 3
|
||||
, 233, 100, 0, 1, 0 -- 1
|
||||
, 233, 300, 0, 1, 1 -- 2
|
||||
, 100, 300, 0, 0, 1 -- 3
|
||||
] :: [GL.GLfloat]
|
||||
|
||||
-- create draw order indices
|
||||
|
|
Loading…
Reference in a new issue