technically works: Perspective, matrices, other fun stuff
This commit is contained in:
17
src/Haskengl/Update.hs
Normal file
17
src/Haskengl/Update.hs
Normal file
@@ -0,0 +1,17 @@
|
||||
{-# LANGUAGE NoImplicitPrelude #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
-- | Contains update logic
|
||||
module Haskengl.Update (update) where
|
||||
|
||||
-- IMPORTS --
|
||||
|
||||
import Relude
|
||||
|
||||
import Haskengl.Types
|
||||
|
||||
-- UPDATE --
|
||||
|
||||
update :: Model -> Model
|
||||
update model@(Model objects) =
|
||||
model
|
||||
Reference in New Issue
Block a user