From ac6f601c582951064b63c99468c4e70c77e32f4b Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Sat, 8 Feb 2025 20:45:06 -0500 Subject: [PATCH] chore: cleanup dead code --- src/Main.elm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Main.elm b/src/Main.elm index f214969..1625ef5 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -83,17 +83,6 @@ init flags = ( { w = width, h = height, mesh = Nothing, textures = Nothing, angle = 0 }, Cmd.batch [ getMesh, getTexture ] ) - --- type alias Object3d = --- TriangularMesh --- { position : Point3d Length.Meters Obj.Decode.ObjCoordinates --- , normal : Vector3d Quantity.Unitless Obj.Decode.ObjCoordinates --- , uv : ( Float, Float ) --- } --- type alias Object3d = --- TriangularMesh (Point3d Length.Meters Obj.Decode.ObjCoordinates) - - type alias Object3d = TriangularMesh { position : Point3d Length.Meters Obj.Decode.ObjCoordinates, uv : ( Float, Float ) }