Skip to content

Commit 9c9fd27

Browse files
author
Mike Solomon
committed
Removes dead code
1 parent c962472 commit 9c9fd27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sandbox/Sandbox.purs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ main = do
173173
makeUniformData t = do
174174
-- ♟️ ModelViewProjection Matrix (Identity)
175175
let
176-
-- Mat4.scale Mat4.identity (Vec3.fromValues 1.0 yScale 1.0)
177-
-- mvp = Mat4.numbers $ flip Mat4.rotateZ t $ flip Mat4.rotateX (t * 0.5) $ flip Mat4.scale (Vec3.fromValues 0.25 0.25 0.25) $ Mat4.identity
178-
-- mvp = Mat4.numbers $ (Mat4.ortho (-1.0) 1.0 (-1.0) 1.0 0.1 100.0) `Mat4.multiply` ( flip Mat4.scale (Vec3.fromValues 0.5 0.5 0.5) $ Mat4.rotate Mat4.identity (t*0.5) (Vec3.fromValues 1.0 1.0 1.0) )
179-
-- mvp = Mat4.numbers $ flip Mat4.rotateY (t * 0.5) $ flip Mat4.rotateX (t * 0.5) $ flip Mat4.translate (Vec3.fromValues 0.0 0.0 2.0) $ flip Mat4.scale (Vec3.fromValues 0.25 0.25 0.25) $ Mat4.identity
180176
fovy = pi / 2.0
181177
aspect = 1.0
182178
f = 1.0 / Math.tan (fovy / 2.0)

0 commit comments

Comments
 (0)